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
In some glibc versions, POSIX timers do not call pthread_create to spawn a thread. If memory is allocated inside such a timer, the thread's local cache is not destroyed when the thread exits, leading to a memory leak.