From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWu2V-0000yy-Ft for qemu-devel@nongnu.org; Fri, 31 Jul 2009 11:28:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWu2Q-0000wY-SK for qemu-devel@nongnu.org; Fri, 31 Jul 2009 11:28:58 -0400 Received: from [199.232.76.173] (port=57582 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWu2Q-0000wR-D3 for qemu-devel@nongnu.org; Fri, 31 Jul 2009 11:28:54 -0400 Received: from mail-ew0-f210.google.com ([209.85.219.210]:65520) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWu2Q-0007TU-2w for qemu-devel@nongnu.org; Fri, 31 Jul 2009 11:28:54 -0400 Received: by ewy6 with SMTP id 6so1580123ewy.34 for ; Fri, 31 Jul 2009 08:28:52 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20090731114648.6341ef30@doriath> References: <20090731114648.6341ef30@doriath> Date: Fri, 31 Jul 2009 17:28:52 +0200 Message-ID: <5b31733c0907310828q4c84f02bk6a55f88ad338c492@mail.gmail.com> Subject: Re: [Qemu-devel] SDL zooming segfault From: Filip Navara Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org, stefano.stabellini@eu.citrix.com On Fri, Jul 31, 2009 at 4:46 PM, Luiz Capitulino wr= ote: > > =A0Hi Stefano, > > =A0I'm getting a segfault when trying to resize my SDL window, this > happens on qemu upstream and qemu-kvm. > > =A0To be sure that it wasn't added after the initial code was introduced, > I ran 'git bisect', but it says that the problem was introduced by > c18a2c360e3100bbd71162cf922dcd8c429a8b71 (the initial code). > > =A0I can reproduce it very easily by doing: > > 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 > JFYI, resizing the main QEMU window on Win64 host causes the segfault as well. I didn't have time to analyze it yet, but if any details are needed I'd be happy to provide them. Best regards, Filip Navara