This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sable
Recipients sable
Date 2011-02-16.14:25:35
SpamBayes Score 0.0057550413
Marked as misclassified No
Message-id <1297866341.73.0.301134351964.issue11223@psf.upfronthosting.co.za>
In-reply-to
Content
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...)
History
Date User Action Args
2011-02-16 14:25:41sablesetrecipients: + sable
2011-02-16 14:25:41sablesetmessageid: <1297866341.73.0.301134351964.issue11223@psf.upfronthosting.co.za>
2011-02-16 14:25:35sablelinkissue11223 messages
2011-02-16 14:25:35sablecreate