[issue19652] test_asyncio: test_subprocess_send_signal() hangs on buildbot "AMD64 Snow Leop 3.x"

STINNER Victor report at bugs.python.org
Tue Nov 19 16:51:44 CET 2013


STINNER Victor added the comment:

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).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19652>
_______________________________________


More information about the Python-bugs-list mailing list