
9 Sep
2004
9 Sep
'04
4:08 a.m.
On Wed, 2004-09-08 at 07:23, Carl Hetherington wrote:
This shows up an overwrite of a malloc()ed array in FlowRes.cpp. I'm just working on a fix now.
Is there anything else that I should test? I haven't been able to find any other problems with random clicking, drawing shapes etc.
Different people seem to encounter different bugs. Unfortunately MALLOC_CHECK_ is not guaranteed to catch every bug.
Myself, I just fixed a handful of fairly serious bugs in my own code (missing initializations in SPRepr's copy constructor, primarily), but that doesn't appear to have solved all of the heap corruption problems.
-mental