From owner-freebsd-alpha Mon Sep 11 8: 8:18 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 6DB0237B443 for ; Mon, 11 Sep 2000 08:08:15 -0700 (PDT) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id LAA00012; Mon, 11 Sep 2000 11:08:13 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.0/8.9.1) id e8BF8Dh44575; Mon, 11 Sep 2000 11:08:13 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 11 Sep 2000 11:08:13 -0400 (EDT) To: mjacob@feral.com Cc: alpha@FreeBSD.ORG Subject: Re: so much for *that* idea..... In-Reply-To: References: X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14780.62432.185970.793919@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Matthew Jacob writes: > > I did a build from more or less top of tree- I had had a clean buildworld, so > I built a kernel and did the installworld and did mergemaster and did > disklabel -B, and got: <...> > halt code = 2 > kernel stack not valid halt > PC = 200000000 > > for my pains. Tsk. This typically means you're faulting very early in the boot process. Thus is typically caused by trap'ing & then calling vm_map_lookup() out of vm_fault() prior to setting up the vm maps. The vm_map_lookup() faults & you get caught in an infinate recursion ending in a ksp not valid. First thing I'd try is temporarily making the ALPHA_MMCSR_ACCESS case in trap() always fatal for a kernel-mode trap. This should catch the initial trap & give you a clue as to what's going wrong. Sorry for my delayed reply. My wife & I just moved into our new place. No phone service yet, much less DSL. Blah. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message