This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: IBM and glibc locales


Andreas Jaeger <aj@suse.de> writes:

> I tried:
> locale/localedef -i en_HK -c -f ISO-8859-1 en_HK.ISO-8859-1
> 
> Using mtrace I noticed that we seem to have some memory leaks:
> [...]

I'm not at all surprised that localedef has memory leaks.  In fact, I
didn't pay attention to freeing memory since the program cannot be run
on more than one input file (like cc).

But it still doesn't explain why localedef runs out of memory,
especially for a small charset like ISO-8859-1.  It might have to do
with the other errors you saw, though.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]