Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kwibus opened this issue Nov 22, 2020 · 0 comments
Open

Comments

@kwibus
Copy link
Member

kwibus commented Nov 22, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant