[Haskell] Programme terminates silently

Jules Bean jules at jellybean.co.uk
Wed Jun 4 05:00:16 EDT 2008


Thomas Bevan wrote:
> The lircLoop should never terminate. Unfortunately it does. Worse, no 
> error messages are generated.
> Not even the final line "Closing down" is printed.
> 
> How is this possible?
> 

Probably SIGPIPE.

Catch it and ignore it.




More information about the Haskell mailing list