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 skrah
Recipients Guido, georg.brandl, gvanrossum, python-dev, serhiy.storchaka, skrah, vstinner
Date 2015-01-30.19:44:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422647065.94.0.784837638341.issue23055@psf.upfronthosting.co.za>
In-reply-to
Content
I think in 2.7 there's a slight problem since e6b9e277fbf4:

[1/1] test_unicode
Debug memory block at address p=0x7f4ebba3fae0: API 'o'
    100 bytes originally requested
    The 7 pad bytes at p-7 are FORBIDDENBYTE, as expected.
    The 8 pad bytes at tail=0x7f4ebba3fb44 are not all FORBIDDENBYTE (0xfb):
        at tail+0: 0x00 *** OUCH
        at tail+1: 0xfb
        at tail+2: 0xfb
        at tail+3: 0xfb
        at tail+4: 0xfb
        at tail+5: 0xfb
        at tail+6: 0xfb
        at tail+7: 0xfb
    The block was made by call #659785 to debug malloc/realloc.
    Data at p: 20 20 20 20 20 20 20 20 ... 20 20 20 20 20 31 32 33
Fatal Python error: bad trailing pad byte
Aborted (core dumped)
History
Date User Action Args
2015-01-30 19:44:26skrahsetrecipients: + skrah, gvanrossum, georg.brandl, vstinner, python-dev, serhiy.storchaka, Guido
2015-01-30 19:44:25skrahsetmessageid: <1422647065.94.0.784837638341.issue23055@psf.upfronthosting.co.za>
2015-01-30 19:44:25skrahlinkissue23055 messages
2015-01-30 19:44:25skrahcreate