On Fri, 5 Jan 2001, The Hermit Hacker wrote:
>
> morning all ...
>
> running 5.0-CURRENT here, and found the other day that mcopidl
> started to segfault the other day in kdelibs (from CVS) ... this evening,
> someone brought up the possibility that its a threading issue, and
> suggested taking -pthread out of the compile to see if it fixes it ... it
> did.
>
> are there any known problems with -pthread in 5.0-CURRENT right
> now? anything I can do to debug it (a gdb trace of the core file shows
> zip) ...
Yeah, threaded C++ apps that make use of libstdc++ are borken in
both -current and -stable. See the stable mailing list and search
for C++ and/or mozilla. You can probably get around the problem
by explicitly linking with -lgcc_r.
--
Dan Eischen
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message