https://llvm.org/bugs/show_bug.cgi?id=25123
Bug ID: 25123
Summary: process detach kills the process (e.g. php)
Product: lldb
Version: 3.7
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Here is reproducible test:
Run:
php -r "sleep(1000);"
In another terminal, run:
echo process detach | lldb -p $(pgrep -fn php)
Sometimes it kills it after 2nd run. This doesn't happens in gdb, e.g.: echo
detach | gdb -p $(pgrep -fn php)
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev