From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVpuE-0002CM-Dw for qemu-devel@nongnu.org; Tue, 28 Jul 2009 12:52:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVpuC-0002AJ-9K for qemu-devel@nongnu.org; Tue, 28 Jul 2009 12:52:01 -0400 Received: from [199.232.76.173] (port=43728 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVpuB-00029l-Vv for qemu-devel@nongnu.org; Tue, 28 Jul 2009 12:52:00 -0400 Received: from mx2.redhat.com ([66.187.237.31]:56908) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVpu6-00061N-Su for qemu-devel@nongnu.org; Tue, 28 Jul 2009 12:51:57 -0400 Date: Tue, 28 Jul 2009 13:51:45 -0300 From: Luiz Capitulino Subject: Re: [Qemu-devel] SDL window Resize Crash Message-ID: <20090728135145.227408a5@doriath> In-Reply-To: References: <200907271016.23581.stephend@xandros.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: Stephen Depooter , qemu-devel@nongnu.org On Tue, 28 Jul 2009 09:39:14 +0300 Blue Swirl wrote: > On Mon, Jul 27, 2009 at 5:16 PM, Stephen Depooter w= rote: > > > > Working with qemu from the stable-0.11 branch, I have seen a crash when= trying > > to resize the SDL qemu window smaller. > > > > Resizing the window larger "just" causes video corruption. > > > > This is with qemu-system-arm using the versatilepb board. =C2=A0However= I suspect > > the bug is in the common SDL code. >=20 > Looks like it's the same problem I fixed with Sparc32 TCX. Would this > patch fix the bug? I've got a similar problem and reported it on launchpad: https://bugs.launchpad.net/qemu/+bug/397572 As Stephen says, I also think this is on SDL code. It's very easy to reproduce btw: 1. Start QEMU in pause mode, for example: $ qemu-system-x86_64 -hda fedora11.img -boot c -S 2. Switch to the Monitor Ctrl+Alt+2 3. Type 'help' (qemu) help 4. Using the mouse, try to resize the screen. QEMU will crash