From owner-freebsd-java@FreeBSD.ORG Wed Jul 5 19:19:40 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 0966D16A4E0 for ; Wed, 5 Jul 2006 19:19:40 +0000 (UTC) (envelope-from kurt@intricatesoftware.com) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6DF843D4C for ; Wed, 5 Jul 2006 19:19:37 +0000 (GMT) (envelope-from kurt@intricatesoftware.com) Received: from [172.16.1.72] (ool-457a77e8.dyn.optonline.net [69.122.119.232]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTP id <0J1Y006XA30VW1H0@mta1.srv.hcvlny.cv.net> for freebsd-java@freebsd.org; Wed, 05 Jul 2006 15:19:44 -0400 (EDT) Date: Wed, 05 Jul 2006 15:19:14 -0400 From: Kurt Miller In-reply-to: <1152124163.5324.13.camel@goat> To: freebsd-java@freebsd.org Message-id: <200607051519.14799.kurt@intricatesoftware.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-6 Content-transfer-encoding: 7BIT Content-disposition: inline References: <1152114576.5324.6.camel@goat> <200607051345.15212.lists@intricatesoftware.com> <1152124163.5324.13.camel@goat> User-Agent: KMail/1.9.3 Subject: Re: Nasty SIGBUS 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, 05 Jul 2006 19:19:40 -0000 On Wednesday 05 July 2006 2:29 pm, Garrett Heaver wrote: > Hi Kurt > > Building the jdk15 package right now to give it a try (as per Manfred's > suggestion). Will try the new diablo if no luck. Theres no port for the > update 7 though? Hi Garrett, Correct. Also just to clarify... the recently released diablo binaries contain all the corrections in the port version of the jdk plus a few new ones that need to get committed back to the port version. You won't see the SMP SIGBUS on the port version since that was a result of an multiprocessor optimization Sun did after the initial release of 1.5. Regards, -Kurt