[zeromq-dev] Interrupted system call
Frédéric
fma at gbiloba.org
Thu Jul 28 13:15:25 CEST 2016
Le lundi 25 juillet 2016, Frédéric a écrit :
> Mmm, this error only occurs on my RPi3; all work fine on my desktop
> computer.
Ok, zmq/pyzmq are not in the same versions on both machines:
libzmq at desktop = 4.1.5
pyzmq at desktop = 15.2.0
python at rpi = 2.7.12
libzmq at rpi = 4.0.5
pyzmq at rpi = 14.4.0
python at rpi = 2.7.9
So, I installed pyzqm using pip, which gave me:
libzmq at rpi = 4.1.5
pyzmq at rpi = 15.3.0
Now, I don't get the 'ZMQError: Interrupted system call' anymore when the
log handler send the message from the process, but instead it blocks
forever on this call :o/
--
Frédéric
More information about the zeromq-dev
mailing list