From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVuRm-0000Cp-A3 for qemu-devel@nongnu.org; Tue, 28 Jul 2009 17:42:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVuRh-00005c-T0 for qemu-devel@nongnu.org; Tue, 28 Jul 2009 17:42:57 -0400 Received: from [199.232.76.173] (port=38794 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVuRh-00005Q-H7 for qemu-devel@nongnu.org; Tue, 28 Jul 2009 17:42:53 -0400 Received: from ottmail.xandros.com ([142.46.212.35]:44832) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MVuRh-0004it-2i for qemu-devel@nongnu.org; Tue, 28 Jul 2009 17:42:53 -0400 Received: from ottmail.xandros.com (localhost [127.0.0.1]) by ottmail.xandros.com (8.13.8/8.13.8/Debian-3) with ESMTP id n6SLgpD0029451 for ; Tue, 28 Jul 2009 17:42:51 -0400 Date: Tue, 28 Jul 2009 17:42:49 -0400 From: Stephen Depooter Message-ID: <200907281742.49615.stephend@xandros.com> Subject: Re: [Qemu-devel] SDL window Resize Crash MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tuesday 28 July 2009 02:39:14 am Blue Swirl wrote: > On Mon, Jul 27, 2009 at 5:16 PM, Stephen Depooter= =20 wrote: > > Working with qemu from the stable-0.11 branch, I have seen a crash wh= en > > 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. =A0However I= > > suspect the bug is in the common SDL code. > > Looks like it's the same problem I fixed with Sparc32 TCX. Would this > patch fix the bug? Looks good. This fixes the crash and the video corruption. --=20 Stephen Depooter