
8 Sep
2004
8 Sep
'04
11:23 a.m.
On Tue, 7 Sep 2004, MenTaLguY wrote:
Could those of you on a glibc-using platform please try setting the environment variable MALLOC_CHECK_ to 1 or 2 and running Inkscape?
a value of 1 will print an error message to stderr if malloc is abused
a value of 2 will call abort() -- the latter is more useful in the
debugger probably, so you can see the backtrace
Hi,
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.
Carl