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

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 10 13:49:14 PST 2018


clayborg added a comment.

Tough to call on this one. Yes the function is dumping simple stuff, but it is using m_arch, m_file and m_objname. It could cause crashes in multi-threaded environments. Is the deadlock caused by an A/B lock issue?


https://reviews.llvm.org/D41909





More information about the lldb-commits mailing list