From owner-freebsd-alpha Wed Nov 28 13:26:54 2001 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 C522B37B405 for ; Wed, 28 Nov 2001 13:26:50 -0800 (PST) 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 QAA20340; Wed, 28 Nov 2001 16:26:45 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id fASLQI683836; Wed, 28 Nov 2001 16:26:18 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15365.22138.868333.964822@grasshopper.cs.duke.edu> Date: Wed, 28 Nov 2001 16:26:18 -0500 (EST) To: Martijn Pronk Cc: freebsd-alpha@freebsd.org Subject: Re: Panic while booting -current on Alpha AXPpci33 In-Reply-To: <200111281447.fASEllC00667@obelix.smartie.xs4all.nl> References: <200111281447.fASEllC00667@obelix.smartie.xs4all.nl> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Martijn Pronk writes: > > alpha_fpstate_check() at alpha_fpstate_check+0x20 > syscall() at syscall+0xec > XentSys() at XentSys+0x64 > --- syscall (24, FreeBSD ELF, getuid) --- > --- user mode --- > I guess nobody has run with DIAGNOSTIC on since KSE went in.. The alpha_fpstate_check(p) in trap looks bogus. Change it from: #ifdef DIAGNOSTIC alpha_fpstate_check(p); #endif to #ifdef DIAGNOSTIC alpha_fpstate_check(td); #endif And let us know if that works. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message