From owner-freebsd-alpha@FreeBSD.ORG Wed Apr 28 14:42:44 2004 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77D1316A4CF; Wed, 28 Apr 2004 14:42:44 -0700 (PDT) Received: from smtp-out2.xs4all.nl (smtp-out2.xs4all.nl [194.109.24.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1D5A43D1D; Wed, 28 Apr 2004 14:42:43 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out2.xs4all.nl (8.12.10/8.12.10) with ESMTP id i3SLgcsi067284; Wed, 28 Apr 2004 23:42:38 +0200 (CEST) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i3SLgR1G023138; Wed, 28 Apr 2004 23:42:27 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i3SLgRKB023137; Wed, 28 Apr 2004 23:42:27 +0200 (CEST) (envelope-from wkb) Date: Wed, 28 Apr 2004 23:42:27 +0200 From: Wilko Bulte To: Andrew Gallatin Message-ID: <20040428214227.GA23106@freebie.xs4all.nl> References: <20040428084120.GA25958@ip.net.ua> <16527.42479.941859.703698@grasshopper.cs.duke.edu> <20040428135850.GA43106@ip.net.ua> <16527.48288.319462.214843@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16527.48288.319462.214843@grasshopper.cs.duke.edu> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-BETA X-PGP: finger wilko@freebsd.org cc: Alan Cox cc: alpha@freebsd.org Subject: Re: pmap_emulate_reference() panics still ongoing X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 21:42:44 -0000 On Wed, Apr 28, 2004 at 10:16:00AM -0400, Andrew Gallatin wrote: > > Ruslan Ermilov writes: > > On Wed, Apr 28, 2004 at 08:39:11AM -0400, Andrew Gallatin wrote: > > > > > > Ruslan Ermilov writes: > > > > Andrew, > > > > > > > > This is with latest src/sys/alpha/alpha/pmap.c,v 1.146. > > > > > > > > db> where > > > > Debugger() at Debugger+0x38 > > > > __panic() at __panic+0x228 > > > > pmap_emulate_reference() at pmap_emulate_reference+0x15c > > > > trap() at trap+0x3dc > > > > XentMM() at XentMM+0x2c > > > > --- memory management fault (from ipl 0) --- > > > > --- user mode --- > > > > > > Damn. Did the change make it any worse for you? > > > > > No, I can't say this made things any worse. ;) > > Good. > > > This is not a very fast runner (166MHz EV4, 64MB RAM, swap > > is used). Since I've upgraded it to 5-CURRENT, running the > > GENERIC kernel, my 5 attempts to build world ended up with > > this panic (often the panic message was unreadable, this one, > > after I've upgraded kernel to the latest pmap.c, was probably > > a good exception). Now I've built the debug version of the > > kernel. Will it be of some help? > > Wow, and I thought my 600MHz ev67 was slow. At least you can This is a true-blue NoName LCA EV4 board ;) > > (Hardly relevant, but it was happy running 4.10-RC.) > > Very relevant -- it means the bug is new to 5.x Which also proves that having some older hardware around helps testing. -- Wilko Bulte wilko@FreeBSD.org