We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6727d58 commit 7623501Copy full SHA for 7623501
compiler-rt/lib/asan/asan_report.cpp
@@ -149,7 +149,9 @@ class ScopedInErrorReport {
149
// 2. Subsequent error reporting avoids nested lock acquisition patterns.
150
// 3. Eliminates the lock order inversion risk between libdl and ASan's
151
// thread registry.
152
+#if !SANITIZER_SYMBOLIZER_MARKUP
153
Symbolizer::GetOrInit()->GetRefreshedListOfModules();
154
+#endif
155
156
// Make sure the registry and sanitizer report mutexes are locked while
157
// we're printing an error report.
0 commit comments