Open GoogleCodeExporter opened 9 years ago
still can reproduce it in gpreftools 2.1
Original comment by leywar.l...@gmail.com
on 23 Aug 2013 at 12:41
Backtrace above hinted me towards this:
http://repo.or.cz/w/glibc.git/blob/eefa3be8e4c2c721a9f277d8ea2e11180231829f:/mal
loc/arena.c#l224
It looks like glibc malloc will install it's "special" version of malloc/free
hooks.
And gperftools comment here:
https://code.google.com/p/gperftools/source/browse/src/libc_override_glibc.h#98
refers to DEEPBIND overriding tcmalloc's overriding of malloc/free.
I'm not super-familiar with how exactly DEEPBIND may cause issues. So in order
to understand your case more I need to know exactly how your program is
integrated to tcmalloc.
Particularly:
* is your program linked with tcmalloc or it's LD_PRELOAD-ed ?
* is your "shared library" linked with tcmalloc ?
Original comment by alkondratenko
on 29 Aug 2013 at 1:34
Original comment by alkondratenko
on 29 Aug 2013 at 1:35
Original issue reported on code.google.com by
leywar.l...@gmail.com
on 22 Aug 2013 at 11:53