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 gvanrossum, neologix, pitrou, serhiy.storchaka, vstinner
Date 2014-02-11.19:00:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392145216.16.0.482108444443.issue20526@psf.upfronthosting.co.za>
In-reply-to
Content
> If wait_for_thread_shutdown() is interrupted, maybe Python should kill > all other threads with pthread_kill() or something like that.
> 
> Or wait_for_thread_shutdown() should maybe block SIGINT and SIGTERM 
> signals using pthread_sigmark()?

This sounds a bit desperate.
Also, it doesn't explain why collecting the frame crashes. Does the refcount become inconsistent?
History
Date User Action Args
2014-02-11 19:00:16pitrousetrecipients: + pitrou, gvanrossum, vstinner, neologix, serhiy.storchaka
2014-02-11 19:00:16pitrousetmessageid: <1392145216.16.0.482108444443.issue20526@psf.upfronthosting.co.za>
2014-02-11 19:00:16pitroulinkissue20526 messages
2014-02-11 19:00:16pitroucreate