[lldb-dev] [Bug 21731] An unknown failure occurs in TestInferiorAssert.py on Windows

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Dec 9 11:15:29 PST 2014


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

Zachary Turner <zturner at google.com> changed:

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

--- Comment #1 from Zachary Turner <zturner at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20141209/6c2585a3/attachment.html>


More information about the lldb-dev mailing list