[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Memory leak in ld.so-2.4
From: |
Ian Lance Taylor |
Subject: |
Re: Memory leak in ld.so-2.4 |
Date: |
19 Apr 2007 21:52:05 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
Seweryn Habdank-Wojewódzki <address@hidden> writes:
> There is a memory leak in ld.so.
>
> A piece of valgrind log file is:
>
> ==9293== at 0x402073E: calloc (in
> /usr/lib/valgrind/x86-linux/vgpreload_memcheck.so)
> ==9293== by 0x40105C8: allocate_dtv (in /lib/ld-2.4.so)
> ==9293== by 0x401068B: _dl_allocate_tls (in /lib/ld-2.4.so)
> ==9293== by 0x40589FF: pthread_create@@GLIBC_2.1
> (in /lib/libpthread-2.4.so)
Thanks for the report. However, despite the name, ld-2.4.so is not
part of the GNU binutils. It is part of GNU libc. Please see
http://sourceware.org/glibc/ for where to report the problem.
Ian