From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDdQC-0000Di-1j for qemu-devel@nongnu.org; Wed, 12 Feb 2014 12:16:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDdQ6-0001zf-4O for qemu-devel@nongnu.org; Wed, 12 Feb 2014 12:16:28 -0500 Received: from paradis.irqsave.net ([62.212.105.220]:49800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDdQ5-0001zY-RK for qemu-devel@nongnu.org; Wed, 12 Feb 2014 12:16:22 -0500 Date: Wed, 12 Feb 2014 18:16:21 +0100 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20140212171621.GA4225@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Open by references and close on exit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mreitz@redhat.com Hi Max, I have a crash when quorum open it's files by references and close them o= n exit: It seems that bdrv_close_all tries to close them a second time because th= ey are still registered in bdrv_states. Do you think you have the same problem with blkverify ? Should bdrv_open remove the bs from bdrv_states when opening by reference= in an additional patch ? Best regards Beno=EEt