[PATCH] D46663: [lsan] Report unsuspended threads
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 9 14:42:18 PDT 2018
vitalybuka created this revision.
vitalybuka added a reviewer: eugenis.
Herald added a subscriber: kubamracek.
Leak checker needs to suspend all process threads. If we have some running
thread in registry but not suspended we are going to report to let user know
that false leaks are possible.
Repository:
rL LLVM
https://reviews.llvm.org/D46663
Files:
compiler-rt/lib/asan/asan_thread.cc
compiler-rt/lib/lsan/lsan_common.cc
compiler-rt/lib/lsan/lsan_common.h
compiler-rt/lib/lsan/lsan_thread.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46663.146007.patch
Type: text/x-patch
Size: 4044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180509/36cdb5f6/attachment.bin>
More information about the llvm-commits
mailing list