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
FreeBSD: Set TSD to NULL when maximum pthread dtor iterations reached (#5273)
On FreeBSD, libthr emits debug message to stderr if a TSD is non-null after
`PTHREAD_DESTRUCTOR_ITERATIONS` of dtor getting called.
Currently, although we skipped setting the TSD to `CF_TSD_BAD_PTR` like other
platforms, the TSD still remains non-null after max iterations of dtor calls.
0 commit comments