From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LEhAT-0002Wg-Hw for qemu-devel@nongnu.org; Mon, 22 Dec 2008 04:33:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LEhAR-0002WK-Bp for qemu-devel@nongnu.org; Mon, 22 Dec 2008 04:33:40 -0500 Received: from [199.232.76.173] (port=53974 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEhAR-0002WF-57 for qemu-devel@nongnu.org; Mon, 22 Dec 2008 04:33:39 -0500 Received: from mail-fx0-f20.google.com ([209.85.220.20]:40908) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LEhAQ-00075I-Mc for qemu-devel@nongnu.org; Mon, 22 Dec 2008 04:33:38 -0500 Received: by fxm13 with SMTP id 13so414746fxm.10 for ; Mon, 22 Dec 2008 01:33:36 -0800 (PST) Message-ID: <761ea48b0812220133j34d14903y5a0d78485b74cac4@mail.gmail.com> Date: Mon, 22 Dec 2008 10:33:36 +0100 From: "Laurent Desnogues" Subject: Re: [Qemu-devel] First OOPS ARM User Mode In-Reply-To: <494EDC80.8090909@opensuse.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4073C262-18DA-4971-9769-EC45D7D76787@lvivier.info> <494EDC80.8090909@opensuse.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 On Mon, Dec 22, 2008 at 1:17 AM, Martin Mohring wrote: > > I tracked down that one commit between svn trunk -r 6082 and svn trunk > -r 6098 causes the ARM user mode to fail with: > > qemu: uncaught target signal 11 (Segmentation fault) - exiting > > svn trunk -r 6082 was the last revision working, 6098 was the first > found not to be working. I have not tracked it down more precise which > commit between the two caused it. You'll have to provide more details than that. For me svn head works for the few tests I ran (hello world, some SPEC2k tests). So: - provide a small test - how did you configure qemu - what cross compiler did you use - how do you invoke qemu Laurent