Alexander Larsson <[EMAIL PROTECTED]> writes:

> Yes, this was probably it. I got the same backtrace making a bezier
> (Sybase log) object very small. I fixed this in CVS. 
> 
> Daniel, can you try the latest CVS and see if it fixes your problem?

Just, did. I'm still getting the same behavior... I think this is a storage
allocation bug.

After I redefine malloc to be a wrapper around
calloc so that all memory is zeroed out. The bug goes away. Maybe there's a
bug where you should be calling g_malloc0 rather than g_malloc or you're
assuming some values are 0.0 by default when they aren't?


Reply via email to