From: Derrik Pates <dpates@dsdk12.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] More playing with Win2k
Date: Sun, 29 Feb 2004 16:10:32 -0500 [thread overview]
Message-ID: <40425548.6000500@dsdk12.net> (raw)
After trying to run it again with cores enabled, and tracing through the
new core, it seems to be SEGVing in a different place, but with a
strangely similar behavior. This time it died as follows:
#0 0x1000d484 in vga_update_display () at /misc/tmp/qemu/vga.c:1553
1553 if (s->ds->depth == 0) {
(gdb) bt
#0 0x1000d484 in vga_update_display () at /misc/tmp/qemu/vga.c:1553
#1 0x10011fe0 in sdl_refresh (ds=0x100794cc) at /misc/tmp/qemu/sdl.c:212
#2 0x10006b60 in main_loop (opaque=0x102090f8) at /misc/tmp/qemu/vl.c:3097
#3 0x100075b4 in main (argc=268763136, argv=0x7ffff2a0)
at /misc/tmp/qemu/vl.c:3619
(gdb) print s
$1 = (VGAState *) 0x102090f8
(gdb) print s->ds
$2 = (DisplayState *) 0xff00aa55
Strangely, the last time I ran it, all the members of the ide_table[]
array in ide.c got scribbled over with that same valie (0xff00aa55). It
dies in different places, but with a common outcome. Any ideas how I
could nail this problem down?
--
Derrik Pates
dpates@dsdk12.net
reply other threads:[~2004-02-29 21:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=40425548.6000500@dsdk12.net \
--to=dpates@dsdk12.net \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.