-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Assertion failed: rc == 0 (src/socket_poller.cpp:41) #3244
Comments
Can you provide some code that reproduces the error? |
Looking at 4.2.5 compared to the master I can see that you already fixed it in this commit: 87fbb5c#diff-01df48f9d498dba994077a8675169b88 Patching 4.2.5 with that change resolved the problem :) Out of curiosity do you know roughly if the next release is coming soon? Thanks |
duplicate of #3028 |
Hi, I'm hitting this issue Assertion failed: rc == 0 (bundled/zeromq/src/pipe.cpp:200) Process finished with exit code 134 (interrupted by signal 6: SIGABRT) My zmq module version is :
and my pyzmq version is 19.0.0 Anyhelp on this? |
I am seeing the same issue as @tradealgo, but couldn't reliably reproduce it yet. |
Hello @ahoereth @tradealgo, We are also facing similar issue, did you find any solution? It would be great if you can provide any solution. Thanks |
After upgrading to 4.2.5 from 4.2.3 I am now seeing an assert out of socket_poller. I am using libzmq with zmqpp 4.2.0. This is occurring in a Router/Dealer setup where the Server has worker threads and a proxy is used to forward the work.
Task Thread
This appears to be when the app is shutting down and telling the context to terminate so that the proxy will shutdown.
Main Thread
Is there something I need to be doing different in 4.2.5?
The text was updated successfully, but these errors were encountered: