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 Albert.Zeyer
Recipients Albert.Zeyer
Date 2015-04-08.08:03:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428480184.73.0.0889790949933.issue23886@psf.upfronthosting.co.za>
In-reply-to
Content
SIGUSR1/2 will get delivered to any running thread. The current thread of the signal doesn't give any useful information. Try to get the current Python thread which holds the GIL instead, or use NULL.

I have patched this for the external faulthandler module here:
https://github.com/haypo/faulthandler/pull/12
https://github.com/albertz/faulthandler/commit/dc92265
History
Date User Action Args
2015-04-08 08:03:04Albert.Zeyersetrecipients: + Albert.Zeyer
2015-04-08 08:03:04Albert.Zeyersetmessageid: <1428480184.73.0.0889790949933.issue23886@psf.upfronthosting.co.za>
2015-04-08 08:03:04Albert.Zeyerlinkissue23886 messages
2015-04-08 08:03:04Albert.Zeyercreate