fpudna: fpcurthread == curthread XXXX times

Jeroen van der Ham jeroen at dckd.nl
Tue Jan 17 11:34:42 UTC 2012


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.


More information about the freebsd-xen mailing list