Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jun 2007 11:27:50 +0900 (JST)
From:      Ken Yamada <ken@tydfam.jp>
To:        freebsd-current@freebsd.org, freebsd-java@freebsd.org
Subject:   Q) diablo-jdk1.5.0 dumps core @ -current
Message-ID:  <20070603.112750.74752793.ken@tydfam.jp>

next in thread | raw e-mail | index | archive | help
  Hi, all!
  I encounter the following error with diablo-jdk1.5.0 after new versioning introduced.  Although it was not officially supported, it worked fine on -current before recent changes, gcc42, new versioning, xorg 7.2...
  Is not there any fixes for this?  I do not have any native Java on -current at this moment, and it is very appreciated if I could have fixes at earliest.

# gdb /usr/local/diablo-jdk1.5.0/bin/java
GNU gdb 6.1.1 [FreeBSD]
(gdb) run -version
Starting program: /usr/local/diablo-jdk1.5.0/bin/java -version
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
warning: shared library handler failed to enable breakpoint

Program received signal SIGSEGV, Segmentation fault.
0x480b25d6 in ?? ()
(gdb) where
#0  0x480b25d6 in ?? ()
#1  0x48056778 in ?? ()
#2  0x00000000 in ?? ()
#3  0x00000001 in ?? ()
#4  0x4817f508 in ?? ()
#5  0xbfbfe7c4 in ?? ()
#6  0x00000002 in ?? ()
#7  0xbfbfe798 in ?? ()
#8  0x480a3868 in ?? ()
#9  0x00000070 in ?? ()
  :        :       :
---Type <return> to continue, or q <return> to quit---q

# gdb /usr/local/diablo-jdk1.5.0/bin/java java.core
GNU gdb 6.1.1 [FreeBSD]
Core was generated by `java'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libz.so.3...(no debugging symbols found)...done.
Loaded symbols for /lib/libz.so.3
Reading symbols from /lib/libpthread.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/libpthread.so.2
Reading symbols from /usr/local/lib/compat/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/local/lib/compat/libc.so.6
Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done.
Loaded symbols for /libexec/ld-elf.so.1
#0  0x480b25d6 in pthread_setcancelstate () from /lib/libpthread.so.2
[New LWP 100243] 
(gdb) where
#0  0x480b25d6 in pthread_setcancelstate () from /lib/libpthread.so.2
#1  0x480a3868 in pthread_create () from /lib/libpthread.so.2
#2  0x480af40e in pthread_join () from /lib/libpthread.so.2
#3  0x480b3312 in pthread_testcancel () from /lib/libpthread.so.2
#4  0x480b4aa1 in __error () from /lib/libpthread.so.2
#5  0x4809ac1d in ?? () from /lib/libpthread.so.2
#6  0x480548eb in dl_iterate_phdr () from /libexec/ld-elf.so.1
#7  0x480585a3 in dlopen () from /libexec/ld-elf.so.1
#8  0x480533ae in ?? () from /libexec/ld-elf.so.1
(gdb) 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070603.112750.74752793.ken>