Skip to content

multiple-debuggers test: testprog is left running when test times out #25437

@llvmbot

Description

@llvmbot
Bugzilla Link 25063
Resolution FIXED
Resolved on Oct 06, 2015 10:44
Version unspecified
OS All
Reporter LLVM Bugzilla Contributor
CC @labath

Extended Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillalldb

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions