-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Python Crash when running with slaves #156
Comments
What version of ZeroMQ do you have? You can check it by typing the following in a python shell: import zmq
zmq.zmq_version() |
zmq - '4.0.4' |
Hm, okay. I've seen strange issues with python packages and other libs that had been compiled before upgrading to OSX Mavericks (10.9). I would try to re-install the following: python, libevent, zmq, locust And see if that fixes it. |
Reinstalled everything, still the same error. |
Hmm, okay. Have you tried starting it as root (since the error message said "Permission denied")? |
Tried with root, same result. |
Another detail, this doesn't happen when it starts to run, it happens after running successfully for a while. |
Okay, does it happen every time? How long before it happens (apporximately). How many slaves are you using. What's the number of requests/second? Basically, any detail that could potentially help reproducing the issue :). |
I would say every time. Shortly after reseting stats. between 1 to 3 If you need me to do some trials let me know. On Wed, May 21, 2014 at 11:08 AM, Jonatan Heyman
Tiago Reis |
Have you checked the maximum number of open files? You might need to increase it. On OSX, I believe you can check it using: |
Python crashes, a popup appears with: "python quit unexpectedly while using the libzmq.so plug-in."
On terminal:
Permission denied (bundled/zeromq/src/stream_engine.cpp:785)
Abort trap: 6
Versions
The text was updated successfully, but these errors were encountered: