From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BAqQU-0004ev-FN for qemu-devel@nongnu.org; Tue, 06 Apr 2004 09:15:38 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BAqPx-0004Ru-8t for qemu-devel@nongnu.org; Tue, 06 Apr 2004 09:15:36 -0400 Received: from [151.189.21.46] (helo=mail-in-06.arcor-online.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BAqPw-0004RF-IX for qemu-devel@nongnu.org; Tue, 06 Apr 2004 09:15:04 -0400 Received: from rz.zidlicky.org (dialin-145-254-237-228.arcor-ip.net [145.254.237.228]) by mail-in-06.arcor-online.net (Postfix) with ESMTP id 7437BA7287 for ; Tue, 6 Apr 2004 15:15:01 +0200 (CEST) Date: Tue, 6 Apr 2004 14:08:33 +0200 From: Richard Zidlicky Subject: Re: [Qemu-devel] qemu with recent wine snapshot? Message-ID: <20040406120833.GB2774@linux-m68k.org> References: <20040403113316.A23891@bbland> <20040404225538.GA19613@linux-m68k.org> <1081161023.2305.5.camel@an-leabhar-i> <20040405121744.GA5318@linux-m68k.org> <1081175449.2883.7.camel@an-leabhar-i> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1081175449.2883.7.camel@an-leabhar-i> 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, Apr 05, 2004 at 03:30:50PM +0100, Wim Vanderbauwhede wrote: > Thanks, Richard, I'm getting there. But now I get: > > [wim@an-leabhar-i tests]$ qemu-i386 -L /home/ARCHS/mdk_x86 > /home/ARCHS/mdk_x86/bin/ls > qemu: uncaught target signal 11 (Segmentation fault) - exiting > [wim@an-leabhar-i tests]$ > > I get this with every command. I'm using the latest qemu-0.5.3. that looks like it will require some debugging. Try some statically linked program, most distros have ash.static, sash and busybox. Also try "strace qemu ..." Richard