zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
438 stars 196 forks source link

test socket failed #189

Open miaxon opened 7 years ago

miaxon commented 7 years ago

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 7 years ago

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 notifications@github.com 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 https://github.com/zeromq/zmqpp/issues/189, or mute the thread https://github.com/notifications/unsubscribe-auth/AA33l0IPYv6Vwz0viY-_EcT_uyjHZ7Oyks5rtiZwgaJpZM4M20Ht .

-- Kapp Arnaud - Xaqq

miaxon commented 7 years ago

libzmq version.sh show 4.3.2

with libzm 4.2.0 all tests ok.

miaxon commented 7 years ago

it's not a bug. czmq installation (https://github.com/zeromq/czmq) solves the problem.