From owner-freebsd-hackers Tue Apr 18 07:19:22 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA08132 for hackers-outgoing; Tue, 18 Apr 1995 07:19:22 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA08126 for ; Tue, 18 Apr 1995 07:19:14 -0700 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id HAA26465; Tue, 18 Apr 1995 07:19:10 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id HAA00165; Tue, 18 Apr 1995 07:19:09 -0700 Message-Id: <199504181419.HAA00165@corbin.Root.COM> To: agl@redline.ru (Anthony Graphics) cc: freebsd-hackers@FreeBSD.org Subject: Re: Fatal trap 12: page fault while in kernel mode In-reply-to: Your message of "Tue, 18 Apr 95 17:07:00 +0400." From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 18 Apr 1995 07:19:03 -0700 Sender: hackers-owner@FreeBSD.org Precedence: bulk >fault virt address =0xc >fault code = supervisor read,page not present >inst.ptr=0x8:0xf01aa001 >code segment = base 0x0, limit 0xfffff type 0x1b >DPL =0, pres=1, def32 1, gran 1 >proc eflags c >interrupt enabled, resume, IOPL=0 >curr process = 5(init) >int mask=0 >panic: page fault > >That's with 950412 after compiling in AST4 support >The problem appears on _every_ bootup. I need the output of nm /kernel | sort (actually, whatever the kernel is called); preferably just the routines around 0xf01aa001. I'd also like a copy of your kernel config file. -DG