Anyone care to explain why this fails?

  (receive (in out pid)
           (process "cat")
    (close-output-port out)
    (close-output-port in)
    (process-wait pid))

I get:

Error: (process-wait) waiting for child process failed - No child processes: 
7548

This is in Chicken 2.731 and is currently affecting the Chicken wiki
(the above code is a simplified version of the actual code).

Alejo.
http://azul.freaks-unidos.net/


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to