From owner-freebsd-java Mon Nov 26 21:44:39 2001 Delivered-To: freebsd-java@freebsd.org Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by hub.freebsd.org (Postfix) with ESMTP id C16A837B417 for ; Mon, 26 Nov 2001 21:44:35 -0800 (PST) Received: from [166.70.6.7] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.22 #1) id 168b2n-0003k0-00; Mon, 26 Nov 2001 22:44:34 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id fAR5iTM17772; Tue, 27 Nov 2001 16:14:29 +1030 (CST) (envelope-from glewis) Date: Tue, 27 Nov 2001 16:14:29 +1030 From: Greg Lewis To: Munehiro Matsuda Cc: freebsd-java@FreeBSD.ORG Subject: Re: java dumps core with orion server on 5-current Message-ID: <20011127161429.B17727@misty.eyesbeyond.com> References: <20011122010342F.haro@h4.dion.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011122010342F.haro@h4.dion.ne.jp>; from haro@h4.dion.ne.jp on Thu, Nov 22, 2001 at 01:03:42AM +0900 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 On Thu, Nov 22, 2001 at 01:03:42AM +0900, Munehiro Matsuda wrote: > I'm new to java on FreeBSD, and just tried out jdk13 and orion port to see > how things are coming along. > Unfortunately, java dumps core on start up on orion. > This is a 5-current system, so there may some unknown issues with it. :-( Indeed. 5-current is unsupported essentially. That said, if its something which can be fixed easily its worth pursuing. > # cd /usr/local > # gdb jdk1.3.1/jre/bin/i386/green_threads/java orion1.4.5/java.core > #0 0x280badc8 in kill () from /usr/lib/libc.so.5 > (gdb) where > #0 0x280badc8 in kill () from /usr/lib/libc.so.5 > #1 0x2810c38b in abort () from /usr/lib/libc.so.5 > #2 0x2817cae5 in Abort () > from /usr/local/jdk1.3.1/jre/lib/i386/classic/libjvm.so > #3 0x281a5a5c in panicHandler () > from /usr/local/jdk1.3.1/jre/lib/i386/classic/libjvm.so > #4 0x280786cb in userSignalHandler () > from /usr/local/jdk1.3.1/jre/lib/i386/green_threads/libhpi.so > #5 0x28078684 in intrDispatch () > from /usr/local/jdk1.3.1/jre/lib/i386/green_threads/libhpi.so > #6 0x2807192c in intrDispatchMD () > from /usr/local/jdk1.3.1/jre/lib/i386/green_threads/libhpi.so > #7 0xbfbfffac in ?? () > #8 0x281a6e35 in args_done () > from /usr/local/jdk1.3.1/jre/lib/i386/classic/libjvm.so > #9 0x28174349 in invokeJNINativeMethod () > from /usr/local/jdk1.3.1/jre/lib/i386/classic/libjvm.so > #10 0x281746a0 in invokeLazyNativeMethod () > from /usr/local/jdk1.3.1/jre/lib/i386/classic/libjvm.so > #11 0x281ad647 in ivq_not_ijn6 () > from /usr/local/jdk1.3.1/jre/lib/i386/classic/libjvm.so > #12 0x1 in ?? () > #13 0x8379800 in ?? () This is handy, but it would be better if you can reproduce the crash with java_g. > I would like to know, how to setup debuging version of JDK, so I can > help debug things around. Use java_g rather than just java. That will get a more detailed trace. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Phone : (801) 765 1887 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message