From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoKzn-0001G4-Nd for qemu-devel@nongnu.org; Thu, 17 Sep 2009 13:42:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoKzj-0001Fs-0W for qemu-devel@nongnu.org; Thu, 17 Sep 2009 13:42:15 -0400 Received: from [199.232.76.173] (port=55462 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoKzi-0001Fp-Uh for qemu-devel@nongnu.org; Thu, 17 Sep 2009 13:42:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17258) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MoKzi-0006JY-DS for qemu-devel@nongnu.org; Thu, 17 Sep 2009 13:42:10 -0400 Date: Thu, 17 Sep 2009 14:41:59 -0300 From: Luiz Capitulino Subject: Re: [Qemu-devel] [BUG] Migration segfaults Message-ID: <20090917144159.5578b3f4@doriath> In-Reply-To: <7D6C4BFE-0DBA-4755-921D-BD34279CA92D@irisa.fr> References: <200909111831.n8BIVER1023510@d01av03.pok.ibm.com> <7D6C4BFE-0DBA-4755-921D-BD34279CA92D@irisa.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pierre Riteau Cc: Anthony@gnu.org, Liguori , qemu-devel@nongnu.org, Juan Quintela On Thu, 17 Sep 2009 17:05:17 +0200 Pierre Riteau wrote: > The commit 7e72abc382b700a72549e8147bdea413534eeedc (vmstate: port > cirrus_vga device) appears to break migration for me. > I'm migrating a Debian Lenny with 128 MB of RAM, and it segfaults at > the end of the migration. > > The following backtrace was acquired with the current HEAD > (b348113d2161a339780e2d9e0479b1f9a53c6cbc). I'm also getting a migration problem with current HEAD: right when the migration process finishes the destination guest reboots. Reverting the above commit doesn't fix the problem, though. Also, it's been hard to 'bisect' it because: 1. doesn't appear to be caused by a recent commit 2. taking too old 'good' commits makes 'bisect' hit all recent migration bugs So, not sure what to do here... Maybe I'll go over committed series manually.