Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
Closed
Labels
testsTests in the Lib/test dirTests in the Lib/test dir
Description
Example from issue #108987:
test_default_timeout (test.test_threading.BarrierTests.test_default_timeout) Test the barrier's default timeout ... Warning -- Unraisable exception Exception ignored in thread started by: <function Bunch.__init__.<locals>.task at 0x053F5270> Traceback (most recent call last): File "D:\a\cpython\cpython\Lib\test\lock_tests.py", line 48, in task f() File "D:\a\cpython\cpython\Lib\test\lock_tests.py", line 1020, in f i = barrier.wait() ^^^^^^^^^^^^^^ File "D:\a\cpython\cpython\Lib\threading.py", line 709, in wait self._wait(timeout) File "D:\a\cpython\cpython\Lib\threading.py", line 749, in _wait raise BrokenBarrierError threading.BrokenBarrierError: ERROR test_repr (test.test_threading.BarrierTests.test_repr) ... Warning -- Unraisable exception Exception ignored in thread started by: <function Bunch.__init__.<locals>.task at 0x053F5270> Traceback (most recent call last): File "D:\a\cpython\cpython\Lib\test\lock_tests.py", line 48, in task f() File "D:\a\cpython\cpython\Lib\test\lock_tests.py", line 1020, in f i = barrier.wait() ^^^^^^^^^^^^^^ File "D:\a\cpython\cpython\Lib\threading.py", line 709, in wait self._wait(timeout) File "D:\a\cpython\cpython\Lib\threading.py", line 749, in _wait raise BrokenBarrierError threading.BrokenBarrierError: Warning -- Unraisable exception Exception ignored in thread started by: <function Bunch.__init__.<locals>.task at 0x053F5270> Traceback (most recent call last): File "D:\a\cpython\cpython\Lib\test\lock_tests.py", line 48, in task f() File "D:\a\cpython\cpython\Lib\test\lock_tests.py", line 1020, in f i = barrier.wait() ^^^^^^^^^^^^^^ File "D:\a\cpython\cpython\Lib\threading.py", line 709, in wait self._wait(timeout) File "D:\a\cpython\cpython\Lib\threading.py", line 749, in _wait raise BrokenBarrierError threading.BrokenBarrierError: Warning -- Unraisable exception Exception ignored in thread started by: <function Bunch.__init__.<locals>.task at 0x053F5270> Traceback (most recent call last): File "D:\a\cpython\cpython\Lib\test\lock_tests.py", line 48, in task f() File "D:\a\cpython\cpython\Lib\test\lock_tests.py", line 1020, in f i = barrier.wait() ^^^^^^^^^^^^^^ File "D:\a\cpython\cpython\Lib\threading.py", line 700, in wait self._enter() # Block while the barrier drains. ^^^^^^^^^^^^^ File "D:\a\cpython\cpython\Lib\threading.py", line 724, in _enter raise BrokenBarrierError threading.BrokenBarrierError: ok build: https://github.com/python/cpython/actions/runs/6094370280/job/16535778004#step:5:103
In issue #108987, I fixed a crashed which occurred in this test when the test failed.
I create this issue to focus on the test failure and Warning -- Unraisable exception.
Linked PRs
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dir