Hi Bobby,

> FAIL: test_proxy> lt-test_proxy: test_proxy.cpp:122: void server_task(void*): 
> Assertion `rc ==
> 0' failed.

This is the only failure that matters. XFAIL means the test is meant to fail.

>     int rc = zmq_bind (frontend, "tcp://127.0.0.1:9999");
>     assert (rc == 0);

Can you try rerunning, changing the port?

Also before the assert, if the error repeats every time, add "puts
(strerror (errno));", thanks.

-Pieter
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to