[Lldb-commits] [PATCH] D41909: Fix deadlock in dwarf logging

Francis Ricci via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 11 07:42:13 PST 2018


fjricci added a comment.

> I think a better option would be to remove that lock and if it is needed then lock it just for the calls where it necessary. The fact that SymbolVendor locks a mutex inside a Module feels like a pretty bad layering violation for me what can cause many other deadlocks so it would be nice to fix that instead of hacking it around here.

Was thinking about that as well. Will look into it.


https://reviews.llvm.org/D41909





More information about the lldb-commits mailing list