Re: signals and GHC 6.10

2009-07-09 Thread John Meacham
On Thu, Jul 09, 2009 at 10:01:37AM -0700, Don Stewart wrote: > john: > > I noticed that programs compiled with GHC 6.10 seem to be eating signals > > and exiting with an error code of 255, rather than the proper exit code > > for the signal that killed the process. > > > > I can understand that th

Re: signals and GHC 6.10

2009-07-09 Thread Don Stewart
john: > I noticed that programs compiled with GHC 6.10 seem to be eating signals > and exiting with an error code of 255, rather than the proper exit code > for the signal that killed the process. > > I can understand that the GHC runtime may need to perform some cleanup > on a SIGINT or other sig

signals and GHC 6.10

2009-07-08 Thread John Meacham
I noticed that programs compiled with GHC 6.10 seem to be eating signals and exiting with an error code of 255, rather than the proper exit code for the signal that killed the process. I can understand that the GHC runtime may need to perform some cleanup on a SIGINT or other signal, but instead o