http://llvm.org/bugs/show_bug.cgi?id=21731

Zachary Turner <ztur...@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Zachary Turner <ztur...@google.com> ---
This was a hang that was caused by not creating a valid StopInfo when the
process crashed due to a non-breakpoint exception.  This in turn caused the
thread to report that it did not need to stop, and LLDB would try to resume the
process.  Since it was unrecoverable, however, it went into a loop where it
would resume, the process would crash again, and LLDB would try to resume it,
ad infinitum.

Fixed in r223812.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to