
report at bugs
Oct 23, 2009, 11:20 AM
Post #1 of 4
(216 views)
Permalink
|
|
[issue7194] test_thread is flaky
|
|
New submission from Antoine Pitrou <pitrou [at] free>: test_thread sometimes tries to release an unacquired mutex. It is easier to reproduce when using the "-j" option (on trunk and py3k, since the option doesn't exist on 2.6/3.1): ./python -m test.regrtest -j4 test_thread test_thread test_thread test_thread test_thread test_thread test_thread Unhandled exception in thread started by <bound method ThreadRunningTests.task of <test.test_thread.ThreadRunningTests testMethod=test_stack_size>> Traceback (most recent call last): File "/home/antoine/py3k/__svn__/Lib/test/test_thread.py", line 49, in task self.done_mutex.release() _thread.error: release unlocked lock test_thread ---------- components: Library (Lib), Tests messages: 94392 nosy: pitrou priority: normal severity: normal stage: needs patch status: open title: test_thread is flaky type: behavior versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2 _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue7194> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|