From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2498 Path: news.gmane.org!not-for-mail From: ojab Newsgroups: gmane.linux.lib.musl.general Subject: Re: LLVM testsuite, close-stderr.ll hangs Date: Tue, 18 Dec 2012 10:37:05 +0400 Message-ID: <50D00F11.9080309@ojab.ru> References: <50CEFC0B.70307@ojab.ru> <20121217165829.GT20323@brightrain.aerifal.cx> <20121217172227.GU20323@brightrain.aerifal.cx> <50D0056A.4090303@ojab.ru> <20121218061401.GV20323@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1355812638 1125 80.91.229.3 (18 Dec 2012 06:37:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Dec 2012 06:37:18 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2499-gllmg-musl=m.gmane.org@lists.openwall.com Tue Dec 18 07:37:33 2012 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 1Tkqo1-0002j8-L0 for gllmg-musl@plane.gmane.org; Tue, 18 Dec 2012 07:37:33 +0100 Original-Received: (qmail 17730 invoked by uid 550); 18 Dec 2012 06:37:20 -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 17722 invoked from network); 18 Dec 2012 06:37:20 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=gMxgNtNFxwnuaQ1EyqTQkNN2n4VpWXRwGJWlDdvBepc=; b=UIrirZOBgqKvpq0VL0rbiQULOfbz9JAgvLnRTsV57rgGPK1KN17nufljlz9rXvKDoT pbobo4MzlyQ9C1p9MaOJ9R6SMuUNqNZY9HGZOy2zLrP0v+bp3pKhogI5JJH+h0c5Bie0 qzccCWDXWuO6AkF2gB4dZXAb9BNmfFFBja6w44pIh/7d3HFJCB6z/QbnPucKmNg0Sa1g A6MnU4CMscX772nFtiKqxVQEGQFffN0O67j5I3tFmtNiHlIaf3waRrP/NoOGIdYXOvzX +4QYSJyrex48JL1HlYKnHWFUzGYGyO61hmzUy7WV1pqN562tlsizV/+TMQrqL8pei2jv 88rw== X-Received: by 10.152.113.66 with SMTP id iw2mr820893lab.37.1355812628868; Mon, 17 Dec 2012 22:37:08 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Thunderbird/20.0a1 In-Reply-To: <20121218061401.GV20323@brightrain.aerifal.cx> X-Gm-Message-State: ALoCoQmEDuvOePQmmnr8sO1CxajeFq7ntlYw4BUkP08fhVIMj2lfrfev51Zhb1JCJK/oPmwxr196 Xref: news.gmane.org gmane.linux.lib.musl.general:2498 Archived-At: On 18.12.2012 10:14, Rich Felker wrote: > On Tue, Dec 18, 2012 at 09:55:54AM +0400, ojab wrote: > > I suspect there may be similar problems in more places than just this. > It definitely calls for a bug report. Calling exit from global dtors > is invalid (invokes undefined behavior). > > Rich > Filled http://llvm.org/bugs/show_bug.cgi?id=14630 //wbr ojab