Still no luck (-current JDK15)

Ken Yamada ken at tydfam.jp
Wed Jun 20 10:11:18 UTC 2007


  It may be a noise for some of you, but....

  1) Compilation on -current usign 6.2REL base diablo-jdk1.5.0 or jdk1.5.0 yiealds the same error as many people already pointed.

  2) 6.2REL base diablo-jdk1.5.0/jdk1.5.0 gives version info with java -version, but non of demo/jfc/* program could be run, finishing quietly with no core dump.

  3) Compiled jdk15 on 6.2-RELEASE and installed on -current using pkg_add as someone suggested.  Using this jdk1.5.0 I compiled eclipse.  Compilation went OK, but it does not run with the following error;
   :          :           :
Fatal error 'thr_resume_wrapper, lock_switch != 0
' at line 1119 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 1744877412)
Fatal error 'thr_resume_wrapper, lock_switch != 0
' at line 1119 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 1744877412)
Fatal error 'thr_resume_wrapper, lock_switch != 0
' at line 1119 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 1744877412)
Fatal error 'thr_resume_wrapper, lock_switch != 0
' at line 1119 in file /usr/src/lib/libpthread/thread/thr_kern.c^C


#  ldd /usr/local/jdk1.5.0/bin/java
/usr/local/jdk1.5.0/bin/java:
        libz.so.3 => /usr/local/lib/compat/libz.so.3 (0x48088000)
        libpthread.so.2 => /usr/local/lib/compat/libpthread.so.2 (0x48099000)
        libc.so.6 => /usr/local/lib/compat/libc.so.6 (0x480be000)

compat6x
===>  Installing for compat6x-i386-6.2.602110
===>   Generating temporary packing list
(cd /usr/ports/misc/compat6x/work/compat6x-i386-6.2.602110/lib && install  -o root -g wheel -m 444 *.so.* /usr/local/lib/compat)


More information about the freebsd-java mailing list