----- Mail transféré ----- De: "arnaud jeanneton" <arnaud.jeanne...@free.fr> À: ecos-discuss@ecos.sourceware.org Envoyé: Samedi 29 Octobre 2011 11:58:15 Objet: [ECOS] PANIC: soaccept: !NOFDREF
Hello, I have the same problem as described in the following post, found at http://sourceware.org/ml/ecos-discuss/2003-09/msg00488.html. Does anybody know how to fix it ? Thank you for your help, JEANNETON Arnaud Re: PANIC: soaccept: !NOFDREF From: Gary Thomas <gary at mlbassoc dot com> To: Grant Edwards <grante at visi dot com> Cc: eCos Discussion <ecos-discuss at sources dot redhat dot com> Date: 27 Sep 2003 17:28:39 -0600 Subject: Re: [ECOS] PANIC: soaccept: !NOFDREF Organization: MLB Associates References: <20030927170930.a26...@visi.com> On Sat, 2003-09-27 at 16:09, Grant Edwards wrote: > I ran an app linked with eCos 2.0 with "current" FreeBSD net > packages for about 12 hours, and got the panic below: > > PANIC: soaccept: !NOFDREF > > Anybody else seen that? > > I'm running the goAhead web server and was hitting it about > once every 2-3 seconds, and another thread tried to connect to > a non-existant host about once a second. AFAIK, that should > have been the only network activity going on. > It looks like one of your threads closed the socket that the accept() call was issued on. Have you tried running with asserts enabled? That might catch the error quicker than this [rather post mortem] did. -- Gary Thomas <g...@mlbassoc.com> MLB Associates -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss