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 neologix
Recipients gps, neologix, python-dev, vstinner
Date 2011-12-07.22:04:19
SpamBayes Score 7.472358e-05
Marked as misclassified No
Message-id <CAH_1eM1BY1r24B5Dig1gYmN5xM6K6Fs9axWiO87tw7VRxSMT9w@mail.gmail.com>
In-reply-to <1323293735.07.0.739178051163.issue11870@psf.upfronthosting.co.za>
Content
To debug this, we should probably make use of faulthandler (but not
dump_tracebacks_later, since it creates a new thread). The way to go
could be to make the parent process send a fatal signal to the child
process if the latter takes too long to complete.
History
Date User Action Args
2011-12-07 22:04:20neologixsetrecipients: + neologix, vstinner, gps, python-dev
2011-12-07 22:04:19neologixlinkissue11870 messages
2011-12-07 22:04:19neologixcreate