[PATCH] D46650: [lsan] Try to fix test failure due to compiler optimization

Peter Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 10:52:57 PDT 2018


Lekensteyn added inline comments.


================
Comment at: test/sanitizer_common/TestCases/Posix/sanitizer_set_death_callback_test.cc:3
 
 // REQUIRES: stable-runtime
 
----------------
Renato, this line was added in r249398, "[LSAN] Mark death callback as unstable while we investigate the cause in AArch64". If the issue was also caused by pointers on the stack, perhaps this line can be removed?

To investigate what is leaking, try env var `LSAN_OPTIONS=log_pointers=1`


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D46650





More information about the llvm-commits mailing list