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
This fixes lsan.test_pthread_exit_main_stub.
I think this a bug upstream bug hasn't been noticed because it only
shows up in some rare circumstances.
- no dynamic memory allocation function is called (e.g. malloc/free)
- pthread_create is not called
- pthread_exit (or some other pthread API) *is* called
- SANITIZER_CAN_USE_PREINIT_ARRAY is not defined
0 commit comments