From owner-freebsd-java@FreeBSD.ORG Sat Oct 20 07:33:49 2007 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9AE316A468; Sat, 20 Oct 2007 07:33:49 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx1.freebsd.org (Postfix) with ESMTP id 62E7913C469; Sat, 20 Oct 2007 07:33:48 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4719AF5B.7030304@FreeBSD.org> Date: Sat, 20 Oct 2007 10:33:47 +0300 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Michael Lind Mortensen References: <47189F8C.80001@gmail.com> In-Reply-To: <47189F8C.80001@gmail.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, freebsd-java@FreeBSD.org Subject: Re: Java applets after update to 7.0 current X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2007 07:33:49 -0000 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. Kris