I have applied your patch. I agree that paraview should explicity close the child process. But... what I am pointing out is that calling QProcess::close() does not help in this situation. What I am saying is that, even when paraview does kill the process, any commands run by ssh on the other side of the netpipe will be orphaned by sshd. Are you sure you can't reproduce it?<br>
<br>$ ssh localhost sleep 1d<br>$ < press control-c ><br>$ pidof sleep<br>$ # sleep is still running<br><br>Pat<br><br><div class="gmail_quote">On Fri, Apr 30, 2010 at 2:08 AM, burlen <span dir="ltr"><<a href="mailto:burlen.loring@gmail.com">burlen.loring@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Pat,<br>
<br>