Open vitalybuka opened 1 year ago
Note, at this moment these tests disabled on bots here https://github.com/llvm/llvm-zorg/blob/8842c8c262cce13e48cd8e382fc42693f142512d/zorg/buildbot/builders/sanitizers/buildbot_functions.sh#L357C8-L372C78
@llvm/issue-subscribers-backend-aarch64
Author: Vitaly Buka (vitalybuka)
Extracted from discussion in https://github.com/llvm/llvm-project/pull/72543
Full reproducer requires build setup like https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild with zorg/buildbot/builders/sanitizers/buildbot_bootstrap_msan.sh
ninja -C /b/my/build/libcxx_build_msan/ check-cxx will fail format tests
if we rerun some of them:
MSAN_OPTIONS=fast_unwind_on_fatal=1:handle_abort=1:external_symbolizer_path=llvm_build0/bin/llvm-symbolizer
The stacks below looks like exception handler can not be found. This happens only on aarch64 Msan on Linux