Random timeout in test_nested_exception_dispatch
See original GitHub issueThis was observed in the linux_pypy3
CI of #1018.
=================================== FAILURES ===================================
_______________ test_nested_exception_dispatch[multiprocessing] ________________
multiprocessing.pool.RemoteTraceback:
"""
block = True
lock = <locked _thread.lock object at 0x0000000003f453b8>
self = <Thread(Thread-326, started daemon 140714991130368)>
timeout = -1
pypy3.6-v7.3.1-linux64/lib-python/3/threading.py:1072: Failed
Here is part of the capture stderr:
<defails>----------------------------- Captured stderr call -----------------------------
[DEBUG:MainProcess:MainThread] created semlock with handle 140715172077568
[DEBUG:MainProcess:MainThread] created semlock with handle 140715172073472
[DEBUG:MainProcess:MainThread] created semlock with handle 140715172069376
[DEBUG:MainProcess:MainThread] joining task handler
+++++++++++++++++++++++++++++++++++ Timeout ++++++++++++++++++++++++++++++++++++
~~~~~~~~~~~~~~~~~~~~ Stack of Thread-326 (140714991130368) ~~~~~~~~~~~~~~~~~~~~~
File "/home/vsts/work/1/s/pypy3.6-v7.3.1-linux64/lib-python/3/threading.py", line 884, in _bootstrap
self._bootstrap_inner()
File "/home/vsts/work/1/s/pypy3.6-v7.3.1-linux64/lib-python/3/threading.py", line 916, in _bootstrap_inner
self.run()
File "/home/vsts/work/1/s/pypy3.6-v7.3.1-linux64/lib-python/3/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/home/vsts/work/1/s/pypy3.6-v7.3.1-linux64/lib-python/3/multiprocessing/pool.py", line 446, in _handle_tasks
outqueue.put(None)
File "/home/vsts/work/1/s/joblib/pool.py", line 169, in put
wlock_acquire()
+++++++++++++++++++++++++++++++++++ Timeout ++++++++++++++++++++++++++++++++++++
[DEBUG:MainProcess:MainThread] closing pool
[DEBUG:MainProcess:MainThread] terminating pool
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
[Question] random timeout #5198 - microsoft/playwright
Hello, I am wondering what would be the best way to handle the timeout issue. The thing is that it fails with a...
Read more >Selenium random timeout exceptions without any message
Here is the answer I got after contacting Adam Goucher: from selenium import webdriver import contextlib from selenium.webdriver.common.keys ...
Read more >Random Callout Timeouts suddenly since today
I do Callouts within the same org. Suddenly this morning i got timeout errors at like every second try. That never happend before,...
Read more >Internet Blackouts - Random Timeouts in Intervals
One possible issue I have encountered fairly often. Check all connections for a speed/duplex mismatch. While Auto/Auto should work, ...
Read more >Remote Desktop Services random timeout - Microsoft Q&A
Hello,. Since the deployment of our Remote Desktop Services infrastructure, we have been experiencing random timeouts when launching one of ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If it’s very rare it’s fine. I just opened the issue to be able to accumulate additional evidence in case it’s reproduced later on other platforms meaning it’s a real bug and not just a slow PyPy CI host.
I observed it once locally on Linux with CPython 3.8.1…