System.Process.runInteractiveCommand, exit_group ()

Simon Marlow marlowsd at gmail.com
Tue Oct 7 08:20:52 EDT 2008


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


More information about the Glasgow-haskell-users mailing list