Java applets after update to 7.0 current

Kostik Belousov kostikbel at gmail.com
Sat Oct 20 02:38:34 PDT 2007


On Sat, Oct 20, 2007 at 10:33:47AM +0300, Kris Kennaway wrote:
> Michael Lind Mortensen wrote:
> >Hello people,
> >
> >After having updated to 7.0 current, my Java applets started crashing
> >Firefox everytime I tried to run them.
> >I did nothing except just updating - and on 6.2 it just worked right
> >after having compiled the packages from ports.
> >
> >I use these packages:
> >
> >firefox-2.0.0.7_1,1
> >diablo-jdk-1.5.0.07.01_7
> >
> >Any idea what the problem is and perhaps maybe a solution?
> 
> I wonder if diablo is still doing dlopen("libc.so") and so loading both 
> libc.so.6 and libc.so.7 in the same binary.
Even if stopped, the shared libraries now (i.e., after symbol versioning
enabled) are explicitely linked to the libc. This is, in particular, true
for the X libs. As result, you again get libc.so.6 and libc.so.7 in the
same process.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20071020/21659ae3/attachment.pgp


More information about the freebsd-current mailing list