------- Comment #1 from pinskia at gcc dot gnu dot org  2009-03-04 20:06 -------
This sounds like a bug in glibc or valgrind.


==16376== 8 bytes in 1 blocks are definitely lost in loss record 1 of 12
==16376==    at 0x402517F: memalign (vg_replace_malloc.c:460)
==16376==    by 0x401055F: ___tls_get_addr (in /lib/ld-2.7.so)


This is TLS symbol from a shared library so it calls ___tls_get_addr in ld.so
which allocates the space.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39366

Reply via email to