[Haskell-cafe] waitForProcess: sytem call interrupted

Simon Marlow simonmar at microsoft.com
Wed Nov 16 11:26:16 EST 2005


On 16 November 2005 11:26, Joel Reymont wrote:

> I think runhaskell reports that when the program has crashed
> violently with a segmentation violation.

It does, and that's a bug.  I fixed it last week.

Cheers,
	Simon

> 
> 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


More information about the Haskell-Cafe mailing list