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: andrzej zaborowski
Subject: Re: [Qemu-devel] Segfault installing Windows XP 32 Bit guest on Linux 64Bit host
Date: Fri, 30 May 2008 14:49:54 +0200

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
-- 
Please do not print this email unless absolutely necessary. Spread
environmental awareness.




reply via email to

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