From owner-freebsd-java@FreeBSD.ORG Wed Apr 12 02:38:42 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 2954D16A402 for ; Wed, 12 Apr 2006 02:38:42 +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 B7F0343D49 for ; Wed, 12 Apr 2006 02:38:41 +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 k3C2cekJ007147; Tue, 11 Apr 2006 22:38:40 -0400 (EDT) Date: Tue, 11 Apr 2006 22:38:40 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Daniel Engberg In-Reply-To: Message-ID: References: <443BAB15.6020802@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: Michael Vince , 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 02:38:42 -0000 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 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. -- DE