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

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

Re: intl segfault on solaris


From: Bruno Haible
Subject: Re: intl segfault on solaris
Date: Fri, 19 Jul 2002 19:39:27 +0200 (CEST)

Xavier Nicollet writes:

>       _nl_default_default_domain__ = "messages" 
>       _nl_current_default_domain__ = NULL    according to ddd.
> 
> However, I have compiled the same app (dpkg) under the same os and
> architecture, except that it is now in 32 bit.
> 
> Now it works, and ddd tells:
> 
>       _nl_default_default_domain__ = "messages" 
>       _nl_current_default_domain__ = "messages" 

Thanks for the info. This makes it sound like a compiler or binutils
problem: one of gcc/cc, as, ld lost the initialization of
_nl_current_default_domain__.

Bruno



reply via email to

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