Hi,

The TProcess.WaitOnExit function doesn't wait, but returns immediately.
I think the problem is in this line:
Result:=fpWaitPid(Handle,@FExitCode,WNOHANG);

In the old version 0 was passed instead of WNOHANG.

I can't test this on linux now.

Vincent.


_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to