From owner-freebsd-java Wed Feb 26 18:56:23 2003 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 F191B37B401 for ; Wed, 26 Feb 2003 18:56:20 -0800 (PST) Received: from ool-18bacefa.dyn.optonline.net (ool-18bacefa.dyn.optonline.net [24.186.206.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB44F43FAF for ; Wed, 26 Feb 2003 18:56:19 -0800 (PST) (envelope-from cbr@ool-18bacefa.dyn.optonline.net) Received: from ool-18bacefa.dyn.optonline.net (localhost [127.0.0.1]) by ool-18bacefa.dyn.optonline.net (8.12.6/8.12.6) with ESMTP id h1R2tw4p056299; Wed, 26 Feb 2003 21:55:58 -0500 (EST) (envelope-from cbr@ool-18bacefa.dyn.optonline.net) Received: (from cbr@localhost) by ool-18bacefa.dyn.optonline.net (8.12.6/8.12.6/Submit) id h1R2tqjl056296; Wed, 26 Feb 2003 21:55:52 -0500 (EST) From: Christopher Rued MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15965.32312.772849.720730@ool-18bacefa.dyn.optonline.net> Date: Wed, 26 Feb 2003 21:55:52 -0500 To: Greg Lewis Cc: Munehiro Matsuda , freebsd-java@FreeBSD.ORG Subject: Re: [REPOST] java/47397: [PATCH] java/jdk13 to enable HotSpot In-Reply-To: <20030226050459.A51511@misty.eyesbeyond.com> References: <15962.16668.753657.116140@ool-18bacefa.dyn.optonline.net> <20030225.014627.41626713.haro@h4.dion.ne.jp> <20030225154141.A48569@misty.eyesbeyond.com> <20030225.225404.74756090.haro@h4.dion.ne.jp> <20030225182018.GA62141@misty.eyesbeyond.com> <20030226050459.A51511@misty.eyesbeyond.com> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Greg Lewis writes: > On Tue, Feb 25, 2003 at 11:20:18AM -0700, Greg Lewis wrote: > > Ok. Attached gzipped and uuencoded patch should fix these issues as > > well as the one you posted regarding in threads_bsd.c. I applied your patch and was able to compile my jdk like so: make -DWITH_HOTSPOT -DWITH_NATIVE_THREADS deinstall reinstall (deinstall reinstall since I already had the port installed). When I try to run java -version, it runs, but without HotSpot: $ java -version java version "1.3.1-p8" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p8-cbr-030226-09:35) Classic VM (build 1.3.1-p8-cbr-030226-09:35, native threads, nojit) So I though, "I know how to make it use HotSpot, type -client or -server." Now I'm getting core dumps again... $ java -client -version java version "1.3.1-p8" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p8-cbr-030226-09:3 5) Java HotSpot(TM) Client VM (build 1.3.1-internal, mixed mode) Unexpected Signal : 4 occurred at PC=0x80c2427 Function name=(N/A) Library=(N/A) NOTE: We are unable to locate the function name symbol for the error just occurred. Please refer to release documentation for possible reason and solutions. Current Java thread: Error: Cannot print dynamic libraries. Function not implemented for FreeBSD Local Time = Wed Feb 26 21:46:31 2003 Elapsed Time = -2147483648 # # HotSpot Virtual Machine Error : 4 # Error ID : 4F530E43505002CC # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.3.1-internal mixed mode) # # An error report file has been saved as hs_err_pid56235.log. # Please refer to the file for further information. # Abort (core dumped) FYI: I'm running 4.7-STABLE FreeBSD 4.7-STABLE #1: Sat Feb 8 19:58:28 EST 2003, cvsupped earlier that day. The processor is a 500 MHz AMD K6-II. Any ideas??? -- Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message