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 fenrrir, methane, vstinner
Date 2018-07-11.14:03:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531317822.18.0.56676864532.issue34087@psf.upfronthosting.co.za>
In-reply-to
Content
Please try to set PYTHONMALLOC=debug environment variable and run again your test. I hope that Python will be able to catch a memory corruption somewhere. If it's the case, you can try:

PYTHONMALLOC=debug python3 -X tracemalloc=10 (...)

To see where the corrupted object has been allocated.
History
Date User Action Args
2018-07-11 14:03:42vstinnersetrecipients: + vstinner, fenrrir, methane
2018-07-11 14:03:42vstinnersetmessageid: <1531317822.18.0.56676864532.issue34087@psf.upfronthosting.co.za>
2018-07-11 14:03:42vstinnerlinkissue34087 messages
2018-07-11 14:03:42vstinnercreate