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:00:01 -0400
User-agent: Mutt/1.4.2.1i

On Fri, Jul 07, 2006 at 05:52:57PM +0200, Jürgen Kahrs wrote:
> > In all cases, it works fine if LANG is set to C or en_US.
> > 
> > Can anybody duplicate this problem?  Any idea what's going wrong?
> 
> No idea. I could try on other Unixes next week if it helps.

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).

Regards,
Andy




reply via email to

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