[ECOS] PANIC: soaccept: !NOFDREF
Gary Thomas
gary@mlbassoc.com
Sat Sep 27 23:28:00 GMT 2003
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 <gary@mlbassoc.com>
MLB Associates
--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss
More information about the Ecos-discuss
mailing list