You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with head revision(77cc1d4) when i want compile project it gives
Running zmq.TestMonitor
Exception in thread "iothread-2" java.lang.NullPointerException
at zmq.ZMQ$Event.write(ZMQ.java:186)
at zmq.SocketBase.monitor_event(SocketBase.java:1141)
at zmq.SocketBase.event_accepted(SocketBase.java:1100)
at zmq.TcpListener.accept_event(TcpListener.java:112)
at zmq.IOObject.accept_event(IOObject.java:116)
at zmq.Poller.run(Poller.java:235)
at java.lang.Thread.run(Thread.java:724)
and hangs there
The text was updated successfully, but these errors were encountered:
Also java version
java version "1.7.0_40"
Java(TM) SE Runtime Environment (build 1.7.0_40-b43)
Java HotSpot(TM) 64-Bit Server VM (build 24.0-b56, mixed mode)
with head revision(77cc1d4) when i want compile project it gives
Running zmq.TestMonitor
Exception in thread "iothread-2" java.lang.NullPointerException
at zmq.ZMQ$Event.write(ZMQ.java:186)
at zmq.SocketBase.monitor_event(SocketBase.java:1141)
at zmq.SocketBase.event_accepted(SocketBase.java:1100)
at zmq.TcpListener.accept_event(TcpListener.java:112)
at zmq.IOObject.accept_event(IOObject.java:116)
at zmq.Poller.run(Poller.java:235)
at java.lang.Thread.run(Thread.java:724)
and hangs there
The text was updated successfully, but these errors were encountered: