From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10732 invoked by alias); 27 Sep 2012 03:07:04 -0000 Received: (qmail 10721 invoked by uid 22791); 27 Sep 2012 03:07:03 -0000 X-SWARE-Spam-Status: No, hits=-0.1 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from bay0-omc1-s14.bay0.hotmail.com (HELO bay0-omc1-s14.bay0.hotmail.com) (65.54.190.25) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Sep 2012 03:06:50 +0000 Received: from BAY146-W57 ([65.54.190.60]) by bay0-omc1-s14.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 26 Sep 2012 20:06:49 -0700 Message-ID: From: Bernd Edlinger To: , Date: Thu, 27 Sep 2012 03:07:00 -0000 In-Reply-To: <20120924172129.16356@web003.roc2.bluetie.com> References: <20120924172129.16356@web003.roc2.bluetie.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: RE: [ECOS] bind() shouldn't return EAGAIN for an error X-SW-Source: 2012-09/txt/msg00032.txt.bz2 Hi Ken, > AFAIK, bind() should never return EAGAIN for an error: > http://homepages.cwi.nl/~aeb/linux/man2html/man2/bind.2.html In the BSD manpages, EAGAIN means, you are out of memory, see for instance: http://www.unix.com/man-page/FreeBSD/2/bind/ There is a configurable memory pool for variable size objects in the bsd st= ack. I'd suggest you should increase CYGPKG_NET_MEMPOOL_SIZE and check that too: CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_COALESCE should be 1 (default) Regards Bernd Edlinger.=20=09=09=20=09=20=20=20=09=09=20=20 -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss