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 rlibiez, vstinner
Date 2011-10-01.22:08:41
SpamBayes Score 0.010019532
Marked as misclassified No
Message-id <1317506922.75.0.289810147628.issue13081@psf.upfronthosting.co.za>
In-reply-to
Content
I suppose that the application uses extensions written in C and one on these extensions is buggy. Can you write a script to reproduce the bug without the application? If not, we cannot help you :-(

You may try the faulthandler to get more information:
https://github.com/haypo/faulthandler/wiki
History
Date User Action Args
2011-10-01 22:08:42vstinnersetrecipients: + vstinner, rlibiez
2011-10-01 22:08:42vstinnersetmessageid: <1317506922.75.0.289810147628.issue13081@psf.upfronthosting.co.za>
2011-10-01 22:08:42vstinnerlinkissue13081 messages
2011-10-01 22:08:41vstinnercreate