python-greenlet / greenlet

Lightweight in-process concurrent programming
Other
1.64k stars 247 forks source link

Some segfaults in combination with gunicorn, pydantic #417

Open avilaton opened 2 months ago

avilaton commented 2 months ago

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

avilaton commented 2 months ago

Wow

image