[PATCH] D115103: Leak Sanitizer port to Windows
Clemens Wasser via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 7 11:49:52 PST 2022
clemenswasser added a comment.
All the lsan tests, when run in lsan+asan mode, Deadlock in `StopTheWord` when creating the tracer thread...
F21505206: image.png <https://reviews.llvm.org/F21505206>
-> `check-lsan` gets stuck, due to all the deadlocking tests :(
Could it be caused by asan intercepting the Win32 calls in `StopTheWorld?
@vitalybuka Could this be a problem? If so, how can I call the "real" functions, without being intercepted by asan?
Is there a way (for now), to only run the lsan tests in lsan only mode (no asan)?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115103/new/
https://reviews.llvm.org/D115103
More information about the cfe-commits
mailing list