Date: Sat, 19 Jun 2004 17:19:24 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Divacky Roman <xdivac02@stud.fit.vutbr.cz> Cc: current@freebsd.org Subject: Re: strange message appearing in a fresh current Message-ID: <20040619171345.R3813@gamplex.bde.org> In-Reply-To: <20040618104954.GA63085@stud.fit.vutbr.cz> References: <20040618104954.GA63085@stud.fit.vutbr.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 18 Jun 2004, Divacky Roman wrote:
>
> kernel trap 22 with interrupts disabled
> npxdna: fpcurthread == curthread 1 times
>
> I am getting this quite often (uptime is about 2 minutes and I've got it
> at least 3 times)
This should be fixed soon:
%%%
Index: machdep.c
===================================================================
RCS file: /home/ncvs/src/sys/i386/i386/machdep.c,v
retrieving revision 1.590
diff -u -2 -r1.590 machdep.c
--- machdep.c 11 Jun 2004 11:16:22 -0000 1.590
+++ machdep.c 19 Jun 2004 05:27:18 -0000
@@ -1134,4 +1134,7 @@
}
+ /* XXX drop the FP state correctly, unlike in the next 3 statements. */
+ fpstate_drop(td);
+
/*
* Initialize the math emulator (if any) for the current process.
%%%
> built for i686 cpu (amd duron) with -O -pipe
Hmm. Don't Durons have FXSR? (I686_CPU or CPU_ENABLE_SSE) and not
CPU_DISABLE_SSE together with a CPU that supports FXSR should give
a configuration that is not affected by the bug.
Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040619171345.R3813>
