From owner-freebsd-current@FreeBSD.ORG Sat Oct 20 09:38:34 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE5A616A418; Sat, 20 Oct 2007 09:38:34 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from gnome.kiev.sovam.com (gnome.kiev.sovam.com [212.109.32.24]) by mx1.freebsd.org (Postfix) with ESMTP id 7D79913C47E; Sat, 20 Oct 2007 09:38:24 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com ([62.64.120.197]) by gnome.kiev.sovam.com with esmtp (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IjAmk-00062t-8b; Sat, 20 Oct 2007 12:38:22 +0300 Received: from [212.82.216.226] (helo=deviant.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IjAmi-000CyB-P9; Sat, 20 Oct 2007 12:38:21 +0300 Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l9K9cDmu066186; Sat, 20 Oct 2007 12:38:13 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1/Submit) id l9K9cCvI066185; Sat, 20 Oct 2007 12:38:13 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 20 Oct 2007 12:38:12 +0300 From: Kostik Belousov To: Kris Kennaway Message-ID: <20071020093812.GB2012@deviant.kiev.zoral.com.ua> References: <47189F8C.80001@gmail.com> <4719AF5B.7030304@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QTprm0S8XgL7H0Dt" Content-Disposition: inline In-Reply-To: <4719AF5B.7030304@FreeBSD.org> User-Agent: Mutt/1.4.2.3i X-Scanner-Signature: bb9f355b5be917825c280d06cf0e20ab X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 1645 [Oct 20 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: Michael Lind Mortensen , freebsd-current@freebsd.org, freebsd-java@freebsd.org Subject: Re: Java applets after update to 7.0 current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2007 09:38:34 -0000 --QTprm0S8XgL7H0Dt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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? >=20 > I wonder if diablo is still doing dlopen("libc.so") and so loading both= =20 > 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. --QTprm0S8XgL7H0Dt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHGcyEC3+MBN1Mb4gRAqhgAKC5Euf+yNGBlY41QU+COgqXeTFs6gCgmfaO GjgZuv/uqEPx9zdrel5F5+I= =WYom -----END PGP SIGNATURE----- --QTprm0S8XgL7H0Dt--