From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPhgA-0005fk-T3 for qemu-devel@nongnu.org; Wed, 21 Jan 2009 13:19:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPhg9-0005f4-Ct for qemu-devel@nongnu.org; Wed, 21 Jan 2009 13:19:54 -0500 Received: from [199.232.76.173] (port=58915 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPhg9-0005ey-5z for qemu-devel@nongnu.org; Wed, 21 Jan 2009 13:19:53 -0500 Received: from smtp.eu.citrix.com ([62.200.22.115]:2477) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPhg8-00044c-Ry for qemu-devel@nongnu.org; Wed, 21 Jan 2009 13:19:53 -0500 Message-ID: <49776647.4090502@eu.citrix.com> Date: Wed, 21 Jan 2009 18:15:35 +0000 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: More displaystate fallout? References: <20090118231436.GA9565@saturn.kn-bremen.de> <20090120231248.GA13951@saturn.kn-bremen.de> <437083beafc472e92354fb05f211b149@iem.pw.edu.pl> <497714E4.5050206@eu.citrix.com> <49775F63.9020009@mail.berlios.de> In-Reply-To: <49775F63.9020009@mail.berlios.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Stefan Weil wrote: > Hi, > > maybe the bug is related to a similar one I got: > > Emulation of a system without VGA will crash while switching from > serial console to monitor. I got this crash with SDL and VNC displays. I don't think that the problem you are seeing is related to this one. I assume that you have manually applied this patch: http://lists.gnu.org/archive/html/qemu-devel/2009-01/msg01304.html because it has not been committed yet. > The crash is caused by a surface which is too small: your patch for > dumb terminals assumes 640 x 480 pixels, but the monitor is much > larger. So the allocated display data is too small. > I tried to reproduce the issue but so far I didn't get any crash: I am starting a VM with -vga none and switching from the monitor to the serial and back. So far is working correctly for me.