diablo-jkd1.5.0 on recent -current

Ken Yamada ken at tydfam.jp
Sun May 27 00:47:31 UTC 2007


Thank you DE for your suggestions.

  In summary, I think I have to wait for new compat6x to run diablo-jdk1.5.0.

  I tried 2) you suggested.
    It was not trivial to go back to before symbol versioning from symbol versioning as I experienced sticky versioning errors and eventually needed to install from snapshopt binary.
    Anyway, diablo-jdk1.5.0 with libpthread.so.2 caused the following core dump on -current;

# /usr/local/diablo-jdk1.5.0/bin/java -version
Segmentation fault (core dumped)
# gdb /usr/local/diablo-jdk1.5.0/bin/java java.core
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 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-marcel-freebsd"...(no debugging symbols found)...
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 100273]
(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) 


  


More information about the freebsd-java mailing list