From owner-freebsd-java@FreeBSD.ORG Fri Apr 7 01:56:50 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 B2B2816A403 for ; Fri, 7 Apr 2006 01:56:50 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50D3843D46 for ; Fri, 7 Apr 2006 01:56:50 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.4) id k371unTF090566; Thu, 6 Apr 2006 20:56:49 -0500 (CDT) (envelope-from dan) Date: Thu, 6 Apr 2006 20:56:49 -0500 From: Dan Nelson To: kurt@intricatesoftware.com Message-ID: <20060407015649.GD5697@dan.emsphone.com> References: <20060406212231.GC5697@dan.emsphone.com> <200604061741.42559.lists@intricatesoftware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200604061741.42559.lists@intricatesoftware.com> X-OS: FreeBSD 5.5-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-java@freebsd.org Subject: Re: Diablo 1.5 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: Fri, 07 Apr 2006 01:56:50 -0000 In the last episode (Apr 06), Kurt Miller said: > On Thursday 06 April 2006 5:22 pm, Dan Nelson wrote: > > In the last episode (Apr 06), odela01 said: > > > Just trying out the new JDK 1.5 binaries on my TestNG suite. > > > Unfortunately I can't get it to complete, I get a SIGBUS every > > > time. It said to send the bug report to this list. I have a 113Mb > > > core dump too, if that^1s any use. > > > > > > The SIGBUS occurs at different places, but most often at > > > [libjvm.so+0x589595]. The box has two CPUs. > > > > I was waiting for someone else to post first, just in case it was > > due to a local mod on my machine, but I'm getting the same error. > > The attached hs_err files are from RabbIT and Netbeans. I've saved > > a core from each, and can generate as many as needed :) > > Could you try applying this patch to libpthreads and see > if it helps? It is a shot it the dark, but perhaps it will > help. > > I got it from this pr: > http://www.freebsd.org/cgi/query-pr.cgi?pr=95127 It just moves the fault address to [libjvm.so+0x58f965]. It does seem to be a threading issue, because if I libmap libpthread to libc_r I get no crashes. -- Dan Nelson dnelson@allantgroup.com