[issue19293] test_asyncio hanging for 1 hour

Charles-François Natali report at bugs.python.org
Sun Oct 20 10:26:43 CEST 2013


Charles-François Natali added the comment:

> David Edelsohn added the comment:
>
> AIX has an equivalent to strace (called truss). I have recorded all AIX system calls and signals for test_process_interactive, which hangs, following all children created by fock. The uncompressed file is 82MB or 939KB compressed.  The highlights are:

Apparently, the stdout pipe was closed by the parent process: it would
be nice to see where/how (it should be FD 7 according to strace on my
Linux box).

----------

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


More information about the Python-bugs-list mailing list