From owner-freebsd-questions Sun Jan 5 22:09:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA10266 for questions-outgoing; Sun, 5 Jan 1997 22:09:47 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id WAA10258 for ; Sun, 5 Jan 1997 22:09:44 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.6/8.6.5) with SMTP id WAA00742; Sun, 5 Jan 1997 22:08:52 -0800 (PST) Message-Id: <199701060608.WAA00742@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: kristyn@gnu.ai.mit.edu cc: questions@freebsd.org (FreeBSD Questions) Subject: Re: Help with CMAP error? In-reply-to: Your message of "Sun, 05 Jan 1997 22:54:05 EST." <199701060354.WAA10277@hill.gnu.ai.mit.edu> From: David Greenman Reply-To: dg@root.com Date: Sun, 05 Jan 1997 22:08:52 -0800 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I got this this evening: > panic: pmap_zero_page: CMAP busy > > I got this while I was using the IPFilter and NAT and browsing from a >machine behind the gateway. What does it mean? It usually means that a demand-zero page fault occurred at interrupt time and while a demand-zero fault was being handled previous to the interrupt. Page faults are not allowed at interrupt time for any reason, and this most likely indicates a software bug - a bogus pointer dereference. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project