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 pkt
Recipients pkt
Date 2015-02-20.13:10:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424437801.69.0.870800016112.issue23490@psf.upfronthosting.co.za>
In-reply-to
Content
And a nice error:

Debug memory block at address p=0x805fc028: API 'o'
    0 bytes originally requested
    The 3 pad bytes at p-3 are FORBIDDENBYTE, as expected.
    The 4 pad bytes at tail=0x805fc028 are not all FORBIDDENBYTE (0xfb):
        at tail+0: 0x00 *** OUCH
        at tail+1: 0x00 *** OUCH
        at tail+2: 0x00 *** OUCH
        at tail+3: 0x00 *** OUCH
    The block was made by call #53454 to debug malloc/realloc.
Fatal Python error: bad trailing pad byte
History
Date User Action Args
2015-02-20 13:10:01pktsetrecipients: + pkt
2015-02-20 13:10:01pktsetmessageid: <1424437801.69.0.870800016112.issue23490@psf.upfronthosting.co.za>
2015-02-20 13:10:01pktlinkissue23490 messages
2015-02-20 13:10:01pktcreate