linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* assertion failed in tcp.c & af_inet.c
@ 2003-03-31  0:41 Måns Rullgård
  2003-04-01 17:12 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Måns Rullgård @ 2003-03-31  0:41 UTC (permalink / raw)
  To: linux-kernel


I keep getting these messages in the kernel log:

KERNEL: assertion (newsk->state != TCP_SYN_RECV) failed at tcp.c(2229)
KERNEL: assertion ((1<<sk2->state)&(TCPF_ESTABLISHED|TCPF_CLOSE_WAIT|TCPF_CLOSE)) failed at af_inet.c(689)

It seems to be related to accepting an incoming connection.

The kernel is 2.4.21-pre4 on Alpha.  The machine is behind a firewall
that forwards connections so some ports to this machine.

-- 
Måns Rullgård
mru@users.sf.net

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

* Re: assertion failed in tcp.c & af_inet.c
  2003-03-31  0:41 assertion failed in tcp.c & af_inet.c Måns Rullgård
@ 2003-04-01 17:12 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-04-01 17:12 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: linux-kernel

On Sun, 2003-03-30 at 16:41, Måns Rullgård wrote:
> I keep getting these messages in the kernel log:
> 
> KERNEL: assertion (newsk->state != TCP_SYN_RECV) failed at tcp.c(2229)
> KERNEL: assertion ((1<<sk2->state)&(TCPF_ESTABLISHED|TCPF_CLOSE_WAIT|TCPF_CLOSE)) failed at af_inet.c(689)
> 
> It seems to be related to accepting an incoming connection.
> 
> The kernel is 2.4.21-pre4 on Alpha.  The machine is behind a firewall
> that forwards connections so some ports to this machine.

Fixed in 2.4.21-pre5 and later.

-- 
David S. Miller <davem@redhat.com>

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

end of thread, other threads:[~2003-04-01 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-31  0:41 assertion failed in tcp.c & af_inet.c Måns Rullgård
2003-04-01 17:12 ` David S. Miller

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 NNTP newsgroup(s).