----- Original Message ----- From: "ion" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 11:46 Subject: Re: Hugs Crashes W2K
> I understand that this should produce the message: > > ERROR: Control stack overflow > > instead of just crashing, this is really annoying... > That's dependent on platform. In your case (Win32), the C/system stack is exhausted before Hugs' internal evaluation stack. I've just added some Win32 SEH code to the interpreter to catch & gracefully recover from C stack overflows. Upcoming release will have this included. --sigbjorn _______________________________________________ Hugs-Bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/hugs-bugs
