Skip to content

killing command after command-timeout does not kill child processes #2

@kwibus

Description

@kwibus

Gucamole plugin will kill start/stop command when they take longer then command-timeout

// TODO this wont kill desendancs,
// those will become zombie process in linux if they finish
process.destroyForcibly ();

But this wont kill children of this process, end if child proces exists when its parent is killed.
Java wont reap it so it can becomes a zombie proces.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions