[issue2564] Python hangs on FreeBSD7 in test_capi

Taavi Repän report at bugs.python.org
Sun Apr 6 18:08:36 CEST 2008


New submission from Taavi Repän <trepan at gmail.com>:

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

Added file: http://bugs.python.org/file9964/backtrace

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2564>
__________________________________


More information about the Python-bugs-list mailing list