[Lldb-commits] [lldb] Convert ThreadPlanStack's mutex to a shared mutex. (PR #116438)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 15 14:33:29 PST 2024
jimingham wrote:
That is a "resource deadlock detected" error, so presumably we are managing to recursively use this ThreadPlanStack lock. I'm a bit confused that none of the stacks printed actually show any ThreadPlanStack functions on the stack???
https://github.com/llvm/llvm-project/pull/116438
More information about the lldb-commits
mailing list