Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions compiler-rt/lib/asan/asan_report.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ class ScopedInErrorReport {
// 2. Subsequent error reporting avoids nested lock acquisition patterns.
// 3. Eliminates the lock order inversion risk between libdl and ASan's
// thread registry.
#if !SANITIZER_SYMBOLIZER_MARKUP
Symbolizer::GetOrInit()->GetRefreshedListOfModules();
#endif

// Make sure the registry and sanitizer report mutexes are locked while
// we're printing an error report.
Expand Down
Loading