From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K25YW-0007Yd-0q for qemu-devel@nongnu.org; Fri, 30 May 2008 10:26:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K25YV-0007YR-Gc for qemu-devel@nongnu.org; Fri, 30 May 2008 10:26:07 -0400 Received: from [199.232.76.173] (port=54467 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K25YV-0007YO-CG for qemu-devel@nongnu.org; Fri, 30 May 2008 10:26:07 -0400 Received: from wasp.net.au ([203.190.192.17]:39021) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K25YU-0000Xs-U6 for qemu-devel@nongnu.org; Fri, 30 May 2008 10:26:07 -0400 Message-ID: <48400E79.40407@wasp.net.au> Date: Fri, 30 May 2008 18:26:01 +0400 From: Brad Campbell MIME-Version: 1.0 Subject: Re: [Qemu-devel] Segfault installing Windows XP 32 Bit guest on Linux 64Bit host References: <483FF110.7020604@wasp.net.au> <48400DB0.2080407@wasp.net.au> In-Reply-To: <48400DB0.2080407@wasp.net.au> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 Brad Campbell wrote: > andrzej zaborowski wrote: >> On 30/05/2008, Brad Campbell wrote: >>> (gdb) run >>> Starting program: /home/brad/bin/qemu -fda /tmp/fd.img -hda >>> /home/brad/qemu/xptest.img -cdrom /raid3/isos/XP-corp-sp2.iso >>> -localtime -m >>> 256 -usb -usbdevice tablet -std-vga -no-acpi -vnc :2 -boot 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. >> >> I'm afraid this is not the backtrace you want. You need to ignore >> SIGUSR2 and continue until the SIGSEGV: >> >> (gdb) handle SIGUSR2 nostop noprint pass >> (gdb) c >> (gdb) bt >> >> HTH > > Thanks Paul, that helped greatly! My sincerest apologies Andrzej, I'm not sure where my brain was when I wrote that! Brad -- "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