[Lldb-commits] [PATCH] D12968: Fix for lldb-mi crash in Listener code if -exec-abort MI command was invoked without getting process stopped
Kirill Lapshin via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 7 11:52:35 PDT 2015
KLapshin added a comment.
In http://reviews.llvm.org/D12968#259931, @clayborg wrote:
> This can't be the real fix for this. We must be able to trust the empty() function call. We must have someone playing with the collection without locking the mutex. Please find the real bug.
Hello @clayborg,
I will continue investigation why it works unstable without hijacked listener setup.
Repository:
rL LLVM
http://reviews.llvm.org/D12968
More information about the lldb-commits
mailing list