Azureus 2.4.0.3 and Diablo JRE 1.5.0.06.00

Daniel Eischen deischen at freebsd.org
Wed Apr 12 12:57:04 UTC 2006


On Wed, 12 Apr 2006, Michael Vince wrote:

> Daniel Eischen wrote:
>
>> No, it's not libpthread; it's a bug in the JVM.  See other emails
>> regarding this issue.  The work-around is to use -XX:+UseMembar
>> as an option to java.
>> 
> Will changing to libc_r threading library worked for him, how do you explain 
> that its not a threading issue if you can change the threading library and it 
> works.

Go see the archives.  libc_r is a user-space threads library and
isn't multi-CPU.  They are completely different libraries with
different run-time characteristics.  Libpthread and libthr are
likely to trigger other bugs that libc_r can't.

-- 
DE


More information about the freebsd-java mailing list