-
Notifications
You must be signed in to change notification settings - Fork 164
Segmentation Fault #35
Comments
This is very strange, and I suspect an issue with gevent. Perhaps update to the latest version of gevent / play around with an older version if needed and see if the problem persists. P.S. That's a crazy terminal font! I don't think I'd be able to get any work done with that at all. Is it a dyslexic-easing typeface? Doesn't look monospaced at first glance, but I think it actually is. Interesting. |
My gevent is up to date -- says pip. Also, here's a link to my font. I see you are interested in it "too". |
This also happened to me. Downgrading from gevent 1.2.0 to gevent 1.0.2 made the segment fault go away. This happened only on my MacBook Air (not on some other Ubuntu computer I own). The original problem for me was that using the flask_sockets.worker gunicorn worker made gunicorn to keep binding/creating workers indefinitely (with new pids each). That is, 'gunicorn -k flask_sockets.worker app:app' would spam 'Binding worker ....', while 'gunicorn app:app' would correctly only bind 1 worker. Again, this only happened on my Mac (on my Ubuntu gevent 1.2.0 worked fine). Anyhow, not sure what the real problem is, just thought I'd share my experience! I'm staying on gevent 1.0.2 for the time being. |
Hi, i'm completely new to flask sockets and sockets in general.

I installed flask_sockets successfully, copied the example code from the readme
i got a segmentation error when i ran it.
The text was updated successfully, but these errors were encountered: