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 David Ford (FirefighterBlu3), christian.heimes, vstinner
Date 2017-02-07.22:51:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486507869.97.0.282459696266.issue29470@psf.upfronthosting.co.za>
In-reply-to
Content
David Ford: "does the builtin memory debugger handle things well such as when involving external libraries like ssl/libcrypto?"

Nope, see:
http://bugs.python.org/issue18227#msg191610

Please try what I suggested. Buffer overflows may not crash immediatly, but PYTHONMALLOC=debug should help to detect some bugs in memory blocks allocated by Python.
History
Date User Action Args
2017-02-07 22:51:10vstinnersetrecipients: + vstinner, christian.heimes, David Ford (FirefighterBlu3)
2017-02-07 22:51:09vstinnersetmessageid: <1486507869.97.0.282459696266.issue29470@psf.upfronthosting.co.za>
2017-02-07 22:51:09vstinnerlinkissue29470 messages
2017-02-07 22:51:09vstinnercreate