[llvm-bugs] [Bug 24846] New: test runner: multiprocessing test runner sometimes halting after "hangup"

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Sep 16 10:44:56 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24846

            Bug ID: 24846
           Summary: test runner: multiprocessing test runner sometimes
                    halting after "hangup"
           Product: lldb
           Version: unspecified
          Hardware: Macintosh
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: todd.fiala at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

154 out of 300 test suites processed - TestInferiorCrashing.py                
[2]    20486 hangup     lldb/test/dotest.py --executable {...} |

And then it quits the whole test suite.

Figure out what's happening here and make sure it doesn't take down the whole
test suite run.  I have another change I started last night to deal with
signal-based dotest inferior issues, which might cover this.  This is looking
like something got a SIGHUP (?).  The timeout command being used kills the
process with a SIGQUIT, so I don't think this is due to the timeout command.

I'm seeing this on OS X with the following test runners:
default test runner (multiprocessing)
threading

I'm not seeing it on the multiprocessing-pool or threading-pool test runners.

-- 
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/20150916/90e0f60f/attachment-0001.html>


More information about the llvm-bugs mailing list