From owner-freebsd-stable@FreeBSD.ORG Fri Nov 19 10:47:18 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 C5AA216A4CE for ; Fri, 19 Nov 2004 10:47:18 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6458943D1D for ; Fri, 19 Nov 2004 10:47:18 +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 iAJAjiZ7091453; Fri, 19 Nov 2004 05:45:44 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)iAJAjhO4091450; Fri, 19 Nov 2004 10:45:44 GMT (envelope-from robert@fledge.watson.org) Date: Fri, 19 Nov 2004 10:45:43 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Herve Boulouis In-Reply-To: <20041117143450.A91236@ra.aabs> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: fast data access mmu miss with 5.3-STABLE from today 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:47:18 -0000 On Wed, 17 Nov 2004, Herve Boulouis wrote: > just cvsuped my 5.3-STABLE 3 hours ago (dual ultra sparc with SMP) and > got the following panic : This is starting to look familiar, I saw a similar report today also. Could you conver the below symbol+offset addresses to file+line using a copy of the kernel with symbol tables and gdb? If you could also grab the results of "show pcpu" and "ps", that would be helpful. Thanks, Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research > > db> > panic() at panic+0x168 > trap() at trap+0x3ac > -- fast data access mmu miss tar=0 %o7=0xc02ba340 -- > m_copym() at m_copym+0x2c > tcp_output() at tcp_output+0xeec > tcp_input() at tcp_input+0x2484 > ip_input() at ip_input+0x934 > netisr_processqueue() at netisr_processqueue+0xc0 > swi_net() at swi_net+0x15c > ithread_loop() at ithread_loop+0x1dc > fork_exit() at fork_exit+0x9c > fork_trampoline() at fork_trampoline+0x8 > > I've left the machine at the db> prompt in case anybody needs more information. > > -- > Herve Boulouis > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >