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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19293>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to