From owner-freebsd-current@FreeBSD.ORG Tue Jul 8 12:09:28 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 B438C37B401 for ; Tue, 8 Jul 2003 12:09:28 -0700 (PDT) Received: from herbelot.dyndns.org (herbelot.net1.nerim.net [62.212.117.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8266B43F93 for ; Tue, 8 Jul 2003 12:09:27 -0700 (PDT) (envelope-from thierry@herbelot.com) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.12.9/8.12.9) with ESMTP id h68JAZKP031426; Tue, 8 Jul 2003 21:10:35 +0200 (CEST) From: Thierry Herbelot To: Doug White Date: Tue, 8 Jul 2003 21:09:20 +0200 User-Agent: KMail/1.5.2 References: <200307082011.49200.thierry@herbelot.com> <20030708114359.D25140@carver.gumbysoft.com> In-Reply-To: <20030708114359.D25140@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200307082109.20039.thierry@herbelot.com> cc: current ML Subject: Re: systematic panic on an SMP machine for 5.1-Release 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: Tue, 08 Jul 2003 19:09:29 -0000 Le Tuesday 08 July 2003 20:44, Doug White a écrit : > On Tue, 8 Jul 2003, Thierry Herbelot wrote: > > [I just see that this message is at least lacking a "dmesg" output : I'll > > send it tomorrow.] > > A crashdump will be inifintely more useful. > > > #1 0xc030aeb8 in boot () > > #2 0xc030b21f in panic () > > #3 0xc0164142 in db_panic () > > Note no location information... it must be around : #11 0xc04927df in pmap_enter () precisely on line 1971 of /sys/i386/pmap.c : ------------------- if (origpte & PG_PS) panic("pmap_enter: attempted pmap_enter on 4MB page"); ------------------- TfH PS : as I said, the box has a 2GB RAM, so moving around the vmcore is not easy