From owner-freebsd-stable@FreeBSD.ORG Fri Nov 19 10:18:23 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8011D16A4CE; Fri, 19 Nov 2004 10:18:23 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CD2B43D5D; Fri, 19 Nov 2004 10:18:22 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id iAJAGmrX090848; Fri, 19 Nov 2004 05:16:48 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)iAJAGl0d090845; Fri, 19 Nov 2004 10:16:48 GMT (envelope-from robert@fledge.watson.org) Date: Fri, 19 Nov 2004 10:16:47 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Slawek Zak In-Reply-To: <20041119100955.GA70930@prioris.mini.pw.edu.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: stable@freebsd.org cc: pjd@freebsd.org Subject: Re: Network related panic on FreeBSD 5.3-STABLE/AMD64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 10:18:23 -0000 On Fri, 19 Nov 2004, Slawek Zak wrote: > I can reproduce it easily, > > The panic message and backtrace is: Could I get you to convert the symbol+offsets below to line numbers using gdb on a copy of your kernel with debugging symbols? In particular, the offsets into tcp_output, tcp_input, and ip_input. Thanks! Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research > > panic: m_copym, offset > size of mbuf chain > cpuid = 1 > KDB: enter: panic > [thread 100025] > Stopped at kdb_enter+0x2f: nop > db> trace > kdb_enter() at kdb_enter+0x2f > panic() at panic+0x249 > m_copym() at m_copym+0x1b1 > tcp_output() at tcp_output+0xce8 > tcp_input() at tcp_input+0x2d95 > ip_input() at ip_input+0x10f > netisr_processqueue() at netisr_processqueue+0x17 > swi_net() at swi_net+0x116 > ithread_loop() at ithread_loop+0xd9 > fork_exit() at fork_exit+0xc3 > fork_trampoline() at fork_trampoline+0xe > --- trap 0, rip = 0, rsp = 0xffffffffb19bad00, rbp = 0 --- > > I was able to collect a coredump, if it helps, I can make it available > to interrested parties along with kernel.debug. > > The machine is 2 processor SunFire V20z, debug.mpsafenet is 0. > > TIA, /S >