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 Pablosky, scoder, vstinner
Date 2018-09-05.08:27:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536136029.78.0.56676864532.issue34570@psf.upfronthosting.co.za>
In-reply-to
Content
Core dumps are usually unusable on a different platform. You should extract informations yourself using gdb or something else. At least, I'm sure that I will be unable to use your core dump on Fedora (you are using Ubuntu). You can open a core dump using "gdb python2.7 -c coredump" and then type "where" to get the C traceback.
History
Date User Action Args
2018-09-05 08:27:09vstinnersetrecipients: + vstinner, scoder, Pablosky
2018-09-05 08:27:09vstinnersetmessageid: <1536136029.78.0.56676864532.issue34570@psf.upfronthosting.co.za>
2018-09-05 08:27:09vstinnerlinkissue34570 messages
2018-09-05 08:27:09vstinnercreate