-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Threading issues in python3.11 to python3.11.9-slim-bookworm #917
Comments
Noticing the same thing here. Causing ddtrace-run to fail with gunicorn |
Yep - same problem. Gunicorn workers all crashing. I've downgraded to python3.10 image and all fine. |
"threading issues" is not really enough for us to reproduce, let alone help diagnose 😉 Does anyone have a minimal reproducer? |
We didn't change any build flags or anything else (except likely some OS package updates from a rebuild) between |
Does this looks similar to your issues? benoitc/gunicorn#2899 |
having this issue as well, can reproduce on python v 3.11.6 |
|
I have a similar problem on virtual machines with the new python3.8-slim-bookworm image, had to switch to python:3.8-slim-bullseye. Error when trying to create a new thread
|
|
If |
Switching from edit: it's the libseccomp of the host which you can get via |
@martin-thoma, it is the libseccomp (and docker and containerd) of the host that you need to update, not anything in the container. |
Got it! Updating from docker 20 to docker 24 fixed the issue for me. |
This can presumably be closed out, given it was an outdated Docker issue?
|
We notice threading issues in our environment with the minor version upgrade
The text was updated successfully, but these errors were encountered: