-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
RuntimeError: reentrant call inside <_io.BufferedWriter name='<stderr>'> (# 2667) #2816
Comments
InfernalAzazel
changed the title
RuntimeError: reentrant call inside <_io.BufferedWriter name='<stderr>'> #2667
RuntimeError: reentrant call inside <_io.BufferedWriter name='<stderr>'> # 2667
Jun 20, 2022
InfernalAzazel
changed the title
RuntimeError: reentrant call inside <_io.BufferedWriter name='<stderr>'> # 2667
RuntimeError: reentrant call inside <_io.BufferedWriter name='<stderr>'> (# 2667)
Sep 1, 2022
changsu-bWell
added a commit
to icanbwell/helix-service-template
that referenced
this issue
Apr 13, 2023
gunicorn = "==20.0.4" # 20.1.0 has this issue benoitc/gunicorn#2816
hydrargyrum
added a commit
to hydrargyrum/gunicorn
that referenced
this issue
Sep 5, 2023
Fixes benoitc#2816 Logging stuff in a signal handler cannot work and thus must not be done. https://docs.python.org/3/library/logging.html#thread-safety
hydrargyrum
added a commit
to hydrargyrum/gunicorn
that referenced
this issue
Sep 5, 2023
Logging when handling a signal is a bad practice See https://docs.python.org/3/library/logging.html#thread-safety Fixes benoitc#2816
after 2 years , this issue hasnt been fixed and now im getting thesame error |
The same here. :( |
Regression of #2564. |
the same here,too |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#2667 abnormal problems recur
gunicorn : 20.01
error:
code
cmd
The text was updated successfully, but these errors were encountered: