Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2004 07:41:22 -0500
From:      Doug Poland <doug@polands.org>
To:        Panagiotis Astithas <past@noc.ntua.gr>
Cc:        freebsd-java@freebsd.org
Subject:   Re: Eclipse-2.3.1 and 5.2-CURRENT woes
Message-ID:  <20040413124122.GB30001@polands.org>
In-Reply-To: <200404130913.38942.past@noc.ntua.gr>
References:  <20040413042000.GA28785@polands.org> <200404130913.38942.past@noc.ntua.gr>

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



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