On 26 Oct 1999, Daniel Wang wrote:
>
> 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.
Ugh? Do you get the same backtrace? That fix i did might not be the
best, but it sure should stop that crash.
> 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?
Maybe. It'll be a bit hard to find for me though, as i don't get the
crash. Doesn't anyone have purify for Solaris?
/ Alex