Don't use internal symbolizer if we are in process of reporting Out-of-Memory.
authorVitaly Buka <vitalybuka@google.com>
Thu, 29 Sep 2016 23:00:54 +0000 (23:00 +0000)
committerVitaly Buka <vitalybuka@google.com>
Thu, 29 Sep 2016 23:00:54 +0000 (23:00 +0000)
commit0ec5a2830dbb9143cba8fa69de4c8dee58e87891
tree558068dafe5889910f2236154ef97d884576f17e
parent27e610f9863b3e5e4df606864f51c7f9d2c71055
Don't use internal symbolizer if we are in process of reporting Out-of-Memory.

Reviewed by eugenis offline, as reviews.llvm.org is down.

llvm-svn: 282805
compiler-rt/lib/asan/asan_allocator.cc
compiler-rt/lib/msan/msan_allocator.cc
compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc
compiler-rt/lib/sanitizer_common/sanitizer_allocator.h
compiler-rt/lib/sanitizer_common/sanitizer_allocator_combined.h
compiler-rt/lib/sanitizer_common/sanitizer_allocator_secondary.h
compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
compiler-rt/lib/scudo/scudo_allocator.cpp
compiler-rt/lib/scudo/scudo_allocator_secondary.h
compiler-rt/lib/tsan/rtl/tsan_mman.cc