[Hugs-bugs] Re: Compiled hugs - on "overload" crashes

Ross Paterson ross at soi.city.ac.uk
Thu Nov 3 08:51:55 EST 2005


[moving from haskell-cafe to hugs-bugs]

On Thu, Nov 03, 2005 at 02:32:44PM +0100, Dusan Kolar wrote:
>  My older hugs interpreter stops with error: ERROR - Control stack overflow
> GHCi stops with the same error: *** Exception: stack overflow
> That's OK, really, that's correct behavior after printing some results.
> 
>  Nevertheless, the new hugs compilation stops with this: Segmentation 
> Fault(coredump)
> And that's probably not the correct end. May I do something wrong?

Yes, some infinite computations crash Hugs; it varies with the relative
sizes of your heap, Hugs stack and C stack.  You might like to try a
recent snapshot, in which this should be fixed:

	http://cvs.haskell.org/Hugs/downloads/snapshots/hugs98-20051029.tar.gz



More information about the Hugs-Bugs mailing list