[llvm-bugs] [Bug 25123] New: process detach kills the process (e.g. php)

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Oct 9 10:21:29 PDT 2015


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: lldb-dev at lists.llvm.org
          Reporter: kenorb at gmail.com
                CC: llvm-bugs at lists.llvm.org
    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 on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151009/a4f3b328/attachment.html>


More information about the llvm-bugs mailing list