From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qrmia-0007yi-M0 for qemu-devel@nongnu.org; Fri, 12 Aug 2011 04:03:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrmiZ-00042Q-IZ for qemu-devel@nongnu.org; Fri, 12 Aug 2011 04:03:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrmiZ-000426-Ar for qemu-devel@nongnu.org; Fri, 12 Aug 2011 04:03:47 -0400 Message-ID: <4E44DF0F.30206@redhat.com> Date: Fri, 12 Aug 2011 10:06:39 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <20110811212715.GA28821@schlenkerla.am.freescale.net> In-Reply-To: <20110811212715.GA28821@schlenkerla.am.freescale.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qcow: initialize coroutine mutex List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Scott Wood Cc: qemu-devel@nongnu.org, Alexander Graf Am 11.08.2011 23:27, schrieb Scott Wood: > commit 52b8eb60132b27ad53476490e9d7579003390cfa added a mutex, > but never initialized it. This caused a segfault. > > Reported-by: Alexander Graf > Signed-off-by: Scott Wood Thanks, applied to the block branch. Kevin