From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DQBV3-00035n-GP for qemu-devel@nongnu.org; Mon, 25 Apr 2005 17:52:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DQBV1-00034y-I6 for qemu-devel@nongnu.org; Mon, 25 Apr 2005 17:52:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQBV1-00030w-9Z for qemu-devel@nongnu.org; Mon, 25 Apr 2005 17:52:15 -0400 Received: from [80.35.172.14] (helo=ramanujan.doom.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DQBVH-0006Qc-OS for qemu-devel@nongnu.org; Mon, 25 Apr 2005 17:52:32 -0400 Received: from [6.6.6.9] (sepia.doom.org [6.6.6.9]) by ramanujan.doom.org (8.13.0/8.13.0) with ESMTP id j3PLlSYP015701 for ; Mon, 25 Apr 2005 23:47:28 +0200 (CEST) Message-ID: <426D65CE.4010107@darklabs.org> Date: Mon, 25 Apr 2005 23:49:02 +0200 From: "Mr. White" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Latest CVS segfaults on boot Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Apparently it segfaults when trying to execute address 0xfffffff0 It told me on an apparently random appearing report which I cannot seem to reproduce right now. Prior to the latest cvs commits it worked fine. If I launch qemu with -S option it segfaults as soon as I tell him to 'c'ontinue. As a side note, if mouse is grabbed when it segfaults it stops responding until I relaunch qemu, regrab it, and ungrab it again. Tried with kqemu and without it.