paul added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23490>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to