RE: Control-C during startup raises error

2004-10-11 Thread Simon Marlow
On 08 October 2004 14:31, Shae Matijs Erisson wrote: Frank Atanassow [EMAIL PROTECTED] writes: In other words, if you press control-C during startup you get this error message. Not unreasonable, but I suppose if it is easy to check for such an interrupt it is better not to issue an error

Control-C during startup raises error

2004-10-08 Thread Frank Atanassow
Dunno if you actually consider this a bug or not, but since the message says to report it... This is on Mac OS X 10.3.5 with GHC 6.2.1. $ ghci ^Cghc-6.2.1: internal error: main thread has been GC'd Please report this as a bug to [EMAIL PROTECTED], or

Re: Control-C during startup raises error

2004-10-08 Thread Shae Matijs Erisson
Frank Atanassow [EMAIL PROTECTED] writes: In other words, if you press control-C during startup you get this error message. Not unreasonable, but I suppose if it is easy to check for such an interrupt it is better not to issue an error message which advises the user to post a bug report. I