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 vstinner
Recipients josch, vstinner
Date 2015-07-20.13:33:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437399189.68.0.984376348404.issue24605@psf.upfronthosting.co.za>
In-reply-to
Content
You have to search for memory corruptions. You can try to run your application with a Python compiled a debug mode. If it doesn't work, you may try Valgrind which require a Python compiled with --with-valgrind and to use the suppression file. See Misc/README.valgrind.
History
Date User Action Args
2015-07-20 13:33:09vstinnersetrecipients: + vstinner, josch
2015-07-20 13:33:09vstinnersetmessageid: <1437399189.68.0.984376348404.issue24605@psf.upfronthosting.co.za>
2015-07-20 13:33:09vstinnerlinkissue24605 messages
2015-07-20 13:33:09vstinnercreate