From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hd4EG-0007Uk-DJ for qemu-devel@nongnu.org; Sun, 15 Apr 2007 08:53:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hd4EE-0007S6-Oq for qemu-devel@nongnu.org; Sun, 15 Apr 2007 08:53:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hd4EE-0007Rp-IJ for qemu-devel@nongnu.org; Sun, 15 Apr 2007 08:53:14 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hd49j-0002Ic-70 for qemu-devel@nongnu.org; Sun, 15 Apr 2007 08:48:35 -0400 Date: Sun, 15 Apr 2007 13:46:35 +0100 Subject: Re: [Qemu-devel] Report Message-ID: <20070415124635.GD14303@networkno.de> References: <4621F9B8.8090808@bandsman.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4621F9B8.8090808@bandsman.co.uk> From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nigel Horne Cc: qemu-devel@nongnu.org Nigel Horne wrote: > Folks, > > Thanks for qemu. I thought you may like to know that from a Linux x86 host > I have 3 linux guests: sparc, arm and mips. The first 2 work a treat, the > mips keeps core dumping in libc6 when called from Perl, I don't know if > the problem lies in libc6, perl or qemu. I assume you are using full system emulation for mips. I currently see some instability when running specific perl scripts which is apparently triggered by the FPU emulator in the Linux/MIPS kernel. As a workaround, use -cpu 24Kf. Thiemo