Date: Wed, 6 Mar 2002 08:05:30 -0500 (EST) From: Daniel Eischen <eischen@pcnet1.pcnet.com> To: Martin Blapp <mb@imp.ch> 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: <Pine.GSO.4.10.10203060803470.25312-100000@pcnet1.pcnet.com> In-Reply-To: <20020306114738.V56721-100000@levais.imp.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
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 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?Pine.GSO.4.10.10203060803470.25312-100000>