From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNNrg-0000As-8U for qemu-devel@nongnu.org; Wed, 03 Apr 2013 09:36:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNNrb-00053l-Kt for qemu-devel@nongnu.org; Wed, 03 Apr 2013 09:36:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNNrb-00053b-Dc for qemu-devel@nongnu.org; Wed, 03 Apr 2013 09:36:31 -0400 Date: Wed, 3 Apr 2013 09:36:25 -0400 From: Luiz Capitulino Message-ID: <20130403093625.5bd51f0d@redhat.com> In-Reply-To: <515C2222.8080804@redhat.com> References: <1363701863-13004-1-git-send-email-kraxel@redhat.com> <1ba01d1f676845e458dba25a096bd1fa.squirrel@ssl.dlhnet.de> <515C2222.8080804@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] fix monitor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: amit.shah@redhat.com, Peter Lieven , qemu-devel@nongnu.org, anthony@codemonkey.ws, Markus Armbruster On Wed, 03 Apr 2013 14:35:46 +0200 Gerd Hoffmann wrote: > 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. Yes. Peter, can you please try my series and report if it really fixes the assertion for you? http://lists.gnu.org/archive/html/qemu-devel/2013-04/msg00369.html