[compiler-rt] [ASan] Prevent ASan/LSan deadlock by preloading modules before error reporting (PR #131756)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 12 00:30:39 PDT 2025
================
@@ -0,0 +1,72 @@
+// Test for potential deadlock in LeakSanitizer+AddressSanitizer.
+// REQUIRES: leak-detection
+//
+// RUN: %clangxx_asan -O0 %s -o %t
----------------
Camsyn wrote:
Due to the inability to precisely control the locking order between LSan and ASan, this test tends to fail with high probability only when the system is idle (in my environment).
https://github.com/llvm/llvm-project/pull/131756
More information about the llvm-commits
mailing list