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 <mre...@redhat.com> > 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 <mre...@redhat.com> > Signed-off-by: Kevin Wolf <kw...@redhat.com>
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