From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47670 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrSvl-00020q-FJ for qemu-devel@nongnu.org; Mon, 21 Feb 2011 05:23:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrSvi-0005KW-PN for qemu-devel@nongnu.org; Mon, 21 Feb 2011 05:23:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrSvi-0005KJ-Ej for qemu-devel@nongnu.org; Mon, 21 Feb 2011 05:23:46 -0500 Message-ID: <4D623D2F.8010306@redhat.com> Date: Mon, 21 Feb 2011 11:23:43 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1298277820-8817-1-git-send-email-pbonzini@redhat.com> <1298277820-8817-8-git-send-email-pbonzini@redhat.com> <4D623556.7050204@siemens.com> <4D623B4B.8020306@redhat.com> <4D623CE1.6020107@siemens.com> In-Reply-To: <4D623CE1.6020107@siemens.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 07/21] add assertions on the owner of a QemuMutex List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: "qemu-devel@nongnu.org" On 02/21/2011 11:22 AM, Jan Kiszka wrote: > That's easy, "p" will tell (the structure contains the > owner's tid). > > And for debugging invalid mutex_unlock calls, it's more interesting to > track the call path of that thread which incorrectly claimed to hold the > lock. Ok, will remove. Paolo