https://llvm.org/bugs/show_bug.cgi?id=25063
Bug ID: 25063 Summary: multiple-debuggers test: testprog is left running when test times out 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 When the MultipleDebuggers test times out, I'm seeing test/api/multiple-debuggers/testprog programs sticking around. Figure out why that is. This might be a corner case of the test system sending a soft terminate to the parent, which might kill the parent, but doesn't guarantee it kills the children of the parent process. We might need/want to send a process group hard terminate after we wrap up to ensure all children are terminated even if we think the main process is done. -- 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