Serguey Zefirov <[EMAIL PROTECTED]> writes: > [huge program deleted] > > gives "Garbage collection fails to reclaim sufficient space." when > loaded into Hugs Nov 2002 and asked to run "test". > > I think it shouldn't do that.
It sound like your program has a space leak. I recommend profiling it using ghc, ghci or nhc which have excellent space profiling tools in them. If nothing else, running it with another compiler would provide independent confirmation that the problem is in the compiler or in the program. -- Alastair Reid [EMAIL PROTECTED] Reid Consulting (UK) Limited http://www.reid-consulting-uk.ltd.uk/alastair/ _______________________________________________ Hugs-Users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/hugs-users
