asan_memory_profile: Fix for deadlock in memory profiler code.
Calling symbolization directly from stopTheWorld was causing deadlock. For libc dep systems, symbolization uses dl_iterate_phdr, which acquire a dl write lock. It could deadlock if the lock is already acquired by one of suspended. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D146990
Loading
Please sign in to comment