From: Rak Rok Date: 2006-11-21T07:09:13+09:00 Subject: Re: fork, trap and exec. Pickaxe typo? ------=_Part_74503_12436332.1164060547246 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline What you want is SIGCHLD. s/CLD/CHLD/ -rr- On 11/20/06, Nate Murray wrote: > > This is so strange. I feel that I am really missing something here. > > Here is my updated code, but the output is odd: > > require 'pp' > > trap("CLD") { > pid = Process.wait > > ------=_Part_74503_12436332.1164060547246--