Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2002 17:40:18 +0100 (CET)
From:      Martin Blapp <mb@imp.ch>
To:        Daniel Eischen <eischen@pcnet1.pcnet.com>
Cc:        <deischen@freebsd.org>, <rittle@labs.mot.com>, <alfred@freebsd.org>, <hackers@freebsd.org>
Subject:   Re: Sun idlc broken with our libc_r [Please help]
Message-ID:  <20020306171848.W56721-100000@levais.imp.ch>
In-Reply-To: <Pine.GSO.4.10.10203060803470.25312-100000@pcnet1.pcnet.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020306171848.W56721-100000>