[Lldb-commits] [lldb] Remove redundant symbol lookups in IRExecutionUnit::FindInSymbols (PR #102835)

Dmitrii Galimzianov via lldb-commits lldb-commits at lists.llvm.org
Sun Aug 18 13:56:11 PDT 2024


DmT021 wrote:

On CI Linux builds some tests timed out. Probably deadlock, but I couldn't find where exactly.
We now call an arbitrary function in Find* functions while the mutex is locked. I think LoadAddressResolver calls something that leads to deadlock. Although it's strange, because we use recursive_mutex in ModuleList.
Had to make a defensive copy of the module vector in ModuleList.

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


More information about the lldb-commits mailing list