Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2012 12:34:35 +0100
From:      Jeroen van der Ham <jeroen@dckd.nl>
To:        freebsd-xen@freebsd.org
Subject:   fpudna: fpcurthread == curthread XXXX times 
Message-ID:  <4B4F990F-437F-4A64-8575-601F30572C69@dckd.nl>

index | next in thread | raw e-mail

Hello,

I've been trying to compile a kernel for my FreeBSD9 XEN guest system using the provided XENHVM config. I found that that configuration works fine, unless you use a specific make.conf file.
When I used that make.conf file, booting from that kernel it spams the console with consecutive messages of: "fpudna: fpcurthread == curthread XXXX times"

The make.conf file that I used is an adapted version of /usr/share/examples/etc/make.conf:

% diff /etc/make.conf /usr/share/examples/etc/make.conf
47c47
< CPUTYPE=opteron
---
> #CPUTYPE?=pentium3
61c61
< CFLAGS= -O2 -fno-strict-aliasing -pipe
---
> #CFLAGS= -O2 -fno-strict-aliasing -pipe
68c68
< CXXFLAGS+= -fconserve-space
---
> #CXXFLAGS+= -fconserve-space
185,190c185,190
< SUP=            /usr/bin/csup
< SUPFLAGS=       -L 2
< SUPHOST=        cvsup.uk.FreeBSD.org
< SUPFILE=        /usr/share/examples/cvsup/standard-supfile
< PORTSSUPFILE=   /usr/share/examples/cvsup/ports-supfile
< DOCSUPFILE=     /usr/share/examples/cvsup/doc-supfile
---
> #SUP=            /usr/bin/csup
> #SUPFLAGS=       -L 2
> #SUPHOST=        cvsup.uk.FreeBSD.org
> #SUPFILE=        /usr/share/examples/cvsup/standard-supfile
> #PORTSSUPFILE=   /usr/share/examples/cvsup/ports-supfile
> #DOCSUPFILE=     /usr/share/examples/cvsup/doc-supfile
287,289d286
< # added by use.perl 2012-01-16 21:35:36
< PERL_VERSION=5.12.4
< WITHOUT_X11=YES

Does anyone know what might cause this problem, and why it would not be caught earlier?

Jeroen.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B4F990F-437F-4A64-8575-601F30572C69>