[issue6186] test_thread occasionally reports unhandled exceptions on OS X

2010-08-11 Thread Ned Deily

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

I've seen no further instances of this problem since the fixes for Issue7194 
have been checked in.  Let's call it fixed.

--
status: open - closed

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



[issue6186] test_thread occasionally reports unhandled exceptions on OS X

2010-05-20 Thread Skip Montanaro

Changes by Skip Montanaro s...@pobox.com:


--
nosy:  -skip.montanaro

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



[issue6186] test_thread occasionally reports unhandled exceptions on OS X

2009-10-28 Thread Antoine Pitrou

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

Ned points out that it may be a duplicate of #7194, which has been fixed.
Can you test with the current trunk or 2.6 branch?

--
nosy: +pitrou

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



[issue6186] test_thread occasionally reports unhandled exceptions on OS X

2009-06-03 Thread Ned Deily

New submission from Ned Deily n...@acm.org:

I've recently started seeing occasional regression test error messages 
on OS X from test_thread.  The test reports running OK but tracebacks 
are displayed.  It's not reproducible at will but has shown up on both 
10.5 Intel and 10.5 PPC machines with various recent top of py3k builds.  
Here are two examples:

n...@pbg4:/Library/Frameworks/Python.framework/Versions/3.1$ 
./bin/python3.1 -S ./lib/python3.1/test/regrtest.py -w 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 
/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/test/te
st_thread.py, line 49, in task
self.done_mutex.release()
_thread.error: release unlocked lock
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 
/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/test/te
st_thread.py, line 49, in task
self.done_mutex.release()
_thread.error: release unlocked lock
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 
/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/test/te
st_thread.py, line 49, in task
self.done_mutex.release()
_thread.error: release unlocked lock
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 
/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/test/te
st_thread.py, line 49, in task
self.done_mutex.release()
_thread.error: release unlocked lock
Unhandled exception in thread started by bound method 
ThreadRunningTests.task of test.test_thread.ThreadRunningTests 
testMethod=test_starting_threads
Traceback (most recent call last):
  File 
/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/test/te
st_thread.py, line 49, in task
self.done_mutex.release()
_thread.error: release unlocked lock
1 test OK.

and

n...@fimt:/Library/Frameworks/Python.framework/Versions/3.1$ 
./bin/python3.1 -S ./lib/python3.1/test/regrtest.py -w 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 
/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/test/te
st_thread.py, line 49, in task
self.done_mutex.release()
_thread.error: release unlocked lock
Unhandled exception in thread started by bound method 
ThreadRunningTests.task of test.test_thread.ThreadRunningTests 
testMethod=test_starting_threads
Traceback (most recent call last):
  File 
/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/test/te
st_thread.py, line 49, in task
self.done_mutex.release()
_thread.error: release unlocked lock
1 test OK.


Are the tracebacks from a harmless race condition and, if so, can the 
test be modified to eliminate them?  Or is there some new real problem?

--
components: Tests
messages: 88799
nosy: nad
severity: normal
status: open
title: test_thread occasionally reports unhandled exceptions on OS X
versions: Python 3.1

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