Bug in Nov-2002 Hugs with graphics library

Glynn Clements glynn.clements@virgin.net
Thu, 21 Nov 2002 08:50:38 +0000


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 <glynn.clements@virgin.net>