From owner-freebsd-java@FreeBSD.ORG Sat Jul 2 09:13:24 2005 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 677F516A41C for ; Sat, 2 Jul 2005 09:13:24 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5034C43D1D for ; Sat, 2 Jul 2005 09:13:22 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.13.3/8.13.3) with ESMTP id j629InxQ026106; Sat, 2 Jul 2005 12:18:49 +0300 (EEST) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.13.3/8.13.3/Submit) id j629In4G026105; Sat, 2 Jul 2005 12:18:49 +0300 (EEST) (envelope-from ml) Date: Sat, 2 Jul 2005 12:18:49 +0300 From: Alexey Zelkin To: Alex Soto Message-ID: <20050702091849.GA26070@phantom.cris.net> References: <42C5A4E2.1060204@salleurl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42C5A4E2.1060204@salleurl.edu> X-Operating-System: FreeBSD 4.11-STABLE i386 User-Agent: Mutt/1.5.9i Cc: freebsd-java@freebsd.org Subject: Re: Problem With FreeBsd 4.6 and Jdk1.5 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, 02 Jul 2005 09:13:24 -0000 hi, Hmm... It's surprising for me what you was able to compile jdk1.5 with FreeBSD 4.6 configurtion at all. Native JVMs (jdk 1.4 and jdk 1.5) require threading functionality which was added during FreeBSD 4.7 release cycle, so there's *no guaranty* and *possibility* what any of these jdks will be completely functional with any of FreeBSD releases prior to 4.8-RELEASE (or 4.7-R with requirement of additional patches for libc_r). And at last, OS requirements are explicitly stated in jdk patchset documentation. PS: Maybe you have posted incorrect configuration information ? If so, I'd suggest to update your ports tree to current state and rebuild jdk 1.5. There were some serious problems with jdk 1.5 at FreeBSD 4.x configurations, and patches against these problems were added to ports tree relatively recently. On Fri, Jul 01, 2005 at 10:17:38PM +0200, Alex Soto wrote: > Hello, i have a problem. I have installed a FreeBsd4.6 in a server with > jdk1.5. I have installed Tomcat 5.5 and i try running my application, > what a surprise that an application that runs in a Fedora, doesn't work > in FreeBsd for a Bug in FreeBsd about threads, im sure you know of what > im talking. The jvm tells me > > # > >> > >>>># An unexpected error has been detected by HotSpot Virtual Machine: > >> > >>>># > >> > >>>># SIGBUS (0xa) at pc=0x2824b449, pid=27612, tid=0x82aa800 > >> > >>>># > >> > >>>># Java VM: Java HotSpot(TM) Client VM > >(1.5.0-p1-root_08_apr_2005_11_21 > > And i know it is an error about threads. Can anybody help me? Thank you > very much.