From owner-freebsd-java@FreeBSD.ORG Wed Jul 5 17:45:45 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 4A77216A4E9 for ; Wed, 5 Jul 2006 17:45:45 +0000 (UTC) (envelope-from lists@intricatesoftware.com) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.4.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id F051B43D4C for ; Wed, 5 Jul 2006 17:45:44 +0000 (GMT) (envelope-from lists@intricatesoftware.com) Received: from [172.16.1.72] (ool-457a77e8.dyn.optonline.net [69.122.119.232]) by mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTP id <0J1X00E0SYNFSM00@mta2.srv.hcvlny.cv.net> for freebsd-java@freebsd.org; Wed, 05 Jul 2006 13:45:15 -0400 (EDT) Date: Wed, 05 Jul 2006 13:45:15 -0400 From: Kurt Miller In-reply-to: <1152114576.5324.6.camel@goat> To: freebsd-java@freebsd.org Message-id: <200607051345.15212.lists@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> User-Agent: KMail/1.9.3 Cc: Garrett Heaver Subject: Re: Nasty SIGBUS X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kurt@intricatesoftware.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 17:45:45 -0000 On Wednesday 05 July 2006 11:49 am, Garrett Heaver wrote: > Hi all, > > I'm getting that SIGBUS error on an SMP diablo_jdk15_06 machine even > with the -XX:+UseMembar option. It happens during compilation of JBoss > which uses ant to build itself. I've submitted a pr on this but I'm kind > of stumped on it. Anyone have any ideas what I can do or am I at a dead > end? > > Thanks > Garrett Hi Garrett, Could you try using the newly released diablo binaries? UseMembar is defaulted to on in the new binaries. Regards, -Kurt