qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "andrzej zaborowski" <balrogg@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Segfault installing Windows XP 32 Bit guest on Linux 64Bit host
Date: Fri, 30 May 2008 14:49:54 +0200	[thread overview]
Message-ID: <fb249edb0805300549s577f4258n865d91cfe5dc2088@mail.gmail.com> (raw)
In-Reply-To: <483FF110.7020604@wasp.net.au>

On 30/05/2008, Brad Campbell <brad@wasp.net.au> 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	other threads:[~2008-05-30 12:49 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-30 12:20 [Qemu-devel] Segfault installing Windows XP 32 Bit guest on Linux 64Bit host Brad Campbell
2008-05-30 12:49 ` andrzej zaborowski [this message]
2008-05-30 14:22   ` Brad Campbell
2008-05-30 14:26     ` Brad Campbell
2008-05-30 14:37     ` [Qemu-devel] VNC Segfault : was " Brad Campbell
2008-05-30 14:50       ` Anthony Liguori
2008-05-30 17:04         ` Brad Campbell
2008-05-30 17:48           ` Anthony Liguori
2008-05-30 18:06             ` Eduardo Felipe
2008-05-30 18:19               ` Anthony Liguori
2008-05-31  6:19               ` Brad Campbell
2008-05-31  6:21                 ` [PATCH] " Brad Campbell
2008-05-30 18:25             ` Brad Campbell
2008-05-30 18:42             ` Brad Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fb249edb0805300549s577f4258n865d91cfe5dc2088@mail.gmail.com \
    --to=balrogg@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).