From owner-freebsd-java@FreeBSD.ORG Wed Apr 12 12:57:04 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D646016A405 for ; Wed, 12 Apr 2006 12:57:04 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD25743D67 for ; Wed, 12 Apr 2006 12:57:01 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.6/8.13.6/NETPLEX) with ESMTP id k3CCv0En019180; Wed, 12 Apr 2006 08:57:00 -0400 (EDT) Date: Wed, 12 Apr 2006 08:57:00 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Michael Vince In-Reply-To: <443C6A38.5090609@thebeastie.org> Message-ID: References: <443BAB15.6020802@thebeastie.org> <443C6A38.5090609@thebeastie.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: Daniel Engberg , freebsd-java@freebsd.org Subject: Re: Azureus 2.4.0.3 and Diablo JRE 1.5.0.06.00 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Apr 2006 12:57:04 -0000 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