> -----Original Message----- > From: Simon Marlow [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 12, 2003 7:03 AM > To: Wojtek Moczydlowski; [EMAIL PROTECTED] > Subject: RE: A bug > > > > > The attached program, after compilation under ghc 6.0.1 > > with -O2 -package > > wx under Windows, after about 1 minute running on 2Ghz > > computer crashes > > with the message: "Internal error: RHS exhausted max heap > > size (...) report > > this as a bug". > > The bug is that the error message should not tell you to report it as a > bug :-) > > (i.e. it's not a bug at all, you just ran out of heap).
That's what I thought. Surprising, though, I cannot see where the memory leak could be. Any suggestions how to find out the memory leak under Windows? (compiling with -prof -auto-all doesn't work, ghc complains about not being able to find .Graphics.UI.WX, and I am not *that* determined to recompile wxHaskell). > Simon Wojtek _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
