bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: locale-dependent assertion failure in gawk 3.1.5


From: Andrew J. Schorr
Subject: Re: locale-dependent assertion failure in gawk 3.1.5
Date: Fri, 7 Jul 2006 12:17:44 -0400
User-agent: Mutt/1.4.2.1i

On Fri, Jul 07, 2006 at 12:00:01PM -0400, Andrew J. Schorr wrote:
> I'm debugging it now.  It seems that freenode is adding a node with non-NULL
> wstptr to the nextfree list, so we get an initialization problem where getnode
> returns a NODE with non-NULL wstptr but (flags & WSTRCUR) is 0.  I just need 
> to
> chase down where this is happening (i.e. where freenode is being passed
> a NODE that has not been properly cleaned up).

The attached patch seems to fix the problem, but I'm still not
sure why there was no error on my 64-bit linux opteron system,
and I'm not 100% confident that this fix is OK...

Regards,
Andy

Attachment: unref.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]