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 ned.deily
Recipients ned.deily, vstinner
Date 2013-07-07.20:21:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373228491.66.0.661773601913.issue18398@psf.upfronthosting.co.za>
In-reply-to
Content
...
/usr/bin/clang   -Wl,-stack_size,1000000  -framework CoreFoundation -o python Modules/python.o libpython3.4dm.a -ldl  -framework CoreFoundation
./python -E -S -m sysconfig --generate-posix-vars
Debug memory block at address p=0x7f9fba414160: API 'm'
    948 bytes originally requested
    The 7 pad bytes at p-7 are FORBIDDENBYTE, as expected.
    The 8 pad bytes at tail=0x7f9fba414514 are FORBIDDENBYTE, as expected.
    The block was made by call #5440 to debug malloc/realloc.
    Data at p: 2f 00 00 00 55 00 00 00 ... 73 00 00 00 00 00 00 00
Fatal Python error: bad ID: Allocated using API 'm', verified using API 'r'

Current thread 0x00007fff74872180:
make: *** [pybuilddir.txt] Abort trap: 6
History
Date User Action Args
2013-07-07 20:21:31ned.deilysetrecipients: + ned.deily, vstinner
2013-07-07 20:21:31ned.deilysetmessageid: <1373228491.66.0.661773601913.issue18398@psf.upfronthosting.co.za>
2013-07-07 20:21:31ned.deilylinkissue18398 messages
2013-07-07 20:21:31ned.deilycreate