From owner-freebsd-java@FreeBSD.ORG Thu Aug 16 01:08:22 2007 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A20516A419 for ; Thu, 16 Aug 2007 01:08:22 +0000 (UTC) (envelope-from chertel@cs.uoregon.edu) Received: from vitalstatistix.cs.uoregon.edu (vitalstatistix.cs.uoregon.edu [128.223.4.19]) by mx1.freebsd.org (Postfix) with ESMTP id 717BC13C45D for ; Thu, 16 Aug 2007 01:08:22 +0000 (UTC) (envelope-from chertel@cs.uoregon.edu) Received: from [128.223.228.117] (d228-117.uoregon.edu [128.223.228.117]) (authenticated bits=0) by vitalstatistix.cs.uoregon.edu (8.14.1/8.13.8) with ESMTP id l7G0wBS5010074 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 15 Aug 2007 17:58:11 -0700 (PDT) Message-ID: <46C3A109.8070309@cs.uoregon.edu> Date: Wed, 15 Aug 2007 17:57:45 -0700 From: Cameron Hertel User-Agent: Thunderbird 1.5.0.12 (X11/20070719) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: multipart/mixed; boundary="------------010509010902070203060303" X-Virus-Scanned: ClamAV 0.91.1/3964/Wed Aug 15 07:21:53 2007 on vitalstatistix X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (vitalstatistix.cs.uoregon.edu [128.223.4.19]); Wed, 15 Aug 2007 17:58:11 -0700 (PDT) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: jdk1.5.0 on FreeBSD 4.10 Release: HotSpot Error 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: Thu, 16 Aug 2007 01:08:22 -0000 This is a multi-part message in MIME format. --------------010509010902070203060303 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello. I have been pouring through the archives, and I have seen many people wit similar problems. However, I have yet to find a solution. Before anyone suggests it, I cannot upgrade the OS. I have installed the jdk15 port after much difficulty (I could not install it in /usr as there is not enough space, so I had to install it on an nfs mount). Also, I am running the JVM in jail (not sure if that makes a difference). Anyway, here is the problem (I have also attached the .log file): # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGBUS (0xa) at pc=0x2824c449, pid=12534, tid=0x827c400 # # Java VM: Java HotSpot(TM) Client VM (1.5.0-p1-root_14_aug_2007_20_03 mixed mode) # Problematic frame: # V [libjvm.so+0x122449] # As suggested in other posts, it seems to be a thread issue, as the application I am trying to run relies heavily on threads. It always crashes at the same spot. Any help would be very appreciated. Thanks, Cameron chertel@cs.uoregon.edu --------------010509010902070203060303--