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 zulthan
Recipients terry.reedy, zulthan
Date 2017-11-20.15:06:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511190365.86.0.213398074469.issue31790@psf.upfronthosting.co.za>
In-reply-to
Content
In a span of about 1 month, I had multiple errors:

*** Error in `/usr/bin/python': free(): invalid next size (normal): 0x000055f9c9e7c970 ***
*** Error in `/usr/bin/python': free(): invalid next size (normal): 0x000055e33fda3970 ***
*** Error in `/usr/bin/python': free(): invalid next size (normal): 0x0000564d42335970 ***
*** Error in `/usr/bin/python': double free or corruption (out): 0x0000561d8b9d4f80 ***
*** Error in `/usr/bin/python': double free or corruption (out): 0x0000557700e74f80 ***
*** Error in `/usr/bin/python': free(): invalid next size (normal): 0x0000564b6142e970 ***

In the same time-period, I have been running the same code on another system, with a different python version, which did not produce any error:

python version that causes issues:
python --version
Python 2.7.13

python version that is error-free:
Python 2.7.9
History
Date User Action Args
2017-11-20 15:06:05zulthansetrecipients: + zulthan, terry.reedy
2017-11-20 15:06:05zulthansetmessageid: <1511190365.86.0.213398074469.issue31790@psf.upfronthosting.co.za>
2017-11-20 15:06:05zulthanlinkissue31790 messages
2017-11-20 15:06:05zulthancreate