From owner-freebsd-xen@FreeBSD.ORG Tue Jan 17 11:34:42 2012 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAE2B106566B for ; Tue, 17 Jan 2012 11:34:42 +0000 (UTC) (envelope-from jeroen@dckd.nl) Received: from zaphod.dckd.nl (unknown [IPv6:2001:610:6a1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6523D8FC12 for ; Tue, 17 Jan 2012 11:34:42 +0000 (UTC) Received: from doc.dckd.nl (doc.dckd.nl [145.99.151.213]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by zaphod.dckd.nl (Postfix) with ESMTPSA id A96613F436 for ; Tue, 17 Jan 2012 12:34:35 +0100 (CET) From: Jeroen van der Ham Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Tue, 17 Jan 2012 12:34:35 +0100 Message-Id: <4B4F990F-437F-4A64-8575-601F30572C69@dckd.nl> To: freebsd-xen@freebsd.org Mime-Version: 1.0 (Apple Message framework v1251.1) X-Mailer: Apple Mail (2.1251.1) Subject: fpudna: fpcurthread == curthread XXXX times X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2012 11:34:42 -0000 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 =3D=3D = 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=3Dopteron --- > #CPUTYPE?=3Dpentium3 61c61 < CFLAGS=3D -O2 -fno-strict-aliasing -pipe --- > #CFLAGS=3D -O2 -fno-strict-aliasing -pipe 68c68 < CXXFLAGS+=3D -fconserve-space --- > #CXXFLAGS+=3D -fconserve-space 185,190c185,190 < SUP=3D /usr/bin/csup < SUPFLAGS=3D -L 2 < SUPHOST=3D cvsup.uk.FreeBSD.org < SUPFILE=3D /usr/share/examples/cvsup/standard-supfile < PORTSSUPFILE=3D /usr/share/examples/cvsup/ports-supfile < DOCSUPFILE=3D /usr/share/examples/cvsup/doc-supfile --- > #SUP=3D /usr/bin/csup > #SUPFLAGS=3D -L 2 > #SUPHOST=3D cvsup.uk.FreeBSD.org > #SUPFILE=3D /usr/share/examples/cvsup/standard-supfile > #PORTSSUPFILE=3D /usr/share/examples/cvsup/ports-supfile > #DOCSUPFILE=3D /usr/share/examples/cvsup/doc-supfile 287,289d286 < # added by use.perl 2012-01-16 21:35:36 < PERL_VERSION=3D5.12.4 < WITHOUT_X11=3DYES Does anyone know what might cause this problem, and why it would not be = caught earlier? Jeroen.=