Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2002 00:30:16 -0800
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Mike Makonnen <mike_makonnen@yahoo.com>
Cc:        "Clark C . Evans" <cce@clarkevans.com>, freebsd-hackers@freebsd.org
Subject:   Re: panic: pmap_enter
Message-ID:  <3C8DBC98.508D76A9@mindspring.com>
References:  <20020311210332.A38510@doublegemini.com> <1015919910.4901.5.camel@blackbox.pacbell.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C8DBC98.508D76A9>