chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] process-wait on pid returned by process


From: Alejandro Forero Cuervo
Subject: [Chicken-users] process-wait on pid returned by process
Date: Sat, 23 Feb 2008 12:04:12 -0800
User-agent: Mutt/1.5.13 (2006-08-11)

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]