[issue7194] test_thread is flaky

2009-10-28 Thread Ned Deily

Ned Deily n...@acm.org added the comment:

Duplicate of Issue6186?

--
nosy: +ned.deily

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7194
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7194] test_thread is flaky

2009-10-27 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

Backported to 2.6 in r75748.

--
resolution: accepted - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7194
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7194] test_thread is flaky

2009-10-23 Thread Antoine Pitrou

New submission from Antoine Pitrou pit...@free.fr:

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 rep...@bugs.python.org
http://bugs.python.org/issue7194
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7194] test_thread is flaky

2009-10-23 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

Fixed in trunk, py3k and 3.1. Waiting for 2.6 to unfreeze before merging
there.

--
assignee:  - pitrou
resolution:  - accepted
stage: needs patch - committed/rejected
versions:  -Python 2.7, Python 3.1, Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7194
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com