[compiler-rt] [ASan] Prevent ASan/LSan deadlock by preloading modules before error reporting (PR #131756)

via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 16 05:48:33 PDT 2025


Camsyn wrote:

The newly added testcase only failed on [AddressSanitizer-x86_64-darwin](https://green.lab.llvm.org/job/llvm.org/job/clang-stage1-cmake-RA-expensive/3965/testReport/AddressSanitizer-x86_64-darwin/).

The test failed due to a timeout, and it seems that in that environment, the deadlock problem of the test case has not been resolved, and the built-in WatchDog thread did not kill the test process normally.

I'm looking for a Darwin machine to determine what is happening.

https://github.com/llvm/llvm-project/pull/131756


More information about the llvm-commits mailing list