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: [email protected]
Reporter: [email protected]
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@204667 but could reproduce it with earlier revisions.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev