Re: System.Process.runInteractiveCommand, exit_group ()
6 Oct
2008
6 Oct
'08
3:03 p.m.
Solved - exit_group() wasn't the problem. My wrapper program silently died from SIGPIPE. Best regards, J.W.
7 Oct
7 Oct
12:20 p.m.
New subject: System.Process.runInteractiveCommand, exit_group ()
Johannes Waldmann wrote:
Solved - exit_group() wasn't the problem. My wrapper program silently died from SIGPIPE.
This is something we changed in GHC 6.10.1, incedentally. Now SIGPIPE doesn't silently exit the program, and it will get an exception instead. Cheers, Simon
6520
Age (days ago)
6521
Last active (days ago)
1 comments
2 participants
participants (2)
-
Johannes Waldmann -
Simon Marlow