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 David.Edelsohn, db3l, gvanrossum, koobs, larry, ncoghlan, neologix, pitrou, python-dev, sbt, skrah, vstinner
Date 2013-11-19.15:51:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384876304.01.0.140702789853.issue19652@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, it looks like the test uses a child process. The following issue has a similar problem, we don't know that status of the child process:
http://bugs.python.org/issue19564

I proposed a patch in this issue for multiprocessing, to enable also faulthandler in the child process.

We can probably do something similar in asyncio with child process (enable faulthandler in unit tests with a short timeout).
History
Date User Action Args
2013-11-19 15:51:44vstinnersetrecipients: + vstinner, gvanrossum, db3l, ncoghlan, pitrou, larry, skrah, neologix, python-dev, sbt, koobs, David.Edelsohn
2013-11-19 15:51:44vstinnersetmessageid: <1384876304.01.0.140702789853.issue19652@psf.upfronthosting.co.za>
2013-11-19 15:51:43vstinnerlinkissue19652 messages
2013-11-19 15:51:43vstinnercreate