From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K23bA-0003sZ-Ep for qemu-devel@nongnu.org; Fri, 30 May 2008 08:20:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K23b8-0003qW-Ra for qemu-devel@nongnu.org; Fri, 30 May 2008 08:20:44 -0400 Received: from [199.232.76.173] (port=35829 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K23b8-0003qN-KW for qemu-devel@nongnu.org; Fri, 30 May 2008 08:20:42 -0400 Received: from wasp.net.au ([203.190.192.17]:38272) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K23b8-00083i-6u for qemu-devel@nongnu.org; Fri, 30 May 2008 08:20:42 -0400 Message-ID: <483FF110.7020604@wasp.net.au> Date: Fri, 30 May 2008 16:20:32 +0400 From: Brad Campbell MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Segfault installing Windows XP 32 Bit guest on Linux 64Bit host 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 (gdb) run Starting program: /home/brad/bin/qemu -fda /tmp/fd.img -hda /home/brad/qe= mu/xptest.img -cdrom=20 /raid3/isos/XP-corp-sp2.iso -localtime -m 256 -usb -usbdevice tablet -std= -vga -no-acpi -vnc :2 -boot=20 d -no-reboot -no-kqemu Failed to read a valid object file image from memory. [Thread debugging using libthread_db enabled] [New Thread 139849118447312 (LWP 9558)] [New Thread 1098533216 (LWP 9561)] Program received signal SIGUSR2, User defined signal 2. [Switching to Thread 139849118447312 (LWP 9558)] temp_save (s=3D0x3, temp=3D11050592, allocated_regs=3D16404) at /home/brad/src/qemu/tcg/tcg.c:1334 1334 ts =3D &s->temps[temp]; (gdb) bt #0 temp_save (s=3D0x3, temp=3D11050592, allocated_regs=3D16404) at /home/brad/src/qemu/tcg/tcg.c:1334 #1 0x00000000004defc2 in save_globals (s=3D0xa89e60, allocated_regs=3D16= 404) at /home/brad/src/qemu/tcg/tcg.c:1368 #2 0x00000000004dfd22 in tcg_reg_alloc_op (s=3D0xa89e60, def=3D0x687200,= opc=3D69, args=3D0xa7ecf8, dead_iargs=3D1) at /home/brad/src/qemu/tcg/tcg.c:15= 86 #3 0x00000000004ead88 in dyngen_code (s=3D0xa89e60, gen_code_buf=3D0x431640b0 "1?A\211>1?A\211v\004A\213v H\213?I\211?\2= 30") at /home/brad/src/qemu/tcg/tcg.c:1960 #4 0x000000000048ca51 in cpu_x86_gen_code (env=3D0xb07980, tb=3D0x7f3113= 9fdfe0, gen_code_size_ptr=3D0x7fff3107c6bc) at /home/brad/src/qemu/translate-all.c:121 #5 0x000000000048d1e2 in cpu_x86_exec (env1=3D0xa89e60) at /home/brad/src/qemu/cpu-exec.c:144 #6 0x000000000040f96c in main (argc=3D21, argv=3D0x0) at /home/brad/src/qemu/vl.c:7076 Does this mean anything to the tcg wizards ? Regards, Brad --=20 "Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so." -- Douglas Adams