[zeromq-dev] question abuot getaddrinfo
guang liu
jabscoliuguang at gmail.com
Wed Oct 9 08:33:33 CEST 2013
excuse me
I am using zeromq of version 2.2.0, when i using it on ubuntu, it's all
right, but when i using it on ARM board, execute test_hwm, it got wrong,
message as follows
terminate called after throwing an instance of 'zmq::error_t'
terminate called recursively
In the ARM borad, I am using ld-uClibc-0.9.29.so, not the glibc.
I follow to the inner of zeromq, i found in the ip.cpp 285 line getaddrinfo
(iface.c_str(), service.c_str(), &req, &res); return -1, so it wrong. I try
to delete AI_NUMERICSERV, it also wrong.
can you help me? thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20131009/e8bcea15/attachment.htm>
More information about the zeromq-dev
mailing list