dna icon indicating copy to clipboard operation
dna copied to clipboard

Unpredictably creates independent child processes

Open mvcrc opened this issue 12 years ago • 2 comments

Killing instance does not kill child processes. They are even more resource intensive than process itself.

mvcrc avatar Oct 06 '13 01:10 mvcrc

+1. Terminations should be cascading.

bradgreens avatar Oct 06 '13 17:10 bradgreens

Please clarify: Are you using SIGKILL or SIGTERM? If child processes are not killed when you kill an instance with SIGKILL, then I'm afraid that's an OS bug or missing feature that we can't implement here. In case you used SIGKILL: Have you tried sending SIGTERM to the instance instead? Maybe it'll clean up after itself...

lucaswerkmeister avatar Oct 06 '13 20:10 lucaswerkmeister