From: b a <eisequalto2.718281828@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] segmentation fault with display mode 04h, 05h, or 0dh
Date: Tue, 17 Mar 2009 08:28:11 +0900 [thread overview]
Message-ID: <ab923860903161628m6712b805xe2fc2a9b841da751@mail.gmail.com> (raw)
[-- 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 --]
next reply other threads:[~2009-03-16 23:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-16 23:28 b a [this message]
2009-03-18 22:00 ` [Qemu-devel] segmentation fault with display mode 04h, 05h, or 0dh Robert Riebisch
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=ab923860903161628m6712b805xe2fc2a9b841da751@mail.gmail.com \
--to=eisequalto2.718281828@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).