This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients BreamoreBoy, flub, loewis, neologix, pitrou, sable, tim.peters
Date 2011-04-26.20:46:05
SpamBayes Score 2.7753381e-07
Marked as misclassified No
Message-id <1303850766.19.0.903313820326.issue3526@psf.upfronthosting.co.za>
In-reply-to
Content
I just noticed there's already a version of dlmalloc in Modules/_ctypes/libffi/src/dlmalloc.c

Compiling with gcc -shared -fpic -o /tmp/dlmalloc.so ./Modules/_ctypes/libffi/src/dlmalloc.c

Then LD_PRELOAD=/tmp/dlmalloc.so ./python

works just fine (and by the way, it solves the problem with glibc's version in #11849, it's somewhat slower though).

Or am I missing something?
History
Date User Action Args
2011-04-26 20:46:06neologixsetrecipients: + neologix, tim.peters, loewis, pitrou, sable, flub, BreamoreBoy
2011-04-26 20:46:06neologixsetmessageid: <1303850766.19.0.903313820326.issue3526@psf.upfronthosting.co.za>
2011-04-26 20:46:05neologixlinkissue3526 messages
2011-04-26 20:46:05neologixcreate