This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [Q] can't build libgcj on Solaris 2.6


Tom Tromey wrote:

> The initial patch was just wrong.  I checked in a fixed version.  Can
> you try it?  I don't remember if Solaris has recursive mutexes or not.
> Does it?

Unfortunately the patch doesn't fix my wait/nofify problem. The problem
still remains that "pthread_cond_waiting"-threads aren't awakened when
they are notified. I checked if one return value of either
_Jv_PthreadCheckMonitor or pthread_cond_signal in _Jv_CondNotify is an
error code, but they are both ok. Can someone give me a hint where I 
can continue debugging?

I looked into Solaris Answerbook and it seems that Solaris does indeed 
have recursive mutexes.

Jörg

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]