From owner-freebsd-current@FreeBSD.ORG Wed Sep 22 08:16:25 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 16F9D16A4F6 for ; Wed, 22 Sep 2004 08:16:25 +0000 (GMT) Received: from blue.host.is (blue.host.is [212.30.222.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id B310C43D49 for ; Wed, 22 Sep 2004 08:16:24 +0000 (GMT) (envelope-from martin@swift.is) Received: by blue.host.is (Postfix, from userid 1001) id BEA6F2CB; Wed, 22 Sep 2004 08:16:23 +0000 (GMT) Date: Wed, 22 Sep 2004 08:16:23 +0000 From: Martin Swift To: freebsd-current@freebsd.org Message-ID: <20040922081623.GA19645@swift.is> References: <20040921183041.GD10593@swift.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040921183041.GD10593@swift.is> User-Agent: Mutt/1.5.6i Subject: Re: BETA5 hangs shortly after boot. Unknown cause. 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: Wed, 22 Sep 2004 08:16:25 -0000 Using the debug option in the boot menu gives (hand transcript): ---------- Fatal trap 12: page fault while in kernel mode fault virual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x8:0xc057c368 stack pointer = 0x10:0xdc5a8b58 frame pointer = 0x10:0xdc5a8b58 code segment = base 0x0, limit 0xffffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL=0 current process = 227 (devd) trap number = 12 panic: page fault ---------- Being a physicist, I naturally repeated the process a few times and got the following lines different: ---------- stack pointer = 0x10:0xdc5b4b58 frame pointer = 0x10:0xdc5b4b58 current process = 245 (devd) ---------- stack pointer = 0x10:0xcc50eb58 frame pointer = 0x10:0xcc50eb58 current process = 245 (devd) ---------- stack pointer = 0x10:0xdc5b4b58 frame pointer = 0x10:0xdc5b4b58 current process = 245 (devd) ---------- stack pointer = 0x10:0xdc5b4b58 frame pointer = 0x10:0xdc5b4b58 current process = 245 (devd) ---------- ... don't know if that helps. - martin -