Date: Tue, 27 Nov 2001 16:14:29 +1030 From: Greg Lewis <glewis@eyesbeyond.com> To: Munehiro Matsuda <haro@h4.dion.ne.jp> Cc: freebsd-java@FreeBSD.ORG Subject: Re: java dumps core with orion server on 5-current Message-ID: <20011127161429.B17727@misty.eyesbeyond.com> In-Reply-To: <20011122010342F.haro@h4.dion.ne.jp>; from haro@h4.dion.ne.jp on Thu, Nov 22, 2001 at 01:03:42AM %2B0900 References: <20011122010342F.haro@h4.dion.ne.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011127161429.B17727>