[zeromq-dev] zeromq epgm transport cannot work

Steven McCoy steven.mccoy at miru.hk
Mon Jul 2 19:13:36 CEST 2012


On Monday, 2 July 2012, 邱敏鈴 wrote:

> hi~
>
> There are some problems when i use the zeromq epgm transport.
>
> My system is ubuntu 12.04.
>
> I have built the source with --with-pgm option.
>
> Problem 1:
>
> zmq_bind(socket, "epgm://eth0;224.0.0.1:5555");
> zmq_connect(socket, "epgm://eth0;224.0.0.1:5555");
>
> even i place the eth0 with it's ip address but both sides have error
> message:
>
> Assertion failed: res != NULL (pgm_socket.cpp:137)
> Abort (core dumped)
>
> Problem 2:
>
> zmq_bind(socket, "epgm://*;224.0.0.1:5555");
> zmq_connect(socket, "epgm://*;224.0.0.1:5555")
>
> There are no error message but the receiver side doesn't receive any
> messages.
>
> Please help me. I don't know what's wrong.
>
> Thanks.
>

If this is the 3.x release candidate please try git head instead.  This is
a known and resolved defect.

-- 
Steve-o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20120702/2376fdc5/attachment.htm>


More information about the zeromq-dev mailing list