From owner-freebsd-current@FreeBSD.ORG Sat Oct 11 23:24:55 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9569C16A4B3; Sat, 11 Oct 2003 23:24:55 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC28543FAF; Sat, 11 Oct 2003 23:24:54 -0700 (PDT) (envelope-from bleez@comcast.net) Received: from gravy.homeunix.net ([68.81.196.221]) by comcast.net (sccrmhc13) with ESMTP id <20031012062454016002mv86e>; Sun, 12 Oct 2003 06:24:54 +0000 Received: from gravy.homeunix.net (gravy.homeunix.net [192.168.1.2]) by gravy.homeunix.net (8.12.10/8.12.10) with ESMTP id h9C6Oraf000586; Sun, 12 Oct 2003 02:24:53 -0400 (EDT) (envelope-from bleez@comcast.net) Date: Sun, 12 Oct 2003 02:24:53 -0400 (EDT) From: Bryan Liesner To: Don Lewis In-Reply-To: <200310120602.h9C626N1068466@gw.catspoiler.org> Message-ID: <20031012022201.G584@gravy.homeunix.net> References: <200310120602.h9C626N1068466@gw.catspoiler.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: sgk@troutmask.apl.washington.edu Subject: Re: panic: pmap_zero_page: CMAP3 busy X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2003 06:24:55 -0000 On Sat, 11 Oct 2003, Don Lewis wrote: > On 11 Oct, Steve Kargl wrote: > > Upgrade tonight (7pm PST) and received the following > > on rebooting > > > > panic: pmap_zero_page: CMAP3 busy > > > > Unfortunately, this system does not have a serial > > console and the panic locked it up tight. Only > > a hard reset brought the system back. > > I was just about to type "make installworld" when I got this message > > I checked the commit logs and didn't see any recent commits that looked > suspicious, and since I do have a serial console I decided to throw > caution to the wind and give the new kernel a try. > I had this very same panic which happened right after commits to locore.s and machdep.c. Reverting back to the previous versions (with everything else up-to-date) let it boot without panicking. -Bryan