From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvWWz-0004ZE-DJ for qemu-devel@nongnu.org; Mon, 22 Aug 2011 11:35:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvWWx-0006P8-8K for qemu-devel@nongnu.org; Mon, 22 Aug 2011 11:35:17 -0400 Received: from verein.lst.de ([213.95.11.211]:35718 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvWWw-0006Ow-Rh for qemu-devel@nongnu.org; Mon, 22 Aug 2011 11:35:15 -0400 Date: Mon, 22 Aug 2011 17:35:14 +0200 From: Christoph Hellwig Message-ID: <20110822153514.GA4749@lst.de> References: <20110821222547.GA22046@lst.de> <20110822145916.GS5792@us.ibm.com> <20110822151208.GB4130@lst.de> <20110822152911.GT5792@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110822152911.GT5792@us.ibm.com> Subject: Re: [Qemu-devel] [PATCH 0/3] better I/O accounting V2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ryan Harper Cc: Christoph Hellwig , qemu-devel@nongnu.org On Mon, Aug 22, 2011 at 10:29:11AM -0500, Ryan Harper wrote: > (gdb) frame 0 > #0 0x00000000004200c1 in bdrv_acct_done (bs=0x12310b0, cookie=0x1c68810) at /root/git/qemu/block_int.h:239 239 bs->nr_bytes[cookie->type] += cookie->bytes; > (gdb) p *cookie > $3 = {bytes = 72057589759737855, start_time_ns = 72057589759737855, type = 16777215} So it is indeed corrupted. I'll try to figure out how that could have happened.