On Wed, 6 Mar 2002, Martin Blapp wrote:
> 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__);
> + }
This loop is correct, like I've said twice before.
> 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.
Did you even try the patch I sent you to uthread_detach.c?
--
Dan Eischen
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message