From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19M3Nl-0006Y6-Tg for qemu-devel@nongnu.org; Sat, 31 May 2003 06:14:37 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19M3NV-0005eF-78 for qemu-devel@nongnu.org; Sat, 31 May 2003 06:14:26 -0400 Received: from postfix3-2.free.fr ([213.228.0.169]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19M3NC-0004qS-3k for qemu-devel@nongnu.org; Sat, 31 May 2003 06:14:02 -0400 Received: from imp3-1.free.fr (imp3-1.free.fr [213.228.0.28]) by postfix3-2.free.fr (Postfix) with ESMTP id 1276DC17E for ; Sat, 31 May 2003 12:14:01 +0200 (CEST) Subject: Re: [Qemu-devel] cvs compiles but doesn't work Message-ID: <1054376140.3ed880ccdd8cc@imp.free.fr> Date: Sat, 31 May 2003 12:15:40 +0200 (CEST) From: fabrice.bellard@free.fr References: <20030530073911.GF845@suse.de> In-Reply-To: <20030530073911.GF845@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Reply-To: qemu-devel@nongnu.org List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , To: qemu-devel@nongnu.org Hi, I tested qemu compiled with gcc 2.95.3 on PowerPC and it passes the regression test. I think it is a glibc or compiler problem. Which version of gcc and glibc do you use ? Fabrice. Quoting Jens Axboe : > Hi, > > With the #endif and data/sdata change, it compiles here again but > still > doesn't work. qemu appears to spin forever, gdb shows: > > axboe@apu:/home/axboe/qemu-cvs $ gdb ./qemu > GNU gdb 5.3-debian > Copyright 2002 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and > you > are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for > details. > This GDB was configured as "powerpc-linux"... > (gdb) r /usr/gnemul/qemu-i386/bin/test-i386 > Starting program: /home/axboe/qemu-cvs/qemu > /usr/gnemul/qemu-i386/bin/test-i386 > > Program received signal SIGINT, Interrupt. > 0x60331614 in code_gen_buffer () > (gdb) bt > #0 0x60331614 in code_gen_buffer () > #1 0x6002629c in cpu_x86_exec (env1=0x60191528) at exec-i386.c:261 > #2 0x60004928 in cpu_loop (env=0x0) at main.c:139 > #3 0x60005064 in main (argc=134512880, argv=0x7ffffd44) at main.c:423 > #4 0x5fe2906c in __libc_start_main () from /lib/libc.so.6 > #5 0x5fe28efc in __libc_start_main () from /lib/libc.so.6 > > Attached is the log file, host is ppc. > > -- > Jens Axboe > >