From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AxYDo-0002eA-Sa for qemu-devel@nongnu.org; Sun, 29 Feb 2004 16:11:36 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AxYDI-0002SX-JU for qemu-devel@nongnu.org; Sun, 29 Feb 2004 16:11:35 -0500 Received: from [209.123.232.253] (helo=zero.voxel.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AxYDI-0002RO-3I for qemu-devel@nongnu.org; Sun, 29 Feb 2004 16:11:04 -0500 Received: from dsdk12.net (alb-24-195-230-60.nycap.rr.com [24.195.230.60]) by zero.voxel.net (Postfix) with ESMTP id 3CCDB267D37 for ; Sun, 29 Feb 2004 16:11:00 -0500 (EST) Message-ID: <40425548.6000500@dsdk12.net> Date: Sun, 29 Feb 2004 16:10:32 -0500 From: Derrik Pates MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] More playing with Win2k Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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