[compiler-rt] [RTSan][Apple] Disable AccessingALargeAtomicVariableDiesWhenRealtime (PR #129309)

via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 11 12:55:02 PDT 2025


thetruestblue wrote:

@davidtrevelyan you said you can only step to cxx_atomic_load. But in the other stack trace I see __atomic_load is what calls OSSpinLock. Can you set a break point on __atomic_load and see what the back trace is, then can you disassemble from that frame? I'd really appreciate if we could get a comparison between working device vs non-working device on that symbol.

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


More information about the llvm-commits mailing list