From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 14:49:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B02D16A41F for ; Fri, 23 Dec 2005 14:49:59 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3231043D55 for ; Fri, 23 Dec 2005 14:49:59 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 20164 invoked from network); 23 Dec 2005 14:49:59 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Dec 2005 14:49:58 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 7603028423; Fri, 23 Dec 2005 09:49:58 -0500 (EST) Sender: lowell@be-well.ilk.org To: Abhi References: From: Lowell Gilbert Date: 23 Dec 2005 09:49:58 -0500 In-Reply-To: Message-ID: <441x033m21.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: 6.0 Release kernel panic - page fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 14:49:59 -0000 Abhi writes: > I'm experiencing kernel panics with 6.0 Release. I did a fresh > install of 6.0 Release after playing with some linux distros and > Freebsd 5.4 Release. The only problem i had was due to faulty RAM. I > replaced the RAM and had no problems. But for somedays my system has > started to panic randomly. All the crash dumps i got show something > wrong in the file pcpu.h at line 165. That just means it's dumping core. You need to look a little deeper for why it's doing so. > I'm ttaching my custom kernel configuration file and one crash dump i > got with kgdb. I hope someone can tell me why this's happening, and if > this's freebsd problem or hardware problem. In this case, it's smashing its own stack while doing a bcopy() (or some related function). If that's not consistent, this probably *is* a hardware problem. If it's dependable, then maybe not. Try to track down commonalities in what the system is doing when it panics. If possible.