-
Notifications
You must be signed in to change notification settings - Fork 485
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
NullPointerException: Cannot invoke "zmq.IMailbox.send(zmq.Command)" because "this.slots[tid]" is null #983
Comments
Did you try with release 0.6.0 ? |
I confirm this exception can occur in 0.6.0 (this happens sometimes in a scenario like the one described in #984; both issues may be due to the same underlying problem):
|
I had an NPE with version 0.5.4 at the same line as in the OP, but with a different stack trace. It turned out that due to a race condition I was calling That said, I'm not sure if the |
If that's the case then |
Using version 0.5.4, after having interrupted a thread in which an open subscription was running, followed by calls to
ZMonitor.close()
andZContext.close()
, I got the following NPE (the first exception is to help understand the context):It is worth noting that this exception is a rare occurrence, having shown up only after many similar executions of the same code.
The text was updated successfully, but these errors were encountered: