You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Second attempt at fixing test_pthread_c11_threads (#15187)
This time I'm pretty sure the deadlock no longer
occurs. The issue was the pthread key destcrutor
was calling printf.
Again this doesn't fix the actual issues but avoids
hitting it this test.
Fixes: #14579
See: #15186
0 commit comments