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 trepan
Recipients trepan
Date 2008-04-06.16:08:34
SpamBayes Score 0.35493553
Marked as misclassified No
Message-id <1207498116.36.0.372445518843.issue2564@psf.upfronthosting.co.za>
In-reply-to
Content
When doing import.test_autotest, test_capi hangs.
It seems that threads 1,2,3 are trying to acquire import lock, which is
owned by thread 4, which is trying to lock some other lock.

Python 2.5.2 (r252:60911, Apr  6 2008, 17:28:23) 
[GCC 4.2.1 20070719  [FreeBSD]] on freebsd7
History
Date User Action Args
2008-04-06 16:08:36trepansetspambayes_score: 0.354936 -> 0.35493553
recipients: + trepan
2008-04-06 16:08:36trepansetspambayes_score: 0.354936 -> 0.354936
messageid: <1207498116.36.0.372445518843.issue2564@psf.upfronthosting.co.za>
2008-04-06 16:08:35trepanlinkissue2564 messages
2008-04-06 16:08:35trepancreate