qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] segmentation fault with display mode 04h, 05h, or 0dh


From: b a
Subject: [Qemu-devel] segmentation fault with display mode 04h, 05h, or 0dh
Date: Tue, 17 Mar 2009 08:28:11 +0900

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

reply via email to

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