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@lists.llvm.org Reporter: todd.fi...@gmail.com CC: llvm-b...@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 the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev