test socket failed
miaxon opened this issue · 3 comments
miaxon commented
make check
...
src/tests/test_socket.cpp(599): error: in "socket/test_simple_monitor": check zmqpp::event::monitor_stopped == ev has failed [1024 != 4096]
src/tests/test_socket.cpp(609): error: in "socket/test_simple_monitor": check !monitor.receive( message, true ) has failed
xaqq commented
Hello,
Could you tell us which version of libzmq you're linking against? It might
be related.
…On Fri, Apr 7, 2017 at 2:05 PM, miaxon ***@***.***> wrote:
src/tests/test_socket.cpp(599): error: in "socket/test_simple_monitor":
check zmqpp::event::monitor_stopped == ev has failed [1024 != 4096]
src/tests/test_socket.cpp(609): error: in "socket/test_simple_monitor":
check !monitor.receive( message, true ) has failed
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#189>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA33l0IPYv6Vwz0viY-_EcT_uyjHZ7Oyks5rtiZwgaJpZM4M20Ht>
.
--
Kapp Arnaud - Xaqq
miaxon commented
libzmq version.sh show 4.3.2
with libzm 4.2.0 all tests ok.
miaxon commented
it's not a bug. czmq installation (https://github.com/zeromq/czmq) solves the problem.