From owner-freebsd-hackers Tue Mar 12 0:31:10 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from harrier.prod.itd.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by hub.freebsd.org (Postfix) with ESMTP id B702137B404 for ; Tue, 12 Mar 2002 00:31:05 -0800 (PST) Received: from pool0052.cvx40-bradley.dialup.earthlink.net ([216.244.42.52] helo=mindspring.com) by harrier.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16khgQ-0002Y8-00; Tue, 12 Mar 2002 00:30:58 -0800 Message-ID: <3C8DBC98.508D76A9@mindspring.com> Date: Tue, 12 Mar 2002 00:30:16 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Mike Makonnen Cc: "Clark C . Evans" , freebsd-hackers@freebsd.org Subject: Re: panic: pmap_enter References: <20020311210332.A38510@doublegemini.com> <1015919910.4901.5.camel@blackbox.pacbell.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike Makonnen wrote: > On Mon, 2002-03-11 at 18:03, Clark C . Evans wrote: > > panic: pmap_enter: attempted pmap_enter on 4MB page > > > > trace: > > Debugger > > panic > > pmap_enter > > vm_fault > > trap_pfault > > trap > > calltrap > > > > It seems to me that you are showing only the last part of the trace, > which shows where a second panic occurred. While that may also be an > issue the real reason for the panic occurred earlier. Please post the > complete trace. You faulted on a 4M page mapping for which backing store was not assigned. You are not permitted to create 4M pages without assigned backing store (basically, you can't page them in and out). Probably you are doing something incredibly weird that you are not allowed to do, but don't want to tell us about... -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message