-
-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module imports aren't thread safe #559
Comments
Finally found another, got more of a backtrace this time. --
--
--
--
--
|
Can you post the backtraces of each thread? Chances are it's just a network request that doesn't have a timeout set or has a timeout that has not expired. |
I forgot to get a thread dump, happens once a week so I'll grab the next. I've not explicitly set a timeout so assumed it was the default 60s. All of my requests are to localhost which then fetches and re-formats some external content. |
Got another, looks like both threads are trying to import html2text
|
The deadlock in the deadlock detection itself is a bug in python, see python/cpython#17518 I'm not sure what the behaviour we can expect once this is fixed though. |
@scottmac Can you check if Git |
See, #559 (comment) module imports in filters aren't thread safe
Ubuntu 20.04
Python 3.8.2
The text was updated successfully, but these errors were encountered: