[zeromq-dev] Forwarder stops forwarding
Martin Sustrik
sustrik at 250bpm.com
Thu Jun 10 22:54:48 CEST 2010
Robin,
What OS is that? ECONNABORTED is not a valid return value from connect
according to POSIX specification.
Martin
Robin Weisberg wrote:
> Printing the err variable shows a value of 113 which is ECONNABORTED I believe. We had a switch rebooted around this time so that was probably the cause.
>
>
> -----Original Message-----
> From: zeromq-dev-bounces at lists.zeromq.org [mailto:zeromq-dev-bounces at lists.zeromq.org] On Behalf Of Martin Sustrik
> Sent: Thursday, June 10, 2010 3:48 PM
> To: 0MQ development list
> Subject: Re: [zeromq-dev] Forwarder stops forwarding
>
> Hi Robin,
>
>> #2 0x00007f6f24934c53 in zmq::tcp_connecter_t::connect (this=0x7f6f1c00ed98)
>> at tcp_connecter.cpp:283
>
> Yes. The line looks like this:
>
> zmq_assert (err == ECONNREFUSED || err == ETIMEDOUT);
>
> What it tries to say is that only networking errors (returned by async
> connect) are valid here.
>
> Yesteday I've added ECONNRESET to the list. This may help in your case
> or may not.
>
> It would be great if you could check your coredump and find out what
> exactly was the error. I can still be something like ENETDOWN or similar...
>
> Martin
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
More information about the zeromq-dev
mailing list