mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* assertion (newsk->state != TCP_SYN_RECV)
@ 2003-03-12 21:44 Ross Vandegrift
  2003-03-18  0:55 ` David S. Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Ross Vandegrift @ 2003-03-12 21:44 UTC (permalink / raw)
  To: linux-kernel

I've recently noticed these messages bouncing up in my logs every now
and again.  It's always with a particular machine, one that runs 2.4.20.

Google turns up one other post, made on Mon Jan 13
(http://hypermail.idiosynkrasia.net/linux-kernel/archived/2003/week02/0308.html)
but no responses or explanations followed.

Any word on what this means or if it's a problem?

Mar 11 12:56:51 ash kernel: KERNEL: assertion (newsk->state != TCP_SYN_RECV) failed at tcp.c(2229) 
Mar 11 12:56:51 ash kernel: KERNEL: assertion ((1<<sk2->state)&(TCPF_ESTABLISHED|TCPF_CLOSE_WAIT|TCPF_CLOSE)) failed at af_inet.c(689) 
Mar 11 12:56:51 ash kernel: KERNEL: assertion (newsk->state != TCP_SYN_RECV) failed at tcp.c(2229) 
Mar 11 12:56:51 ash kernel: KERNEL: assertion ((1<<sk2->state)&(TCPF_ESTABLISHED|TCPF_CLOSE_WAIT|TCPF_CLOSE)) failed at af_inet.c(689) 
Mar 11 12:56:51 ash kernel: KERNEL: assertion (newsk->state != TCP_SYN_RECV) failed at tcp.c(2229) 
Mar 11 12:56:51 ash kernel: KERNEL: assertion ((1<<sk2->state)&(TCPF_ESTABLISHED|TCPF_CLOSE_WAIT|TCPF_CLOSE)) failed at af_inet.c(689) 
Mar 11 12:57:01 ash kernel: KERNEL: assertion (newsk->state != TCP_SYN_RECV) failed at tcp.c(2229) 
Mar 11 12:57:01 ash kernel: KERNEL: assertion ((1<<sk2->state)&(TCPF_ESTABLISHED|TCPF_CLOSE_WAIT|TCPF_CLOSE)) failed at af_inet.c(689) 
Mar 11 12:57:01 ash kernel: KERNEL: assertion (newsk->state != TCP_SYN_RECV) failed at tcp.c(2229) 
Mar 11 12:57:01 ash kernel: KERNEL: assertion ((1<<sk2->state)&(TCPF_ESTABLISHED|TCPF_CLOSE_WAIT|TCPF_CLOSE)) failed at af_inet.c(689) 
Mar 11 12:57:01 ash kernel: KERNEL: assertion (newsk->state != TCP_SYN_RECV) failed at tcp.c(2229) 
Mar 11 12:57:01 ash kernel: KERNEL: assertion ((1<<sk2->state)&(TCPF_ESTABLISHED|TCPF_CLOSE_WAIT|TCPF_CLOSE)) failed at af_inet.c(689) 

-- 
Ross Vandegrift
ross@willow.seitz.com

A Pope has a Water Cannon.                               It is a Water Cannon.
He fires Holy-Water from it.                        It is a Holy-Water Cannon.
He Blesses it.                                 It is a Holy Holy-Water Cannon.
He Blesses the Hell out of it.          It is a Wholly Holy Holy-Water Cannon.
He has it pierced.                It is a Holey Wholly Holy Holy-Water Cannon.
He makes it official.       It is a Canon Holey Wholly Holy Holy-Water Cannon.
Batman and Robin arrive.                                       He shoots them.

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

* Re: assertion (newsk->state != TCP_SYN_RECV)
  2003-03-12 21:44 assertion (newsk->state != TCP_SYN_RECV) Ross Vandegrift
@ 2003-03-18  0:55 ` David S. Miller
  2003-03-18  6:42   ` Ville Herva
  0 siblings, 1 reply; 4+ messages in thread
From: David S. Miller @ 2003-03-18  0:55 UTC (permalink / raw)
  To: Ross Vandegrift; +Cc: linux-kernel

On Wed, 2003-03-12 at 13:44, Ross Vandegrift wrote:
> I've recently noticed these messages bouncing up in my logs every now
> and again.  It's always with a particular machine, one that runs 2.4.20.
> 
> Google turns up one other post, made on Mon Jan 13
> (http://hypermail.idiosynkrasia.net/linux-kernel/archived/2003/week02/0308.html)
> but no responses or explanations followed.

Try searching harder, it's a kernel bug which is fixed in
current 2.4.21 prepatches.



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

* Re: assertion (newsk->state != TCP_SYN_RECV)
  2003-03-18  0:55 ` David S. Miller
@ 2003-03-18  6:42   ` Ville Herva
  2003-03-18  6:44     ` David S. Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Ville Herva @ 2003-03-18  6:42 UTC (permalink / raw)
  To: David S. Miller; +Cc: Ross Vandegrift, linux-kernel

On Mon, Mar 17, 2003 at 04:55:07PM -0800, you [David S. Miller] wrote:
> On Wed, 2003-03-12 at 13:44, Ross Vandegrift wrote:
> > I've recently noticed these messages bouncing up in my logs every now
> > and again.  It's always with a particular machine, one that runs 2.4.20.
> > 
> > Google turns up one other post, made on Mon Jan 13
> > (http://hypermail.idiosynkrasia.net/linux-kernel/archived/2003/week02/0308.html)
> > but no responses or explanations followed.
> 
> Try searching harder, it's a kernel bug which is fixed in
> current 2.4.21 prepatches.

For reference, the patch is at

http://marc.theaimsgroup.com/?l=linux-kernel&m=104399842612703&w=2

BTW: How severe is the bug? Is it a harmless message, or can it do bad
things?


-- v --

v@iki.fi

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

* Re: assertion (newsk->state != TCP_SYN_RECV)
  2003-03-18  6:42   ` Ville Herva
@ 2003-03-18  6:44     ` David S. Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David S. Miller @ 2003-03-18  6:44 UTC (permalink / raw)
  To: vherva; +Cc: ross, linux-kernel

   From: Ville Herva <vherva@niksula.hut.fi>
   Date: Tue, 18 Mar 2003 08:42:58 +0200

   On Mon, Mar 17, 2003 at 04:55:07PM -0800, you [David S. Miller] wrote:
   > Try searching harder, it's a kernel bug which is fixed in
   > current 2.4.21 prepatches.
   
   For reference, the patch is at
   
   http://marc.theaimsgroup.com/?l=linux-kernel&m=104399842612703&w=2
   
   BTW: How severe is the bug? Is it a harmless message, or can it do bad
   things?

We believe that someone could take advantage of it to make a server
get stuck.  So I'd say it's serious.


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

end of thread, other threads:[~2003-03-18  6:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-12 21:44 assertion (newsk->state != TCP_SYN_RECV) Ross Vandegrift
2003-03-18  0:55 ` David S. Miller
2003-03-18  6:42   ` Ville Herva
2003-03-18  6:44     ` 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

all inboxes | Powered by JetHome®