From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOg2w-000217-1t for qemu-devel@nongnu.org; Mon, 11 Feb 2008 16:18:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOg2u-00020f-2d for qemu-devel@nongnu.org; Mon, 11 Feb 2008 16:18:37 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOg2t-00020c-U9 for qemu-devel@nongnu.org; Mon, 11 Feb 2008 16:18:35 -0500 Received: from wr-out-0506.google.com ([64.233.184.228]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOg2t-0001dH-OS for qemu-devel@nongnu.org; Mon, 11 Feb 2008 16:18:35 -0500 Received: by wr-out-0506.google.com with SMTP id 50so4475982wra.18 for ; Mon, 11 Feb 2008 13:18:35 -0800 (PST) Message-ID: <94a0d4530802111318y230eb3ceh24c124fb8b99c957@mail.gmail.com> Date: Mon, 11 Feb 2008 23:18:33 +0200 From: "Felipe Contreras" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] Something fishy on linux-user/mmap.c 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 Hi, There's something wrong with the commit edbcc0b2eb1d4caee5f293e5c79f81023f3394e2. I'm using qemu-0.9.1 + 09_arm_eabitls.patch[1], for CodeSourcery's arm-2006q3 (otherwise it can't run on Fedora 8) The following Makefile fails when trying to execute "simple", a recently built binary: bar: echo bar ./simple foo: $(MAKE) bar I get "make[1]: *** [bar] Segmentation fault", but if I remove "echo bar", it works. If I revert that commit for mmap.c, it works fine. Any ideas? [1] http://www.mail-archive.com/qemu-devel@nongnu.org/msg14659.html -- Felipe Contreras