From owner-freebsd-questions Tue Mar 11 19:13:33 2003 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 70A5A37B405 for ; Tue, 11 Mar 2003 19:13:31 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id A869243F3F for ; Tue, 11 Mar 2003 19:13:30 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from 207.179.77.28 ([207.179.77.28]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Tue, 11 Mar 2003 22:13:23 -0500 From: taxman To: "Christopher Blanchard" , Subject: Re: Kernel Fault Date: Tue, 11 Mar 2003 22:16:26 -0500 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200303112216.26143.taxman@acd.net> X-OriginalArrivalTime: 12 Mar 2003 03:13:23.0720 (UTC) FILETIME=[5770E880:01C2E845] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 11 March 2003 01:17 pm, Christopher Blanchard wrote: > I just rebuilt my kernel - see below. I get the following error message: > > Fatal trap 12: page fault while in kernel mode. > fault virtual address = 0x0 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc016851c > stack pointer = 0x10:0xc034bfb8 > frame pointer = 0x10:0xc034bfc0 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = idle > interrupt mask = 12 > panic: page fault > Uptime: 0s Does this happen every time? What does the end of /var/log/messages show (give us everything from that boot) In fact it may be better if you show the output from boot -v. Get to that by pressing "any other key" at boot. Also what version are you running? Have you upgraded your source or just built a kernel with the sources you originally installed? I don't memorize the kernel config files, but it does seem you have some unusual things in your config file. That should never cause the panic though. Maybe you just need to upgrade and see if the bug has been fixed. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message