From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eK5Np-0007MY-79 for qemu-devel@nongnu.org; Wed, 29 Nov 2017 11:38:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eK5Nl-0003WK-8a for qemu-devel@nongnu.org; Wed, 29 Nov 2017 11:38:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45232) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eK5Nl-0003VZ-2d for qemu-devel@nongnu.org; Wed, 29 Nov 2017 11:38:45 -0500 References: <20171128044656.10592-1-linzhecheng@huawei.com> <33183CC9F5247A488A2544077AF19020DA4A9A07@DGGEMA505-MBS.china.huawei.com> From: Paolo Bonzini Message-ID: <2d6d0a12-9eb8-0948-4dc5-f84ad9070cc0@redhat.com> Date: Wed, 29 Nov 2017 17:38:37 +0100 MIME-Version: 1.0 In-Reply-To: <33183CC9F5247A488A2544077AF19020DA4A9A07@DGGEMA505-MBS.china.huawei.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4] thread: move detach_thread from creating thread to created thread List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gonglei (Arei)" , Eric Blake , linzhecheng , "qemu-devel@nongnu.org" Cc: "famz@redhat.com" , "wangxin (U)" On 29/11/2017 17:28, Gonglei (Arei) wrote: >>> The root cause of this problem is a bug of glibc(version 2.17,the latest version >> has the same bug), >>> let's see what happened in glibc's code. >> Have you reported this bug to the glibc folks, and if so, can we include >> a URL to the glibc bugzilla? >> > No, we didn't do that yet. :( It's here: https://sourceware.org/bugzilla/show_bug.cgi?id=19951. I've added a note to the commit message. Paolo