[Haskell-cafe] waitForProcess: sytem call interrupted

Joel Reymont joelr1 at gmail.com
Wed Nov 16 05:28:48 EST 2005


The thing is that I'm launching threads, not processes. The message  
is printed by runhaskell now that I think about it.

On Nov 16, 2005, at 1:54 AM, Donald Bruce Stewart wrote:

> I've been getting this in lambdabot with waitForProcess since 6.4.1 (I
> think). Seems harmless though (I think). Try catching the exception.
>
>     Control.Exception.catch (waitForProcess pid)
>                             (\_ -> return ExitSuccess) -- so just  
> fake success

--
http://wagerlabs.com/







More information about the Haskell-Cafe mailing list