From owner-freebsd-java@FreeBSD.ORG Sat Apr 8 10:01:22 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 1B6B016A401 for ; Sat, 8 Apr 2006 10:01:22 +0000 (UTC) (envelope-from mv@roq.com) Received: from p4.roq.com (ns1.ecoms.com [207.44.130.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC42043D53 for ; Sat, 8 Apr 2006 10:01:21 +0000 (GMT) (envelope-from mv@roq.com) Received: from p4.roq.com (localhost.roq.com [127.0.0.1]) by p4.roq.com (Postfix) with ESMTP id E38FD4CD08; Sat, 8 Apr 2006 10:02:03 +0000 (GMT) Received: from [192.168.0.6] (ppp157-158.static.internode.on.net [150.101.157.158]) by p4.roq.com (Postfix) with ESMTP id 034E54CCCC; Sat, 8 Apr 2006 10:02:02 +0000 (GMT) Message-ID: <443789F0.7070003@roq.com> Date: Sat, 08 Apr 2006 20:01:20 +1000 From: Michael Vince User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060213 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg Lewis References: <4435D900.2080003@roq.com> <20060407184232.GB41043@misty.eyesbeyond.com> In-Reply-To: <20060407184232.GB41043@misty.eyesbeyond.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-java@freebsd.org Subject: Re: Ideal Diablo 1.5 binaries platform 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: Sat, 08 Apr 2006 10:01:22 -0000 Greg Lewis wrote: >Hi Michael, > >On Fri, Apr 07, 2006 at 01:14:08PM +1000, Michael Vince wrote: > > >>I would like to say its great news to see Certified FreeBSD binaries for >>Java. Congratulations to all those at FreeBSD who made it happen. >> >>On the down side I have also been testing out the new binary Java with >>Tomcat 5.5.12 and have been easily able to crash it. >>Is there a recommend platform version of FreeBSD for using these new >>binaries? >>I tried on 6.0 release and it was worse then using 6-stable, I am still >>going to do more testing with my environment setups. >> >> > >The recommended versions are 5.4 or 6.0, depending on which binary you >grabbed. Those are the platforms the binaries was tested on. > >Can you please post the crash information? > > Yeah I will post some sometime soon, but they do all appear to be thread related. So far I have found that running 6-stable seems to work better and changing the threading libraries around I currently have this in my /etc/libmap.conf for using the older libc_r threading library and I have been benchmarking a Java servlet non stop for around 12 hours now and seems to be fine. I haven't really started testing on libthr yet but the libthr seems to work a lot better then the default pthread as well. [/usr/local/diablo-jdk1.5.0/] libpthread.so libc_r.so libpthread.so.2 libc_r.so.6 #libpthread.so.2 libthr.so.2 #libpthread.so libthr.so