From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGPQv-0005gq-BY for qemu-devel@nongnu.org; Mon, 02 Sep 2013 04:24:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGPQp-00056W-Cf for qemu-devel@nongnu.org; Mon, 02 Sep 2013 04:24:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGPQp-00056P-4d for qemu-devel@nongnu.org; Mon, 02 Sep 2013 04:24:19 -0400 Date: Mon, 2 Sep 2013 10:24:20 +0200 From: Kevin Wolf Message-ID: <20130902082419.GB3423@dhcp-200-207.str.redhat.com> References: <1377873051-18981-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 00/26] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel Am 30.08.2013 um 19:14 hat Anthony Liguori geschrieben: > This pull request breaks make check, qemu-system-i386 segvs when > running qtest. bisect blames the following commit. I confirmed this > commit introduces the breakage too. > > commit 19abade25242079f4b5582de17b2302fe185be2b > Author: Max Reitz > Date: Fri Aug 30 14:34:29 2013 +0200 > > qcow2-refcount: Repair shared refcount blocks > > If the refcount of a refcount block is greater than one, we can at least > try to repair that problem by duplicating the affected block. > > Signed-off-by: Max Reitz > Signed-off-by: Kevin Wolf Sorry, seems I messed up here. The shell history shows that I did run 'make check', but somehow the failure must have escaped my attention (it's not an assertion failure and we do have some noise in successful runs, maybe that's why) The other test case that could have caught it (qemu-iotests 026) has been broken for ages, and we need to finally fix it. Thanks for catching this, Anthony. I'll send a v2. Kevin