mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* What is "recvmsg bug: copied 870A11AD seq 0"?  (2.2.19)
@ 2002-10-14  9:53 Bernd Jendrissek
  2002-10-14 13:16 ` James Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Bernd Jendrissek @ 2002-10-14  9:53 UTC (permalink / raw)
  To: linux-kernel

Hello all

What does it mean if the last 9 items in dmesg from a 2.2.19 kernel say
"recvmsg bug: copied 870A11AD seq 0"?  Same sequence number each time.

A kernel (known) bug?  Some bogus TCP segments?

Somehow this has something (dunno how much) to do with INN and pullnews.
This morning I had 43 inews's stuck in tcp_recvmsg at the schedule() just
before found_ok_skb and news.daily was stuck.  telnet to localhost port 119
didn't produce the banner as it normally does.

Weird thing too is that inews would have been connected to 127.0.0.1, out
of harm's way.

Unfortunately I very much doubt I can reproduce this - it's the first time
I've seen it (INN has been running since last year, but not continuously).

linux/net/ipv4/tcp.c <tcp_recvmsg>:
	skb = skb_peek(&sk->receive_queue);
	do {
		if (!skb)
			break;

		/* Now that we have two receive queues this 
		 * shouldn't happen.
		 */
		if (before(*seq, TCP_SKB_CB(skb)->seq)) {
			printk(KERN_INFO "recvmsg bug: copied %X seq %X\n",
			       *seq, TCP_SKB_CB(skb)->seq);
			break;
		}

[I'd greatly appreciate Cc'ed replies.]

-- 
berndfoobar@users.sourceforge.net is probably better to bookmark than any
employer-specific email address I may have appearing in the headers.
  Vanity page: http://www.tsct.co.za/~berndj/  Hmm, appears to be down.

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

end of thread, other threads:[~2002-10-14 14:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-14  9:53 What is "recvmsg bug: copied 870A11AD seq 0"? (2.2.19) Bernd Jendrissek
2002-10-14 13:16 ` James Morris
2002-10-14 14:11   ` Bernd Jendrissek

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®