[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)

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 19:13:53 PDT 2020


vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.


================
Comment at: compiler-rt/lib/asan/asan_allocator.cpp:1089
   CHECK(m);
   return m->Beg();
 }
----------------
PRINT_CURRENT_STACK() may help to confirm atexit idea


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