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]
Other format: [Raw text]

MALLOC_TRACE ends in seg.fault on x86-64 (tst-leaks)


Hi,

with the current glibc CVS version I get seg.faults if I use
MALLOC_TRACE on x86-64 (for example tst-leaks always fails for
this reason for me). It seg.faults in loadarchive.c:515, it tries
to dereference dead->data[category] which is a NULL pointer. But I
don't think that this is the problem, the whole data struct looks
corrupted to me.

Anybody else seeing this? I use a normal
"configure --prefix=/usr --enable-add-ons=yes".

  Thorsten

-- 
Thorsten Kukuk       http://www.suse.de/~kukuk/        kukuk at suse dot de
SuSE Linux AG        Deutschherrnstr. 15-19        D-90429 Nuernberg
--------------------------------------------------------------------    
Key fingerprint = A368 676B 5E1B 3E46 CFCE  2D97 F8FD 4E23 56C6 FB4B


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