Issue 159499
Summary [LSAN] In some glibc versions, LSan's local cache is not destroyed after a thread exits
Labels new issue
Assignees
Reporter zhaoyujohn
    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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to