From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Brc9k-0003HZ-Vj for qemu-devel@nongnu.org; Mon, 02 Aug 2004 08:43:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Brc9h-0003Fx-M1 for qemu-devel@nongnu.org; Mon, 02 Aug 2004 08:43:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Brc9h-0003Fm-GD for qemu-devel@nongnu.org; Mon, 02 Aug 2004 08:43:05 -0400 Received: from [194.90.9.24] (helo=mxout3.netvision.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Brc66-0001WE-Em for qemu-devel@nongnu.org; Mon, 02 Aug 2004 08:39:22 -0400 Received: from [192.168.2.45] ([212.143.109.38]) by mxout3.netvision.net.il (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I1T00CYJKH8PJ@mxout3.netvision.net.il> for qemu-devel@nongnu.org; Mon, 02 Aug 2004 15:39:10 +0300 (IDT) Date: Mon, 02 Aug 2004 15:39:07 +0300 From: Hetz Ben Hamo Subject: Re: [Qemu-devel] [patch] Fix arm self-modifying code In-reply-to: <20040802122123.GA12786@xi.wantstofly.org> Message-id: <200408021539.08092.hetz@softier.com> MIME-version: 1.0 Content-type: text/plain; charset=windows-1255 Content-transfer-encoding: 7BIT Content-disposition: inline References: <200408020129.58784.paul@codesourcery.com> <20040802122123.GA12786@xi.wantstofly.org> 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 > % ./qemu-arm ./hi-gcc-2.95.3-glibc-2.1.3 > qemu: uncaught target signal 11 (Segmentation fault) - exiting > % setarch i686 ./qemu-arm ./hi-gcc-2.95.3-glibc-2.1.3 > hi! > % QEMU with FC2 does create this segfault even with qemu-i386 and I use the LD_ASSUME_KERNEL=2.2.5 trick to override this problem.. Could you retry with the same trick please? Thanks, Hetz