Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2001 01:03:42 +0900
From:      Munehiro Matsuda <haro@h4.dion.ne.jp>
To:        freebsd-java@freebsd.org
Subject:   java dumps core with orion server on 5-current
Message-ID:  <20011122010342F.haro@h4.dion.ne.jp>

next in thread | raw e-mail | index | archive | help
Hi all,

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. :-(

-------------8<------------------8<------------------8<------------8<-------
# cd /usr/local
# gdb jdk1.3.1/jre/bin/i386/green_threads/java orion1.4.5/java.core 
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-unknown-freebsd"...
(no debugging symbols found)...
Core was generated by `java'.
Program terminated with signal 6, Abort trap.
Reading symbols from /usr/local/jdk1.3.1/jre/lib/i386/green_threads/libhpi.so...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libc.so.5...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libm.so.2...(no debugging symbols found)...done.
Reading symbols from /usr/local/jdk1.3.1/jre/lib/i386/classic/libjvm.so...
(no debugging symbols found)...done.
Reading symbols from /usr/local/jdk1.3.1/jre/lib/i386/libverify.so...
(no debugging symbols found)...done.
Reading symbols from /usr/local/jdk1.3.1/jre/lib/i386/libjava.so...
(no debugging symbols found)...done.
Reading symbols from /usr/local/jdk1.3.1/jre/lib/i386/libzip.so...
(no debugging symbols found)...done.
Reading symbols from /usr/local/jdk1.3.1/jre/lib/i386/libnet.so...
(no debugging symbols found)...done.
Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)...
done.
#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 ?? ()
(gdb)
--------------8<--------------------8<--------------------8<-----------

I would like to know, how to setup debuging version of JDK, so I can
help debug things around.

Thanks in advance,
  Haro
=------------------------------------------------------------------------------
           _ _    Munehiro (haro) Matsuda
 -|- /_\  |_|_|   Business Incubation Dept., Kubota Corp.
 /|\ |_|  |_|_|   1-3 Nihonbashi-Muromachi 3-Chome
                  Chuo-ku Tokyo 103-8310, Japan
                  Tel: +81-3-3245-3318  Fax: +81-3-3245-3315
                  Email: haro@kubota.co.jp




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?20011122010342F.haro>