From owner-freebsd-current@FreeBSD.ORG Fri Oct 15 08:20:26 2004 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 C352E16A4CE; Fri, 15 Oct 2004 08:20:26 +0000 (GMT) Received: from gvr.gvr.org (gvr-gw.gvr.org [80.126.103.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A58943D2D; Fri, 15 Oct 2004 08:20:26 +0000 (GMT) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id 8290B41; Fri, 15 Oct 2004 10:20:25 +0200 (CEST) Date: Fri, 15 Oct 2004 10:20:25 +0200 From: Guido van Rooij To: Robert Watson Message-ID: <20041015082025.GA20471@gvr.gvr.org> References: <20041015073118.GA19660@gvr.gvr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-current@freebsd.org Subject: Re: 5.3-BETA7 install cd: kernel trap 12 with interrupts disabled 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: Fri, 15 Oct 2004 08:20:26 -0000 On Fri, Oct 15, 2004 at 04:14:04AM -0400, Robert Watson wrote: > > > > I am beginning to wonder if we should have a boot option that enables a > > thorough memtest from within the kernel...(e.g. boot -m). > > I guess the old /dev/test_for_shoddy_workmanship driver is working :-). > > It's probably just bad luck -- BIOS memory testing is generally pretty > poor, and it could just be FreeBSD stored your root vnode pointer (or some > other critical thing) in a memory word that Win2K was using for an icon, > so a single bit twiddle did pretty different things. Glad it's fixed. I > occasionally wonder if we shouldn't build a memory tester into the FreeBSD > boot loader to help diagnose this sort of stuff, though. Not to run every > boot, but as a diagnostics option. Yep, exactly my thoughts. I think this is a wonderfull idea. -Guido