From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9332 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: musl mips 64 help (fwd) Date: Tue, 16 Feb 2016 15:32:34 -0500 Message-ID: <20160216203234.GY9349@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1455654779 31101 80.91.229.3 (16 Feb 2016 20:32:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Feb 2016 20:32:59 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9345-gllmg-musl=m.gmane.org@lists.openwall.com Tue Feb 16 21:32:59 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aVmIs-0005h7-IT for gllmg-musl@m.gmane.org; Tue, 16 Feb 2016 21:32:58 +0100 Original-Received: (qmail 19872 invoked by uid 550); 16 Feb 2016 20:32:55 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 19796 invoked from network); 16 Feb 2016 20:32:48 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:9332 Archived-At: I'm forwarding this to the list in case anyone else has ideas: ----- Forwarded message from Mahesh Bodapati ----- Date: Tue, 16 Feb 2016 18:40:23 +0530 Message-ID: Subject: musl mips 64 help From: Mahesh Bodapati To: Rich Felker Hi Rich, We are getting FAIL with musl mips n64 dynamic build libraries and we didn’t see issue with musl mips n64 static build libraries. FAIL ./src/regression/pthread_cond-smasher.exe [status 1] $ gdb ./src/regression/pthread_cond-smasher.exe x136 settimeout(&ts); B+ x137 int ret = condition_timedwait(&cond_main, &mut[phase], &ts); x138 tell("main seeing %u threads in phase %u, %s\n", inside[phase], phase, errorstring(ret)); B+>x139 if (ret) { x140 t_error("main thread in phase %u (%u threads inside), finished waiting: %s\n", phase, inside[phase], errorstring(ret)); x141 return t_status; x142 } x143 } (gdb) p ret *$1 = 145* (gdb) n *(gdb) n* *src/regression/pthread_cond-smasher.c:140: main thread in phase 0 (0 threads inside), finished waiting: Operation timed out* (gdb) What may be the cause for getting timeout with dynamic build which is passing with static build. ----- End forwarded message -----