From owner-freebsd-questions Thu Sep 28 18:47:15 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA12932 for questions-outgoing; Thu, 28 Sep 1995 18:47:15 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id SAA12924 for ; Thu, 28 Sep 1995 18:47:12 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.12/8.6.5) with ESMTP id SAA23240; Thu, 28 Sep 1995 18:45:46 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id SAA00146; Thu, 28 Sep 1995 18:48:23 -0700 Message-Id: <199509290148.SAA00146@corbin.Root.COM> To: "Amir Y. Rosenblatt" cc: questions@freebsd.org Subject: Re: page fault - 2.0.5 debugger output In-reply-to: Your message of "Thu, 28 Sep 95 21:03:14 EDT." From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 28 Sep 1995 18:48:23 -0700 Sender: owner-questions@freebsd.org Precedence: bulk >I put it in debug mode for a subsequent install attempt -- here's what it >said: > >Fatal trap 12: page fault while in kernel mode >fault virtual address = 0xeffac880 >fault code = supervisor read, page not present >code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, resume, gran 1 >processor eflags = interrupt enabled, resume IOPL = 0 >current process = 60(ifconfig) >interrupt mask = net tty You missed the most important part of the panic infomation. Could you do this one more time and copy down the line that reads "Instruction pointer"? Thanks. BTW, this appears to be identical to another panic reported recently. It appears to be caused by a bug in the 'ix' driver. -DG