From owner-freebsd-alpha Thu Nov 29 3:59:28 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from smartie.xs4all.nl (smartie.xs4all.nl [213.84.1.157]) by hub.freebsd.org (Postfix) with ESMTP id 0AA4E37B617 for ; Thu, 29 Nov 2001 03:59:24 -0800 (PST) Received: from pluto.smartie.xs4all.nl (pluto.smartie.xs4all.nl [192.168.10.66]) by smartie.xs4all.nl (8.11.6/8.11.6) with SMTP id fATBxG082642; Thu, 29 Nov 2001 12:59:16 +0100 (CET) (envelope-from martijn@obelix.smartie.xs4all.nl) Message-Id: <200111291159.fATBxG082642@smartie.xs4all.nl> Date: Thu, 29 Nov 2001 12:58:52 +0100 (MET) From: Martijn Pronk Reply-To: Martijn Pronk Subject: Re: Panic while booting -current on Alpha AXPpci33 To: gallatin@cs.duke.edu Cc: freebsd-alpha@FreeBSD.ORG MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: xcqpUrEKXxMmI587Qwu6Cg== X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.4 SunOS 5.8 sun4m sparc 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. This fixed the panic, thanks! Martijn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message