From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USoQ3-0000mk-2Z for qemu-devel@nongnu.org; Thu, 18 Apr 2013 08:58:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USoM3-0004sn-CF for qemu-devel@nongnu.org; Thu, 18 Apr 2013 08:54:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USoM2-0004sJ-UV for qemu-devel@nongnu.org; Thu, 18 Apr 2013 08:54:23 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3ICsLxK004540 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 18 Apr 2013 08:54:21 -0400 Message-ID: <516FECFB.9060104@redhat.com> Date: Thu, 18 Apr 2013 14:54:19 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1366110642-22095-1-git-send-email-pbonzini@redhat.com> <516D3483.8080804@redhat.com> <516E49E7.9040901@redhat.com> <516E76A5.7020406@redhat.com> <516F8F50.3040301@redhat.com> <516FE943.1010106@redhat.com> In-Reply-To: <516FE943.1010106@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] another round of qemu-char fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Amit Shah , qemu-devel Hi, > Hmm, this seems to be recursive locking. It sounded unlikely, but then > googling for "glib gsource finalize unlock" led to this: > https://mail.gnome.org/archives/commits-list/2010-November/msg01816.html > If this is RHEL6, you or Amit should file > a bug. Yes, it's RHEL-6. Filed bug #953551. Hmm, requiring a patched glib2 isn't ideal. Is there some easy workaround? Should we raise the minimum glib2 version? cheers, Gerd