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. _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
