From owner-freebsd-emulation@FreeBSD.ORG Wed Jan 31 23:43:50 2007 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 38AB616A40A for ; Wed, 31 Jan 2007 23:43:50 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id E2D4513C4A7 for ; Wed, 31 Jan 2007 23:43:49 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 9B09119F8A8; Thu, 1 Feb 2007 00:43:47 +0100 (CET) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.6/8.13.6) with ESMTP id l0VNgWUt044022; Thu, 1 Feb 2007 00:42:32 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.6/8.13.6/Submit) id l0VNgWdI044021; Thu, 1 Feb 2007 00:42:32 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Thu, 1 Feb 2007 00:42:32 +0100 To: Jung-uk Kim Message-ID: <20070131234232.GA43655@saturn.kn-bremen.de> Mail-Followup-To: Jung-uk Kim , freebsd-emulation@FreeBSD.org References: <200701311738.52070.jkim@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200701311738.52070.jkim@FreeBSD.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-emulation@FreeBSD.org Subject: Re: [PATCH] Fix QEMU crash on amd64 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2007 23:43:50 -0000 On Wed, Jan 31, 2007 at 05:38:50PM -0500, Jung-uk Kim wrote: > I have been experiencing QEMU crash on FreeBSD/amd64 host ever since > Fabrice had added SMP support. Recently it was reported on QEMU > development mailing list: > > http://lists.gnu.org/archive/html/qemu-devel/2007-01/msg00285.html > > For more than a year, I have been running QEMU with SMP support > disabled because of this issue. Today I finally found some time to > tackle this and got a fix. Thank you, committed! :) I was just trying to find the cause to this (I actually installed -current in qemu even tho I previously didn't have much luck running qemu inside qemu, and indeed I was able to reproduce the problem.) It's funny that the upper half of rbx apparently only gets spilled on -current, even tho T0 (== AREG1 == rbx) certainly doesn't fit into an int... Will you post on the qemu list or should I? Juergen