> but if the process is actually dead, then this loop is buggy if its still
> running. thats my point.
>
> i dont care what its doing, if its running by itself its in bug mode :)

No, you're not getting it right -- the runner is waiting for the
forked process to die, that system method never returned so it's still
alive and that's why you also see the output tail spinner. What you
see in the stack trace is because somebody sent the master process a
signal.

Dawid

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to