From owner-freebsd-hackers Wed Mar 6 3: 0:44 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id B0CD537B41A; Wed, 6 Mar 2002 03:00:38 -0800 (PST) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.6/8.11.6) with ESMTP id g26B0o070484; Wed, 6 Mar 2002 12:00:50 +0100 (CET) Date: Wed, 6 Mar 2002 12:02:16 +0100 (CET) From: Martin Blapp To: , , , Subject: Sun idlc broken with our libc_r [Please help] Message-ID: <20020306114738.V56721-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, Rev. 1.20 of src/lib/libc_r/uthread/uthread_join.c still breaks Openoffice build. During the build, the idl compiler from sun just hangs, and stays there in the endless loop. + while (_thread_run->join_status.thread == pthread) { + /* Schedule the next thread: */ + _thread_kern_sched_state(PS_JOIN, __FILE__, __LINE__); + } The same idlc code works fine in Solaris, Linux, and NetBSD (they do not have threads). So it is definitly a FreeBSD libc_r bug. I cannot finish and deliver a working Openoffice port if this does not get fixed for some part :-(( I'm very happy if you have more clues than I have. To build openoffice: cd /usr/ports/editors/openoffice and see the build hanging. Martin Martin Blapp, ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message