-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLDB commits suicide after failing launch a process twice. #19619
Comments
Here is backtrack from breakpoint on kill. (gdb) bt |
On FreeBSD the 2nd process launch hangs instead of crashing |
WIP take on 2nd part of bug |
works now. |
Extended Description
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.
The text was updated successfully, but these errors were encountered: