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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to