RE: Seg Fault
"Simon Marlow" <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <9584A4A864BD8548932F2F88EB30D1C60A1580DD@TVP-MSG-01.europe.corp.microsoft.com> |
> Probably a stack overflow which, unfortunately, causes Hugs > to segfault. I presume this is the C stack overflowing, right? One possibility, albeit a very non-portable one, to catch SIGSEGV and make a good guess as to whether it was caused by a stack overflow or not. Generating a beter error message in this case might help eliminate a few bug reports... Cheers, Simon