From owner-freebsd-current@FreeBSD.ORG Mon Dec 20 21:52:33 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E32CB16A4CE for ; Mon, 20 Dec 2004 21:52:33 +0000 (GMT) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 5E5DA43D54 for ; Mon, 20 Dec 2004 21:52:33 +0000 (GMT) (envelope-from pho@holm.cc) Received: (qmail 11924 invoked from network); 20 Dec 2004 21:52:31 -0000 Received: from unknown (HELO peter.osted.lan) (unknown) by unknown with SMTP; 20 Dec 2004 21:52:31 -0000 X-pair-Authenticated: 80.164.63.199 Received: from peter.osted.lan (localhost.osted.lan [127.0.0.1]) by peter.osted.lan (8.13.1/8.13.1) with ESMTP id iBKLqVTt090753; Mon, 20 Dec 2004 22:52:31 +0100 (CET) (envelope-from pho@peter.osted.lan) Received: (from pho@localhost) by peter.osted.lan (8.13.1/8.13.1/Submit) id iBKLqV0x090752; Mon, 20 Dec 2004 22:52:31 +0100 (CET) (envelope-from pho) Date: Mon, 20 Dec 2004 22:52:31 +0100 From: Peter Holm To: Andre Oppermann Message-ID: <20041220215231.GA90721@peter.osted.lan> References: <20041220194742.GA89598@peter.osted.lan> <41C73202.1050704@freebsd.org> <20041220210740.GA89881@peter.osted.lan> <41C74110.5040905@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41C74110.5040905@freebsd.org> User-Agent: Mutt/1.4.2.1i cc: current@freebsd.org Subject: Re: panic: tcp_input: TCPS_LISTEN in netinet/tcp_input.c:2370 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2004 21:52:34 -0000 On Mon, Dec 20, 2004 at 10:16:00PM +0100, Andre Oppermann wrote: > Peter Holm wrote: > >On Mon, Dec 20, 2004 at 09:11:46PM +0100, Andre Oppermann wrote: > > > >>Peter Holm wrote: > >> > >>>During stress test with GENERIC HEAD from Dec 20 12:18 UTC I got: > >>> > >>>panic(c08374d0,8,c08f46e0,c1523170,3e0) at panic+0x190 > >>>tcp_input(c2877900,14,2,c082b363,246) at tcp_input+0x2689 > >>>ip_input(c2877900,18,c091a0b8,cbc7fcf4,c0681867) at ip_input+0xd6 > >>>netisr_processqueue(c154a080,c154c180,c1523170,cbc7fd1c,c05ffa66) > >>> at netisr_processqueue+0xf > >>>swi_net(0,0,0,c1554bd0,0) at swi_net+0x8b > >>>ithread_loop(c154c180,cbc7fd48,c154c180,c05ff8c8,0) at > >>>ithread_loop+0x19e > >>>fork_exit(c05ff8c8,c154c180,cbc7fd48) at fork_exit+0x7e > >>>fork_trampoline() at fork_trampoline+0x8 > >>> > >>>http://www.holm.cc/stress/log/cons96.html > >> > >>Interesting. Can you specify what kind of test was running at the > >>time of panic? > >> > > > >The tests from http://www.holm.cc/stress/src/stress.tgz > > Can you find out which of those test was doing the connect and listen? > That would be the "net" test. > >Let me know if you need any more info or gdb output. > > Yes, please give *th, *inp and *so as well. > I've updated http://www.holm.cc/stress/log/cons96.html -- Peter Holm