Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2001 12:58:52 +0100 (MET)
From:      Martijn Pronk <martijn@smartie.xs4all.nl>
To:        gallatin@cs.duke.edu
Cc:        freebsd-alpha@FreeBSD.ORG
Subject:   Re: Panic while booting -current on Alpha AXPpci33
Message-ID:  <200111291159.fATBxG082642@smartie.xs4all.nl>

next in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111291159.fATBxG082642>