[compiler-rt] [tsan] Fix deadlock with dyld during symbolization on darwin platforms (PR #113661)

via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 19:11:56 PST 2024


================
@@ -108,6 +108,7 @@ bool Symbolizer::SymbolizeData(uptr addr, DataInfo *info) {
                                          &arch))
     return false;
   info->Clear();
+  info->start = addr;
----------------
pudge62 wrote:

> Why? If there is a reason please extract into another PR, as this change likely affect other sanitizers. Would be possible to have a test?

This change is not necessary for this PR and I will remove it. Thanks.

https://github.com/llvm/llvm-project/pull/113661


More information about the llvm-commits mailing list