Skip to content
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

Some segfaults in combination with gunicorn, pydantic #417

Open
avilaton opened this issue Aug 26, 2024 · 2 comments
Open

Some segfaults in combination with gunicorn, pydantic #417

avilaton opened this issue Aug 26, 2024 · 2 comments

Comments

@avilaton
Copy link

avilaton commented Aug 26, 2024

Hi,
We had been running django with gunicorn + gevent and started seeing a number of segfaults that caused 139 errors. This happened with django running inside a docker container with alpine and

  • python 3.12.3
  • greenlet 3.0.1
    but stopped happening with
  • python 3.12.5
  • greenlet 3.0.3
    we have no clue how and why, and have no way to reproduce it even if we did try a lot.
    Here is a screenshot of gdb showing the (potentially) relevant stacktrace, obtained from a coredump (based on work from @jazzido)
    image (27)
@avilaton
Copy link
Author

Wow
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@jamadden @avilaton and others