From owner-freebsd-java@FreeBSD.ORG Wed Apr 12 02:47:24 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 961E716A405; Wed, 12 Apr 2006 02:47:24 +0000 (UTC) (envelope-from mv@thebeastie.org) Received: from p4.roq.com (ns1.ecoms.com [207.44.130.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 432FB43D48; Wed, 12 Apr 2006 02:47:24 +0000 (GMT) (envelope-from mv@thebeastie.org) Received: from p4.roq.com (localhost.roq.com [127.0.0.1]) by p4.roq.com (Postfix) with ESMTP id 42F914CDDA; Wed, 12 Apr 2006 02:48:15 +0000 (GMT) Received: from [192.168.46.101] (ppp166-27.static.internode.on.net [150.101.166.27]) by p4.roq.com (Postfix) with ESMTP id 0C2284CE26; Wed, 12 Apr 2006 02:48:13 +0000 (GMT) Message-ID: <443C6A38.5090609@thebeastie.org> Date: Wed, 12 Apr 2006 12:47:20 +1000 From: Michael Vince User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.12) Gecko/20060216 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Eischen References: <443BAB15.6020802@thebeastie.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP 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 List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Apr 2006 02:47:24 -0000 Daniel Eischen wrote: > On Wed, 12 Apr 2006, Daniel Engberg wrote: > >> On 4/11/06, Michael Vince wrote: >> >>> Daniel Engberg wrote: >>> >>>> Hi, >>>> >>>> First of all I want to thank all who ported and made it possible to >>>> release Java 1.5 as binaries, it's really appreciated. Unfortunately >>>> Diablo JRE seems to have some issues with Azureus (Azureus2403-BX >>>> (I've tried several builds)), everything is fine until should be >>>> downloading pieces. Azureus doesn't report (console mode) any errors >>>> but nothing happens after you've connected to seeders and peers. >>>> Unfortunately I have no idea where start so any confirmation of this >>>> behaviour or troubleshooting hints would be helpful. >>>> The machine is running FreeBSD 6.0-STABLE #2: Thu Jan 26 18:56:33 CET >>>> 2006 and JRE version of diablo-1.5.0_06-b00 >>>> //Daniel Engberg >>>> _______________________________________________ >>>> >>>> >>> As far as I know there are threading issues with pthread and diablo try >>> using libc_r, put this in your /etc/libmap.conf file >> >That was all I needed to get it going, thanks. >You might want to add this to the download page. >//Daniel Engberg > > 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. Mike