From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BrlBx-000430-Tl for qemu-devel@nongnu.org; Mon, 02 Aug 2004 18:22:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BrlBw-00042P-3u for qemu-devel@nongnu.org; Mon, 02 Aug 2004 18:22:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BrlBv-00040C-Vq for qemu-devel@nongnu.org; Mon, 02 Aug 2004 18:22:00 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Brl8K-0007cM-5G for qemu-devel@nongnu.org; Mon, 02 Aug 2004 18:18:16 -0400 Received: from [212.238.201.82] (helo=xi.wantstofly.org) by mx20.gnu.org with esmtp (Exim 4.34) id 1BrcFa-0003Kf-BM for qemu-devel@nongnu.org; Mon, 02 Aug 2004 08:49:10 -0400 Date: Mon, 2 Aug 2004 14:49:08 +0200 From: Lennert Buytenhek Subject: Re: [Qemu-devel] [patch] Fix arm self-modifying code Message-ID: <20040802124908.GA13283@xi.wantstofly.org> References: <200408020129.58784.paul@codesourcery.com> <20040802122123.GA12786@xi.wantstofly.org> <200408021539.08092.hetz@softier.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408021539.08092.hetz@softier.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hetz Ben Hamo Cc: qemu-devel@nongnu.org On Mon, Aug 02, 2004 at 03:39:07PM +0300, Hetz Ben Hamo wrote: > > % ./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? That doesn't seem to make a difference: % ./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! % LD_ASSUME_KERNEL=2.2.5 ./qemu-arm ./hi-gcc-2.95.3-glibc-2.1.3 qemu: uncaught target signal 11 (Segmentation fault) - exiting % export LD_ASSUME_KERNEL=2.2.5 % ./qemu-arm ./hi-gcc-2.95.3-glibc-2.1.3 qemu: uncaught target signal 11 (Segmentation fault) - exiting % --L