From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWtOZ-0005O9-QR for qemu-devel@nongnu.org; Fri, 31 Jul 2009 10:47:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWtOV-0005HC-9F for qemu-devel@nongnu.org; Fri, 31 Jul 2009 10:47:43 -0400 Received: from [199.232.76.173] (port=33824 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWtOU-0005Gc-Tf for qemu-devel@nongnu.org; Fri, 31 Jul 2009 10:47:38 -0400 Received: from mx2.redhat.com ([66.187.237.31]:48147) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWtOU-0007dK-2n for qemu-devel@nongnu.org; Fri, 31 Jul 2009 10:47:38 -0400 Date: Fri, 31 Jul 2009 11:46:48 -0300 From: Luiz Capitulino Message-ID: <20090731114648.6341ef30@doriath> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] SDL zooming segfault List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: stefano.stabellini@eu.citrix.com Cc: qemu-devel@nongnu.org Hi Stefano, I'm getting a segfault when trying to resize my SDL window, this happens on qemu upstream and qemu-kvm. To 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). I 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