Re: Hugs Crashes W2K
"Sigbjorn Finne" <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <02bd01c26e5b$35196050$1e32a8c0@sofxp> |
----- 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