[PATCH] D84819: Add more debug code for https://github.com/google/sanitizers/issues/1193 (getting desperate, not being able to reproduce it for a few months, but the users are seeing it)

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 19:16:45 PDT 2020


kcc added inline comments.


================
Comment at: compiler-rt/lib/asan/asan_allocator.cpp:1089
   CHECK(m);
   return m->Beg();
 }
----------------
vitalybuka wrote:
> PRINT_CURRENT_STACK() may help to confirm atexit idea
CHECK already does that (and fails for some reason). 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84819



More information about the llvm-commits mailing list