-
Notifications
You must be signed in to change notification settings - Fork 245
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
Segfaults with 0.4.17 release #180
Comments
Please see #178 and install a newer version of gevent or an older greenlet. |
Thanks, I bet you guys have been getting spammed all day :) FWIW using the latest gevent still got the seg fault, only fix was to roll back greenlet. |
Ok, then perhaps locust also has an ABI dependency. I assumed gevent was the only ABI dependency. Thanks for the report! Do you have a github or other link to file an issue with them? |
Trying to reproduce on a fresh virtualenv and can't do it. Must have been some sort of version mismatch somewhere, so just ignore me for now. |
When using Locust (built on top of gevent) I get a greenlet error message followed by a segmentation fault upon startup:
I believe this to be a greenlet problem because greenlet 0.4.17 was just released yesterday, and rolling back to 0.4.16 fixes the problem:
The text was updated successfully, but these errors were encountered: