[asan] Fix build on fuchsia (#136042)

Does not link after #131756
This commit is contained in:
Vitaly Buka 2025-04-16 15:04:06 -07:00 committed by GitHub
parent 6727d58891
commit 7623501c05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.