From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNMv1-0000v2-3S for qemu-devel@nongnu.org; Wed, 03 Apr 2013 08:36:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNMuw-0000Dh-GE for qemu-devel@nongnu.org; Wed, 03 Apr 2013 08:35:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNMuv-0000CS-T0 for qemu-devel@nongnu.org; Wed, 03 Apr 2013 08:35:54 -0400 Message-ID: <515C2222.8080804@redhat.com> Date: Wed, 03 Apr 2013 14:35:46 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1363701863-13004-1-git-send-email-kraxel@redhat.com> <1ba01d1f676845e458dba25a096bd1fa.squirrel@ssl.dlhnet.de> In-Reply-To: <1ba01d1f676845e458dba25a096bd1fa.squirrel@ssl.dlhnet.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] fix monitor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: amit.shah@redhat.com, Luiz Capitulino , qemu-devel@nongnu.org, anthony@codemonkey.ws, Markus Armbruster On 04/03/13 14:17, Peter Lieven wrote: > Hi Gerd, > > I today saw this assert when live migrating a VM. Is this related? The > below patch was already applied. > > qemu-1.4.5: /usr/src/qemu-1.4.5/monitor.c:297: monitor_puts: Assertion > `mon->outbuf_index < sizeof(mon->outbuf) - 1' failed. Probably, patches (from luiz) are on the list to make the monitor buffer size dynamic, they should fix it. cheers, Gerd