[PATCH] D58156: [Sanitizer] On Darwin `__sanitizer_print_stack_trace` only prints topmost frame

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 10:41:06 PST 2019


yln marked an inline comment as done.
yln added inline comments.


================
Comment at: compiler-rt/test/sanitizer_common/TestCases/symbolize_stack.cc:6
+// FIXME(dliew): Make this test work on Darwin with LSan
+// XFAIL: darwin && lsan
 
----------------
vitalybuka wrote:
> What is wrong with lsan?
I don't know. I will take a quick look and provide a separate patch if it's easy to fix.
Internally, we don't support LSan, so this isn't really a priority for us.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58156/new/

https://reviews.llvm.org/D58156





More information about the llvm-commits mailing list