From owner-freebsd-java@FreeBSD.ORG Wed Feb 25 11:34:05 2009 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 00E02106567E; Wed, 25 Feb 2009 11:34:05 +0000 (UTC) (envelope-from anders@FreeBSD.org) Received: from fupp.net (totem.fix.no [80.91.36.20]) by mx1.freebsd.org (Postfix) with ESMTP id AE81E8FC23; Wed, 25 Feb 2009 11:34:04 +0000 (UTC) (envelope-from anders@FreeBSD.org) Received: from localhost (totem.fix.no [80.91.36.20]) by fupp.net (Postfix) with ESMTP id C45EC4AE46; Wed, 25 Feb 2009 12:16:00 +0100 (CET) Received: from fupp.net ([80.91.36.20]) by localhost (totem.fix.no [80.91.36.20]) (amavisd-new, port 10024) with LMTP id pYGh+jYUOq9t; Wed, 25 Feb 2009 12:16:00 +0100 (CET) Received: by fupp.net (Postfix, from userid 1000) id 0357D4AE45; Wed, 25 Feb 2009 12:15:59 +0100 (CET) Date: Wed, 25 Feb 2009 12:15:59 +0100 From: Anders Nordby To: glewis@FreeBSD.org Message-ID: <20090225111559.GA75889@fupp.net> References: <200810150326.m9F3QNU2090281@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200810150326.m9F3QNU2090281@freefall.freebsd.org> User-Agent: Mutt/1.4.2.3i X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 Cc: bug-followup@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: java/119654: jdk 1.6: java.awt.SplashScreen#getSplashScreen throws UnsatisfiedLinkError 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: Wed, 25 Feb 2009 11:34:05 -0000 Hi, Regarding your patch patch-j2se-splashscreen-Makefile. I still get this error, while trying to run the Java version of Jetprofiler (www.jetprofiler.com): "An unexpected error has occured. Try restarting the application. Error details: java.lang.UnsatisfiedLinkError: /usr/local/diablo-jdk1.6.0/jre/lib/i386/libsplashscreen.so: /usr/local/diablo-jdk1.6.0/jre/lib/i386/libsplashscreen.so: Undefined symbol "jpeg_resync_to_restart" I am using: # java -version java version "1.6.0_03-p4" Java(TM) SE Runtime Environment (build 1.6.0_03-p4-root_24_feb_2009_16_10-b00) Java HotSpot(TM) Client VM (build 1.6.0_03-p4-root_24_feb_2009_16_10-b00, mixed mode) # pkg_info | grep jdk jdk-1.6.0.3p4_8 Java Development Kit 1.6.0 # uname -a FreeBSD noname.aftenposten.no 7.0-RELEASE FreeBSD 7.0-RELEASE #2: Mon Mar 10 23:06:39 CET 2008 root@noname.aftenposten.no:/usr/obj/usr/src/sys/NONAME i386 I installed Java 1.6 from source. After trying to run jetprofiler a few times Java seems to crash too (which is odd, I checked that there is no Java process left behind): # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x28bfd3f6, pid=12192, tid=0x28201300 # # Java VM: Java HotSpot(TM) Client VM (1.6.0_03-p4-root_24_feb_2009_16_10-b00 mixed mode) # Problematic frame: # C [libsplashscreen.so+0x233f6] inflate_fast+0x86 # # An error report file with more information is saved as hs_err_pid12192.log # # Please submit bug reports to freebsd-java@FreeBSD.org # URL to log file: http://anders.fupp.net/test/hs_err_pid12192.log Bye, Anders. On Wed, Oct 15, 2008 at 03:26:23AM +0000, glewis@FreeBSD.org wrote: > Synopsis: jdk 1.6: java.awt.SplashScreen#getSplashScreen throws UnsatisfiedLinkError > > Responsible-Changed-From-To: freebsd-java->glewis > Responsible-Changed-By: glewis > Responsible-Changed-When: Wed Oct 15 03:26:12 UTC 2008 > Responsible-Changed-Why: > I'll take it. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=119654 > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" -- Anders.