This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by kcc on Jul 28 2020, 6:54 PM.

Diff Detail

Event Timeline

kcc created this revision.Jul 28 2020, 6:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2020, 6:54 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
kcc requested review of this revision.Jul 28 2020, 6:54 PM
vitalybuka accepted this revision.Jul 28 2020, 7:13 PM
vitalybuka added inline comments.
compiler-rt/lib/asan/asan_allocator.cpp
1089

PRINT_CURRENT_STACK() may help to confirm atexit idea

This revision is now accepted and ready to land.Jul 28 2020, 7:13 PM
kcc added inline comments.Jul 28 2020, 7:16 PM
compiler-rt/lib/asan/asan_allocator.cpp
1089

CHECK already does that (and fails for some reason).

This revision was landed with ongoing or failed builds.Jul 29 2020, 11:13 AM
This revision was automatically updated to reflect the committed changes.