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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to