Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2007 19:10:16 +0900 (JST)
From:      Ken Yamada <ken@tydfam.jp>
To:        Freebsd-java@freebsd.org
Subject:   Still no luck (-current JDK15)
Message-ID:  <20070620.191016.74755940.ken@tydfam.jp>

next in thread | raw e-mail | index | archive | help
  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)



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