[533] in Pthreads mailing list archive
I may be wrong (Re: wait on a file descriptor and a condition variable)
daemon@ATHENA.MIT.EDU (Seiki Shibata)
Wed Nov 27 06:36:49 1996
From: Seiki Shibata <seiki@flab.fujitsu.co.jp>
To: proven@cygnus.com
Cc: pthreads@MIT.EDU
Reply-To: seiki@akashi.flab.fujitsu.co.jp
In-Reply-To: Your message of Wed, 27 Nov 1996 00:37:10 -0500.
<199611270537.AAA03190@qed.proven.org>
Date: Wed, 27 Nov 1996 20:22:24 +0900
I'm very sorry, Proven. I may be wrong.
I tried to reproduce the situation restoring old codes, but I couldn't.
I guess it may be LD related problem. I updated my LD a few day
ago. The new version of LD links objects from static library even if I
specify to do dynamic linking. This cause a mixture of different
version of codes (MT-safe and unsafe). So I had to remove old or
MT-unsafe static libraries. But I can't figure out the cause precisely
(I'm using Linux 2.0.24, ld 2.7.0.3 and libc-5.4.7.)
In addtion to these mess, I misunderstood how pthread-kernel works.
Now I know these two threads can live together.
Thanks a lot.
--
SHIBATA Seiki (seiki@flab.fujitsu.co.jp)