[lldb-dev] [Bug 19245] New: LLDB commits suicide after failing launch a process twice.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 25 10:58:47 PDT 2014


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

            Bug ID: 19245
           Summary: LLDB commits suicide after failing launch a process
                    twice.
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: piotr.rak at gmail.com
    Classification: Unclassified

Steps to reproduce:

# Please note printf is shell builtin here

(lldb) file printf
Current executable set to 'printf' (x86_64).
(lldb) process launch 'hello'
error: process launch failed: Child exec failed.
(lldb) process launch 'hello'
There is a running process, kill it and restart?: [Y/n] Y
zsh: killed     ./lldb

Expected result would be failing on first command 'file'

But it uncovers that there are possibly some other problems with process state
tracking.

x86_64 host, linux
lldb version trunk at 204667 but could reproduce it with earlier revisions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140325/124203ad/attachment.html>


More information about the lldb-dev mailing list