[New-bugs-announce] [issue11223] test_threadsignals.py hanging on AIX

Sébastien Sablé report at bugs.python.org
Wed Feb 16 15:25:41 CET 2011


New submission from Sébastien Sablé <sable at users.sourceforge.net>:

The test test_lock_acquire_interruption in test_threadsignals.py will lock forever on AIX 5.3.
It works fine on 6.1.

truss shows it is stuck in thread_tsleep:
$ truss -p 1404986
thread_tsleep(0, 0x00000000, 0x00000000, 0x00000000) (sleeping...)

----------
messages: 128668
nosy: sable
priority: normal
severity: normal
status: open
title: test_threadsignals.py hanging on AIX
versions: Python 3.2

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


More information about the New-bugs-announce mailing list