From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6384 Path: news.gmane.org!not-for-mail From: =?gbk?Q?=BB=C6=BD=A8=D6=D2?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl pthread/tls issue. Date: Wed, 22 Oct 2014 15:17:32 +0800 Message-ID: <54475A0C.7030307@i-soft.com.cn> References: <54474F9D.3090306@i-soft.com.cn> <544757EF.8010006@gentoo.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=gbk; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1413962284 19504 80.91.229.3 (22 Oct 2014 07:18:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2014 07:18:04 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6397-gllmg-musl=m.gmane.org@lists.openwall.com Wed Oct 22 09:17:57 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1XgqBA-0000NS-T2 for gllmg-musl@plane.gmane.org; Wed, 22 Oct 2014 09:17:57 +0200 Original-Received: (qmail 15635 invoked by uid 550); 22 Oct 2014 07:17:55 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 15624 invoked from network); 22 Oct 2014 07:17:54 -0000 X-QQ-mid: bizesmtp4t1413962255t226t171 X-QQ-SSF: 00400000002000F0F312B00A0000000 X-QQ-FEAT: areixqT/PtgGGW4vYhBeacbYUGTpldD6UdRx3qvIay9OZfZRVD9mfaeG3gFYn 8cC5TBLwV6yxirD/wXKsx+hrCjDrhwHRcUgX0oRSn18jmP3Zyj6E9xVinQaEYdugn1ueG19 lfOWGLz8qLzl5pEx0ylnT1ow2lw70uQOMRmCIRFj5Yhh2R32r6YOESUrybQfvERXvFZvpfO OKRZBzvaCt9MWQ9ZaP5SN X-QQ-GoodBg: 2 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <544757EF.8010006@gentoo.org> X-QQ-SENDSIZE: 520 X-QQ-Bgrelay: 1 Xref: news.gmane.org gmane.linux.lib.musl.general:6384 Archived-At: I had two bootable enviroment of the same source repos except the libc, It works well under glibc and as I said sometimes works sometimes not under Musl Libc, not always segfault but very easy to trigger. 于 2014年10月22日 15:08, Luca Barbato 写道: > On 22/10/14 08:33, 黄建忠 wrote: >> That's to say, there must be a problem exist in musl pthread/tls >> implementation and can be triggered under certain circumstances. Please >> help to solve it. > trying if the condition happens on glibc with the same codepath might help. > > lu > -- Huang JianZhong