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 pitrou
Recipients jnoller, pitrou, vstinner
Date 2009-12-19.16:26:06
SpamBayes Score 0.0052471054
Marked as misclassified No
Message-id <1261239968.3.0.677667478927.issue7544@psf.upfronthosting.co.za>
In-reply-to
Content
Enable core dumps (`ulimit -c unlimited`) and re-run your tests. The
fatal Python error will leave a core file so that you can find out the
context.

You can also try a debug build of Python which may give you more
information, assuming it can reproduce the bug.

(as for how to reproduce the bug, it's your task to find it out :-))
History
Date User Action Args
2009-12-19 16:26:08pitrousetrecipients: + pitrou, vstinner, jnoller
2009-12-19 16:26:08pitrousetmessageid: <1261239968.3.0.677667478927.issue7544@psf.upfronthosting.co.za>
2009-12-19 16:26:06pitroulinkissue7544 messages
2009-12-19 16:26:06pitroucreate