Eclipse-2.3.1 and 5.2-CURRENT woes

Doug Poland doug at polands.org
Tue Apr 13 05:41:25 PDT 2004


On Tue, Apr 13, 2004 at 09:13:38AM +0300, Panagiotis Astithas wrote:
> On Tuesday 13 April 2004 07:20, Doug Poland wrote:
> >
> > FATAL ERROR in native method: JDWP "util.c" (Apr  9 2004), line 1194:
> > Unexpected error, error code = 51 (JVMDI_ERROR_NOT_MONITOR_OWNER)
> >
> 
> Try to use /etc/libmap.conf to map libpthread/libkse/libthr to libc_r.
> 

Thanks, armed with this knowledge I found similar issues on the lists.
I created an /etc/libmap.conf but still have the same problem.  Am I
missing something?

% ls -l /etc/libmap.conf
-r--r--r--  1 root  wheel  486 Apr 13 07:31 /etc/libmap.conf

% cat !$


# /etc/libmap.conf
#
# candidate             mapping
#
libkse.so.1             libkse.so.1
libkse.so               libkse.so

[/usr/local/jdk1.4.2/bin/java]
libkse.so.1             libc_r.so.5
libkse.so               libc_r.so

[java]
libkse.so.1             libc_r.so.5
libkse.so               libc_r.so

[/usr/local/eclipse/eclipse]
libkse.so.1             libc_r.so.5
libkse.so               libc_r.so

[eclipse]
libkse.so.1             libc_r.so.5
libkse.so               libc_r.so


%  ls -l /usr/local/jdk1.4.2/bin/java /usr/local/eclipse/eclipse 
-r-xr-xr-x  1 root  wheel  12144 Apr 10 13:15 /usr/local/eclipse/eclipse
-rwxr-xr-x  1 root  wheel  23148 Apr  9 16:52 /usr/local/jdk1.4.2/bin/java

-- 
Regards,
Doug


More information about the freebsd-java mailing list