From owner-freebsd-current@FreeBSD.ORG Tue Feb 17 11:01:50 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 49C4F16A4CE for ; Tue, 17 Feb 2004 11:01:50 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4497A43D1F for ; Tue, 17 Feb 2004 11:01:50 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 3A24572DCA; Tue, 17 Feb 2004 11:01:50 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 3513C72DC9; Tue, 17 Feb 2004 11:01:50 -0800 (PST) Date: Tue, 17 Feb 2004 11:01:50 -0800 (PST) From: Doug White To: Evren Yurtesen In-Reply-To: <402F7405.7050907@ispro.net.tr> Message-ID: <20040217105944.V29882@carver.gumbysoft.com> References: <402F7405.7050907@ispro.net.tr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: freebsd current crash 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: Tue, 17 Feb 2004 19:01:50 -0000 On Sun, 15 Feb 2004, Evren Yurtesen wrote: > I have a situation where this machine crash after working few days. > The board model is Asus P4P800-VM. What might be the problem? Well, let's see... > I am also not able to cvsup and buildworld because of the following error > > ===> rescue > cd: can't cd to /usr/src/rescue Your source checkout is incomplete. > some messages about the crashes etc. > ----------------------------------------------- > > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 00 > fault virtual address = 0x8 Its a null pointer deref, but we need a backtrace. See the handbook section on kernel debugging for instructions. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org