[zeromq-dev] Forwarder stops forwarding
Robin Weisberg
robin at scout-trading.com
Thu Jun 10 23:06:44 CEST 2010
Oops...I'm using eclipse on windows to edit c++ files over nfs. I clicked on the variable in eclipse and it opened cygwins errno.h which doesn't apply since I'm not building/running on windows.
On linux where I build/run stuff, 113 is EHOSTUNREACH. Sorry for the confusion.
uname -a
Linux wimp 2.6.28-18-server #60-Ubuntu SMP Fri Mar 12 05:11:07 UTC 2010 x86_64 GNU/Linux
-----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 4:55 PM
To: 0MQ development list
Subject: Re: [zeromq-dev] Forwarder stops forwarding
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
_______________________________________________
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