* [Qemu-devel] segmentation fault with display mode 04h, 05h, or 0dh
@ 2009-03-16 23:28 b a
2009-03-18 22:00 ` Robert Riebisch
0 siblings, 1 reply; 2+ messages in thread
From: b a @ 2009-03-16 23:28 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 404 bytes --]
Hi,
current svn version of qemu crashes with a segmentation fault
when changing the display mode to 04h, 05h, or 0dh (these
are 320x200 modes). This can be fixed tentatively by adding
if (width == 320 && height == 400) width = 640;
to line 95 of sdl.c (the top of do_sdl_resize()).
I'm new to qemu, and I don't know which code sets width
and height to 320 and 400. Any idea?
Thanks,
Masashi Kiyomi
[-- Attachment #2: Type: text/html, Size: 463 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-18 22:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-16 23:28 [Qemu-devel] segmentation fault with display mode 04h, 05h, or 0dh b a
2009-03-18 22:00 ` Robert Riebisch
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).