From owner-freebsd-hackers Wed Mar 6 8:38:50 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 791E437B419; Wed, 6 Mar 2002 08:38:45 -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 g26Gcq050702; Wed, 6 Mar 2002 17:38:52 +0100 (CET) Date: Wed, 6 Mar 2002 17:40:18 +0100 (CET) From: Martin Blapp To: Daniel Eischen Cc: , , , Subject: Re: Sun idlc broken with our libc_r [Please help] In-Reply-To: Message-ID: <20020306171848.W56721-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 Daniel, Unfortunatly the patch doesn't work ... ============= Building project udkapi ============= /usr/ports/editors/openoffice-work/work/oo_641c_src/udkapi/com/sun/star/lang mkout -- version: 1.3 idlc @/var/tmp/mk2H0dIj idlc: compile 'ArrayIndexOutOfBoundsException.idl' ... and there it hangs ... > Did you even try the patch I sent you to uthread_detach.c? > >Index: uthread/uthread_detach.c >=================================================================== >RCS file: /opt/d/CVS/src/lib/libc_r/uthread/uthread_detach.c,v >retrieving revision 1.16 >diff -u -r1.16 uthread_detach.c >--- uthread/uthread_detach.c 20 May 2001 23:08:32 -0000 1.16 >+++ uthread/uthread_detach.c 27 Feb 2002 04:57:39 -0000 >@@ -67,6 +67,8 @@ > > /* Set the return value for the woken thread: */ > joiner->error = ESRCH; >+ pthread->join_status.error = 0; >+ pthread->join_status.thread = NULL; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message