[issue11223] interruption of locks by signals not guaranteed when the semaphore implementation is not used

Antoine Pitrou report at bugs.python.org
Wed Feb 16 17:27:56 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> Well I don't know precisely:
> 
> * when running make buildbottest, test_socket will systematically hang
> on AIX 5.3 and 6.1.
> 
> * but when running ./python -Wd -E -bb Lib/test/test_socket.py, the
> tests complete rather quickly (with one failure cf 11192).

You can run the whole test suite in verbose mode. This will pollute your
terminal a lot, but you'll see exactly where it hangs.

Try something like "./python -E -bb -m test.regrtest -uall -v"

----------

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


More information about the Python-bugs-list mailing list