[compiler-rt] [ASan] Prevent ASan/LSan deadlock by preloading modules before error reporting (PR #131756)
via llvm-commits
llvm-commits at lists.llvm.org
Tue May 6 14:06:27 PDT 2025
zeroomega wrote:
We are still seeing test flakes from `AddressSanitizer-x86_64-linux-dynamic :: TestCases/asan_lsan_deadlock.cpp` . Though much less frequent than before, they are still happening and should be addressed.
https://ci.chromium.org/ui/p/fuchsia/builders/toolchain.ci/clang-linux-x64/b8715591005100494449/overview
https://ci.chromium.org/ui/p/fuchsia/builders/toolchain.ci/clang-linux-x64/b8715647410893110961/overview
https://ci.chromium.org/ui/p/fuchsia/builders/toolchain.ci/clang-linux-x64/b8715659793951478049/overview
Except for extending the timeout, is there any other ways to reduce the flakeness on this test?
C.C. @petrhosek @PiJoules
https://github.com/llvm/llvm-project/pull/131756
More information about the llvm-commits
mailing list