qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Segfault installing Windows XP 32 Bit guest on Linux 64


From: Brad Campbell
Subject: Re: [Qemu-devel] Segfault installing Windows XP 32 Bit guest on Linux 64Bit host
Date: Fri, 30 May 2008 18:26:01 +0400
User-agent: Thunderbird 2.0.0.14 (X11/20080505)

Brad Campbell wrote:
andrzej zaborowski wrote:
On 30/05/2008, Brad Campbell <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]