public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] PANIC: soaccept: !NOFDREF
       [not found] <ed7e5933-64d5-407b-ba32-35557847dce7@zimbra74-e12.priv.proxad.net>
@ 2011-10-29  9:58 ` arnaud.jeanneton
  2011-11-21 16:29   ` [ECOS] Fwd: " arnaud.jeanneton
  2011-12-05 14:44   ` arnaud.jeanneton
  0 siblings, 2 replies; 5+ messages in thread
From: arnaud.jeanneton @ 2011-10-29  9:58 UTC (permalink / raw)
  To: ecos-discuss

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.A26900@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 <gary@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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ECOS] Fwd: [ECOS] PANIC: soaccept: !NOFDREF
  2011-10-29  9:58 ` [ECOS] PANIC: soaccept: !NOFDREF arnaud.jeanneton
@ 2011-11-21 16:29   ` arnaud.jeanneton
  2011-12-05 14:44   ` arnaud.jeanneton
  1 sibling, 0 replies; 5+ messages in thread
From: arnaud.jeanneton @ 2011-11-21 16:29 UTC (permalink / raw)
  To: ecos-discuss

Hello,

I didn't receive any answer and I didn't find any fix. So I try a second time.

Thank you for your help,
JEANNETON Arnaud

----- Mail transféré -----
De: "arnaud jeanneton" <arnaud.jeanneton@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.A26900@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 <gary@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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ECOS] Fwd: [ECOS] PANIC: soaccept: !NOFDREF
  2011-10-29  9:58 ` [ECOS] PANIC: soaccept: !NOFDREF arnaud.jeanneton
  2011-11-21 16:29   ` [ECOS] Fwd: " arnaud.jeanneton
@ 2011-12-05 14:44   ` arnaud.jeanneton
  1 sibling, 0 replies; 5+ messages in thread
From: arnaud.jeanneton @ 2011-12-05 14:44 UTC (permalink / raw)
  To: ecos-discuss



----- Mail transféré -----
De: "arnaud jeanneton" <arnaud.jeanneton@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.A26900@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 <gary@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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ECOS] PANIC: soaccept: !NOFDREF
  2003-09-27 22:10 Grant Edwards
@ 2003-09-27 23:28 ` Gary Thomas
  0 siblings, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2003-09-27 23:28 UTC (permalink / raw)
  To: Grant Edwards; +Cc: eCos Discussion

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ECOS] PANIC: soaccept: !NOFDREF
@ 2003-09-27 22:10 Grant Edwards
  2003-09-27 23:28 ` Gary Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: Grant Edwards @ 2003-09-27 22:10 UTC (permalink / raw)
  To: ecos-discuss


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.

-- 
Grant Edwards
grante@visi.com

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-12-05 14:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <ed7e5933-64d5-407b-ba32-35557847dce7@zimbra74-e12.priv.proxad.net>
2011-10-29  9:58 ` [ECOS] PANIC: soaccept: !NOFDREF arnaud.jeanneton
2011-11-21 16:29   ` [ECOS] Fwd: " arnaud.jeanneton
2011-12-05 14:44   ` arnaud.jeanneton
2003-09-27 22:10 Grant Edwards
2003-09-27 23:28 ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).