[lldb-dev] [Bug 25063] New: multiple-debuggers test: testprog is left running when test times out
via lldb-dev
lldb-dev at lists.llvm.org
Mon Oct 5 13:35:26 PDT 2015
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 at lists.llvm.org
Reporter: todd.fiala at gmail.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20151005/7075b2b2/attachment.html>
More information about the lldb-dev
mailing list