John Hughes wrote: > The attached program crashes the November 2002 hugs/winhugs. A graphics > window appears, but when the mouse is moved over it (generating graphics > events), hugs crashes.
I encountered something similar on Unix, which appears to be due to a space leak in the graphics library. The program starts to slow down and/or increase CPU usage, then eventually terminates due to GC failure. Increasing the heap size will allow the program to run longer before terminating. -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ Hugs-Bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/hugs-bugs
