[Lldb-commits] [PATCH] Solve hang on Windows when lldb fails to launch the process

Adrian McCarthy amccarth at google.com
Tue Feb 24 16:46:46 PST 2015


Yes, the test was explicitly trying to set the working directory of the
inferior process to a non-existent directory.  (The working directory of
lldb was valid and contained the target image.)

The failure reported up is 0x0000010b, which corresponds to "The directory
name is invalid."  Unfortunately, lldb simply reports "error: process
launch failed: unknown error".  I assume there's still a task to get the
WinAPI errors reported up through the UI.

On Tue, Feb 24, 2015 at 4:39 PM, Zachary Turner <zturner at google.com> wrote:

> Ahh.  So it was specifically testing that launching a process from a
> non-existant directory failed in the correct way?  If it was testing
> something else, then that alone seems like a useful test to add.
>
>
> http://reviews.llvm.org/D7874
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150224/723524de/attachment.html>


More information about the lldb-commits mailing list