From owner-freebsd-java@FreeBSD.ORG Sun Oct 24 00:11:37 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6583B16A4CE for ; Sun, 24 Oct 2004 00:11:37 +0000 (GMT) Received: from ms-smtp-04.nyroc.rr.com (ms-smtp-04.nyroc.rr.com [24.24.2.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id D918543D46 for ; Sun, 24 Oct 2004 00:11:36 +0000 (GMT) (envelope-from adstro@stny.rr.com) Received: from [192.168.1.10] (bgm-66-24-90-174.stny.rr.com [66.24.90.174]) i9O0BXOW003022 for ; Sat, 23 Oct 2004 20:11:34 -0400 (EDT) Message-ID: <417AF334.5020409@stny.rr.com> Date: Sat, 23 Oct 2004 20:11:32 -0400 From: Adam Stroud User-Agent: Mozilla Thunderbird 0.8 (X11/20041021) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Eclipse Crash X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: adstro@stny.rr.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2004 00:11:37 -0000 I have installed eclipse from the ports collection on FreeBSD 5.2.1. When I start eclipse I get an error telling me to see a log file that contains the following: !SESSION Oct 23, 2004 20:02:24.629 --------------------------------------------- eclipse.buildId=200406251208 java.version=1.4.2-p6 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=freebsd, ARCH=x86, WS=gtk, NL=en !ENTRY initial@reference:file:/usr/local/eclipse/plugins/org.eclipse.core.runtime_3.0.0/ 0 0 Oct 23, 2004 20:02:24.632 !MESSAGE FrameworkEvent.ERROR !STACK 0 org.osgi.framework.BundleException: Exception in org.eclipse.core.internal.runtime.PlatformActivator.start() of bundle org.eclipse.core.runtime. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:975) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:421) at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:366) at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:999) at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:577) at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:488) at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:273) at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:444) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:186) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:104) Caused by: java.io.IOException: An error occurred while locking file "/home/adam/.eclipse/org.eclipse.platform_3.0.0/configuration/org.eclipse.core.runtime/.manager/.fileTableLock": "Operation not supported". A probably reason is that the file system or Runtime Environment does not support file locking. You may want to choose a different location, or disable file locking (using the osgi.locking property), but this can cause data corruption. at org.eclipse.core.runtime.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:42) at org.eclipse.osgi.service.datalocation.FileManager.lock(FileManager.java:219) at org.eclipse.osgi.service.datalocation.FileManager.open(FileManager.java:420) at org.eclipse.core.internal.runtime.InternalPlatform.initializeRuntimeFileManager(InternalPlatform.java:390) at org.eclipse.core.internal.runtime.InternalPlatform.start(InternalPlatform.java:383) at org.eclipse.core.internal.runtime.PlatformActivator.startInternalPlatform(PlatformActivator.java:251) at org.eclipse.core.internal.runtime.PlatformActivator.start(PlatformActivator.java:64) at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:954) ... 10 more Root exception: java.io.IOException: An error occurred while locking file "/home/adam/.eclipse/org.eclipse.platform_3.0.0/configuration/org.eclipse.core.runtime/.manager/.fileTableLock": "Operation not supported". A probably reason is that the file system or Runtime Environment does not support file locking. You may want to choose a different location, or disable file locking (using the osgi.locking property), but this can cause data corruption. at org.eclipse.core.runtime.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:42) at org.eclipse.osgi.service.datalocation.FileManager.lock(FileManager.java:219) at org.eclipse.osgi.service.datalocation.FileManager.open(FileManager.java:420) at org.eclipse.core.internal.runtime.InternalPlatform.initializeRuntimeFileManager(InternalPlatform.java:390) at org.eclipse.core.internal.runtime.InternalPlatform.start(InternalPlatform.java:383) at org.eclipse.core.internal.runtime.PlatformActivator.startInternalPlatform(PlatformActivator.java:251) at org.eclipse.core.internal.runtime.PlatformActivator.start(PlatformActivator.java:64) at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:954) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:421) at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:366) at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:999) at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:577) at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:488) at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:273) at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:444) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:186) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:104) !ENTRY initial@reference:file:/usr/local/eclipse/plugins/org.eclipse.update.configurator_3.0.0/ 0 0 Oct 23, 2004 20:02:24.697 !MESSAGE FrameworkEvent.ERROR !STACK 0 org.osgi.framework.BundleException: Exception in org.eclipse.update.internal.configurator.ConfigurationActivator.start() of bundle org.eclipse.update.configurator. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:975) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:421) at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:366) at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:999) at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:577) at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:488) at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:273) at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:444) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:186) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:104) Caused by: java.lang.Exception: Cannot initialize the Update Configurator at org.eclipse.update.internal.configurator.ConfigurationActivator.initialize(ConfigurationActivator.java:93) at org.eclipse.update.internal.configurator.ConfigurationActivator.start(ConfigurationActivator.java:71) at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:954) ... 10 more Root exception: java.lang.Exception: Cannot initialize the Update Configurator at org.eclipse.update.internal.configurator.ConfigurationActivator.initialize(ConfigurationActivator.java:93) at org.eclipse.update.internal.configurator.ConfigurationActivator.start(ConfigurationActivator.java:71) at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:954) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:421) at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:366) at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:999) at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:577) at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:488) at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:273) at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:444) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:186) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:104) !ENTRY org.eclipse.osgi Oct 23, 2004 20:02:24.722 !MESSAGE Startup error !STACK 1 java.lang.IllegalStateException: Bundle initial@reference:file:/usr/local/eclipse/plugins/org.eclipse.core.runtime_3.0.0/ [1] is not active. at org.eclipse.core.runtime.adaptor.EclipseStarter.ensureBundlesActive(EclipseStarter.java:303) at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:227) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:183) at org.eclipse.core.launcher.Main.run(Main.java:644) at org.eclipse.core.launcher.Main.main(Main.java:628) Anyone have any ideas? A From owner-freebsd-java@FreeBSD.ORG Mon Oct 25 06:56:37 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A71B816A4CE for ; Mon, 25 Oct 2004 06:56:37 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 382E143D4C for ; Mon, 25 Oct 2004 06:56:37 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from localhost.localdomain (shumai.marcuscom.com [192.168.1.4]) i9P6sAWh000100 for ; Mon, 25 Oct 2004 02:54:10 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Date: Mon, 25 Oct 2004 02:54:10 -0400 (EDT) Message-Id: <200410250654.i9P6sAWh000100@creme-brulee.marcuscom.com> From: marcus@FreeBSD.org To: java@FreeBSD.org X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, NO_REAL_NAME autolearn=unavailable version=3.0.1 X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on creme-brulee.marcuscom.com Subject: PLEASE READ: Upcoming GNOME 2.8 upgrade X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2004 06:56:37 -0000 In the next few days, GNOME 2.8 will be imported into the FreeBSD ports tree. This upgrade brings with it new versions of Atk and Pango. These new versions include shared library version bumps that will affect the following ports which you maintain. We would like to bump these ports' PORTREVISIONs to make upgrades easier for our users. If there is a port listed here that you would not like touched, please let us know as soon as possible. Please keep in mind that bumping PORTREVISIONs will be a benefit to our users as it will not require them to do forced portupgrades. Thank you. Marcus on behlaf of the FreeBSD GNOME Team LIST OF PORTS: From owner-freebsd-java@FreeBSD.ORG Mon Oct 25 07:02:38 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78B4E16A4CE for ; Mon, 25 Oct 2004 07:02:38 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD8943D48 for ; Mon, 25 Oct 2004 07:02:38 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from localhost.localdomain (shumai.marcuscom.com [192.168.1.4]) i9P70IIR000359 for ; Mon, 25 Oct 2004 03:00:18 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Date: Mon, 25 Oct 2004 03:00:18 -0400 (EDT) Message-Id: <200410250700.i9P70IIR000359@creme-brulee.marcuscom.com> From: marcus@FreeBSD.org To: java@FreeBSD.org X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, NO_REAL_NAME autolearn=ham version=3.0.1 X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on creme-brulee.marcuscom.com Subject: PLEASE READ: Upcoming GNOME 2.8 upgrade X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2004 07:02:38 -0000 [Apologies for the empty message that was sent previously] In the next few days, GNOME 2.8 will be imported into the FreeBSD ports tree. This upgrade brings with it new versions of Atk and Pango. These new versions include shared library version bumps that will affect the following ports which you maintain. We would like to bump these ports' PORTREVISIONs to make upgrades easier for our users. If there is a port listed here that you would not like touched, please let us know as soon as possible. Please keep in mind that bumping PORTREVISIONs will be a benefit to our users as it will not require them to do forced portupgrades. Thank you. Marcus on behlaf of the FreeBSD GNOME Team LIST OF PORTS: java/eclipse java/eclipse-cdt java/eclipse-checkstyle java/eclipse-examples java/eclipse-gef java/eclipse-gef-examples java/eclipse-langpack java/eclipse-pmd java/eclipse-quantum java/eclipse-vep-examples From owner-freebsd-java@FreeBSD.ORG Mon Oct 25 11:02:06 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 770D816A4D8 for ; Mon, 25 Oct 2004 11:02:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A2943D1F for ; Mon, 25 Oct 2004 11:02:06 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i9PB26YU078273 for ; Mon, 25 Oct 2004 11:02:06 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9PB251f078268 for freebsd-java@freebsd.org; Mon, 25 Oct 2004 11:02:05 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 25 Oct 2004 11:02:05 GMT Message-Id: <200410251102.i9PB251f078268@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2004 11:02:06 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes o [2004/07/13] java/68972 java unpack crashes during make install of lin o [2004/07/27] ports/69675 java Eclipse slow typing o [2004/08/30] java/71146 java jdk 1.4.2-p6 jboss,eclipse problems o [2004/09/22] ports/72014 java Eclipse doesn't work (SigBus 10) if it ha o [2004/09/28] java/72151 java JVM crash on 5.2.1-R o [2004/10/20] ports/72902 java Make of /usr/ports/java/jdk14 fails with 7 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/10/18] ports/44251 java new port textproc/xml-stylebook: create J s [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME o [2004/02/14] java/62837 java linux-sun-jdk14 executables hang with COM o [2004/04/08] ports/65335 java [PATCH] java/jdk14: use bsd.java.mk for J o [2004/08/11] java/70292 java jdk14 compile problem o [2004/10/10] ports/72475 java java/eclipse needs to be run by the nativ o [2004/10/22] ports/72989 java [PATCH] update java/eclipse-gef o [2004/10/22] ports/72990 java [PATCH] update java/eclipse 8 problems total. From owner-freebsd-java@FreeBSD.ORG Tue Oct 26 10:12:08 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88B2316A4CE for ; Tue, 26 Oct 2004 10:12:08 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29FB843D2D for ; Tue, 26 Oct 2004 10:12:08 +0000 (GMT) (envelope-from dan.cojocar@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so147353wri for ; Tue, 26 Oct 2004 03:12:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=JrqROyFvvMFmJNzYNUyZ3wHaFE5jl7B3kwQ+b+oLxBl1EOr2Kv8jSL6aMkLnjODzanPbyEEBpymCdkDBU7Gy6q+yyMi4n/ZqEqOrhe9xMarlqRHCY3B0e+WzCion2JIUw/wpPQ8+CDCSm+3C39gPwfwEcdxUPGmZpNFqPwXsH0Q= Received: by 10.38.96.46 with SMTP id t46mr359734rnb; Tue, 26 Oct 2004 03:12:07 -0700 (PDT) Received: by 10.38.75.5 with HTTP; Tue, 26 Oct 2004 03:12:07 -0700 (PDT) Message-ID: Date: Tue, 26 Oct 2004 13:12:07 +0300 From: Dan Cojocar To: java@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Unexpected Signal : 11 with jdk1.4.2-p6-root_21_oct_2004_14_53 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Cojocar List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 10:12:08 -0000 Hello, I'm using idea with jkd14 and i got this error: Unexpected Signal : 11 occurred at PC=0x284CEA70 Function=_ZN15ContiguousSpace22prepare_for_compactionEP12CompactPoint+0x120 Library=/usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so Dynamic libraries: 0x8048000 ./../jre/bin/java 0x28085000 /usr/lib/libpthread.so.1 0x280aa000 /lib/libc.so.6 0x28196000 /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so 0x285ca000 /usr/lib/libstdc++.so.4 0x286a7000 /lib/libm.so.3 0x286c1000 /usr/home/dan/soft/idea-2239/jre/lib/i386/native_threads/libhpi.so 0x286cf000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libverify.so 0x286e5000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libjava.so 0x28703000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libzip.so 0x3e304000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libnet.so 0x3e830000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libawt.so 0x3eaa8000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libmlib_image.so 0x3eaf4000 /usr/X11R6/lib/libXp.so.6 0x3eafc000 /usr/X11R6/lib/libXt.so.6 0x3eb4c000 /usr/X11R6/lib/libXext.so.6 0x2c49a000 /usr/X11R6/lib/libXtst.so.6 0x3eb5a000 /usr/X11R6/lib/libXmu.so.6 0x3eb70000 /usr/X11R6/lib/libX11.so.6 0x3ec3a000 /usr/X11R6/lib/libSM.so.6 0x3ec43000 /usr/X11R6/lib/libICE.so.6 0x3ec5b000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libfontmanager.so 0x3ed33000 /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2 0x3ed36000 /usr/X11R6/lib/libXcursor.so.1 0x3ed3f000 /usr/X11R6/lib/libXrender.so.1 0x3ed50000 /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2 0x3ede7000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libjawt.so 0x42254000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libnio.so 0x4420f000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libdcpr.so 0x2804e000 /libexec/ld-elf.so.1 Heap at VM Abort: Heap def new generation total 18816K, used 11728K [0x2c4a0000, 0x2d900000, 0x2f6a0000) eden space 16768K, 63% used [0x2c4a0000, 0x2cefcae0, 0x2d500000) from space 2048K, 54% used [0x2d700000, 0x2d817628, 0x2d900000) to space 2048K, 0% used [0x2d500000, 0x2d500000, 0x2d700000) tenured generation total 62388K, used 45205K [0x2f6a0000, 0x3338d000, 0x38ca0000) the space 62388K, 72% used [0x2f6a0000, 0x322c5580, 0x2fecac00, 0x3338d000) compacting perm gen total 38400K, used 38233K [0x38ca0000, 0x3b220000, 0x3cca0000) the space 38400K, 99% used [0x38ca0000, 0x3b1f6568, 0x3b1f6600, 0x3b220000) Local Time = Tue Oct 26 12:46:26 2004 Elapsed Time = 7734 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002F1 # Please report this error to # freebsd-java@FreeBSD.org mailing list # # Java VM: Java HotSpot(TM) Client VM (1.4.2-p6-root_21_oct_2004_09_50 mixed mode) # Here is the backtrace: (gdb) bt #0 0x280a270b in pthread_testcancel () from /usr/lib/libpthread.so.1 #1 0x28092e12 in sigaction () from /usr/lib/libpthread.so.1 #2 0x2808c5e4 in pthread_kill () from /usr/lib/libpthread.so.1 #3 0x2808be81 in raise () from /usr/lib/libpthread.so.1 #4 0x2816eef9 in abort () from /lib/libc.so.6 #5 0x2849fb59 in os::abort () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #6 0x2849dfbd in os::handle_unexpected_exception () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #7 0x284a2c2d in JVM_handle_bsd_signal () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #8 0x284a1bb3 in signalHandler () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #9 0x2809176e in sigaction () from /usr/lib/libpthread.so.1 #10 0x280915e8 in sigaction () from /usr/lib/libpthread.so.1 #11 0x28092293 in sigaction () from /usr/lib/libpthread.so.1 #12 0x2809aeb0 in pthread_mutexattr_init () from /usr/lib/libpthread.so.1 #13 0x2809ad67 in pthread_mutexattr_init () from /usr/lib/libpthread.so.1 #14 0x281583af in _ctx_start () from /lib/libc.so.6 #15 0x00000000 in ?? () #16 0xbfaed990 in ?? () #17 0xbfaed6d0 in ?? () #18 0x00000000 in ?? () #19 0x2809acf0 in pthread_mutexattr_init () from /usr/lib/libpthread.so.1 #20 0x2839bd24 in Generation::prepare_for_compaction () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #21 0x28394a0f in GenCollectedHeap::prepare_for_compaction () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #22 0x283956a3 in GenMarkSweep::mark_sweep_phase2 () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #23 0x28395acc in GenMarkSweep::invoke_at_safepoint () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #24 0x2839c273 in OneContigSpaceCardGeneration::collect () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #25 0x284f39ed in TenuredGeneration::collect () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #26 0x28393189 in GenCollectedHeap::do_collection () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #27 0x28394252 in GenCollectedHeap::do_full_collection () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #28 0x285210ad in VM_GenCollectFull::doit () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #29 0x28520de8 in VM_Operation::evaluate () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #30 0x28520168 in VMThread::evaluate_operation () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #31 0x2852043d in VMThread::loop () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #32 0x28520775 in VMThread::run () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #33 0x2849f09f in _start () from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so #34 0x2808dffb in pthread_create () from /usr/lib/libpthread.so.1 #35 0x281583af in _ctx_start () from /lib/libc.so.6 If someone needs more info, please just ask. Thanks, Dan From owner-freebsd-java@FreeBSD.ORG Tue Oct 26 11:04:38 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DE9016A4CE for ; Tue, 26 Oct 2004 11:04:38 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 838D743D55 for ; Tue, 26 Oct 2004 11:04:36 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i9QB4NCC029963; Tue, 26 Oct 2004 14:04:23 +0300 Received: from localhost (achill@localhost)i9QB4N3S029959; Tue, 26 Oct 2004 14:04:23 +0300 Date: Tue, 26 Oct 2004 14:04:23 +0300 (EEST) From: Achilleus Mantzios To: Dan Cojocar In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT cc: java@freebsd.org Subject: Re: Unexpected Signal : 11 with jdk1.4.2-p6-root_21_oct_2004_14_53 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 11:04:38 -0000 Which FreeBSD version are you running?? You get this error sporadically or consistently? Have you built jdk14 with gcc3.4.x? O Dan Cojocar έγραψε στις Oct 26, 2004 : > Hello, > > I'm using idea with jkd14 and i got this error: > > Unexpected Signal : 11 occurred at PC=0x284CEA70 > Function=_ZN15ContiguousSpace22prepare_for_compactionEP12CompactPoint+0x120 > Library=/usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > > > Dynamic libraries: > 0x8048000 ./../jre/bin/java > 0x28085000 /usr/lib/libpthread.so.1 > 0x280aa000 /lib/libc.so.6 > 0x28196000 /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > 0x285ca000 /usr/lib/libstdc++.so.4 > 0x286a7000 /lib/libm.so.3 > 0x286c1000 /usr/home/dan/soft/idea-2239/jre/lib/i386/native_threads/libhpi.so > 0x286cf000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libverify.so > 0x286e5000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libjava.so > 0x28703000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libzip.so > 0x3e304000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libnet.so > 0x3e830000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libawt.so > 0x3eaa8000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libmlib_image.so > 0x3eaf4000 /usr/X11R6/lib/libXp.so.6 > 0x3eafc000 /usr/X11R6/lib/libXt.so.6 > 0x3eb4c000 /usr/X11R6/lib/libXext.so.6 > 0x2c49a000 /usr/X11R6/lib/libXtst.so.6 > 0x3eb5a000 /usr/X11R6/lib/libXmu.so.6 > 0x3eb70000 /usr/X11R6/lib/libX11.so.6 > 0x3ec3a000 /usr/X11R6/lib/libSM.so.6 > 0x3ec43000 /usr/X11R6/lib/libICE.so.6 > 0x3ec5b000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libfontmanager.so > 0x3ed33000 /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2 > 0x3ed36000 /usr/X11R6/lib/libXcursor.so.1 > 0x3ed3f000 /usr/X11R6/lib/libXrender.so.1 > 0x3ed50000 /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2 > 0x3ede7000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libjawt.so > 0x42254000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libnio.so > 0x4420f000 /usr/home/dan/soft/idea-2239/jre/lib/i386/libdcpr.so > 0x2804e000 /libexec/ld-elf.so.1 > > Heap at VM Abort: > Heap > def new generation total 18816K, used 11728K [0x2c4a0000, > 0x2d900000, 0x2f6a0000) > eden space 16768K, 63% used [0x2c4a0000, 0x2cefcae0, 0x2d500000) > from space 2048K, 54% used [0x2d700000, 0x2d817628, 0x2d900000) > to space 2048K, 0% used [0x2d500000, 0x2d500000, 0x2d700000) > tenured generation total 62388K, used 45205K [0x2f6a0000, > 0x3338d000, 0x38ca0000) > the space 62388K, 72% used [0x2f6a0000, 0x322c5580, 0x2fecac00, 0x3338d000) > compacting perm gen total 38400K, used 38233K [0x38ca0000, > 0x3b220000, 0x3cca0000) > the space 38400K, 99% used [0x38ca0000, 0x3b1f6568, 0x3b1f6600, 0x3b220000) > > Local Time = Tue Oct 26 12:46:26 2004 > Elapsed Time = 7734 > # > # HotSpot Virtual Machine Error : 11 > # Error ID : 4F530E43505002F1 > # Please report this error to > # freebsd-java@FreeBSD.org mailing list > # > # Java VM: Java HotSpot(TM) Client VM (1.4.2-p6-root_21_oct_2004_09_50 > mixed mode) > # > > > Here is the backtrace: > > (gdb) bt > #0 0x280a270b in pthread_testcancel () from /usr/lib/libpthread.so.1 > #1 0x28092e12 in sigaction () from /usr/lib/libpthread.so.1 > #2 0x2808c5e4 in pthread_kill () from /usr/lib/libpthread.so.1 > #3 0x2808be81 in raise () from /usr/lib/libpthread.so.1 > #4 0x2816eef9 in abort () from /lib/libc.so.6 > #5 0x2849fb59 in os::abort () from > /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #6 0x2849dfbd in os::handle_unexpected_exception () from > /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #7 0x284a2c2d in JVM_handle_bsd_signal () from > /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #8 0x284a1bb3 in signalHandler () from > /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #9 0x2809176e in sigaction () from /usr/lib/libpthread.so.1 > #10 0x280915e8 in sigaction () from /usr/lib/libpthread.so.1 > #11 0x28092293 in sigaction () from /usr/lib/libpthread.so.1 > #12 0x2809aeb0 in pthread_mutexattr_init () from /usr/lib/libpthread.so.1 > #13 0x2809ad67 in pthread_mutexattr_init () from /usr/lib/libpthread.so.1 > #14 0x281583af in _ctx_start () from /lib/libc.so.6 > #15 0x00000000 in ?? () > #16 0xbfaed990 in ?? () > #17 0xbfaed6d0 in ?? () > #18 0x00000000 in ?? () > #19 0x2809acf0 in pthread_mutexattr_init () from /usr/lib/libpthread.so.1 > #20 0x2839bd24 in Generation::prepare_for_compaction () from > /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #21 0x28394a0f in GenCollectedHeap::prepare_for_compaction () > from /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #22 0x283956a3 in GenMarkSweep::mark_sweep_phase2 () from > /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #23 0x28395acc in GenMarkSweep::invoke_at_safepoint () from > /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #24 0x2839c273 in OneContigSpaceCardGeneration::collect () from > /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #25 0x284f39ed in TenuredGeneration::collect () from > /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #26 0x28393189 in GenCollectedHeap::do_collection () from > /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #27 0x28394252 in GenCollectedHeap::do_full_collection () from > /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #28 0x285210ad in VM_GenCollectFull::doit () from > /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #29 0x28520de8 in VM_Operation::evaluate () from > /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #30 0x28520168 in VMThread::evaluate_operation () from > /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #31 0x2852043d in VMThread::loop () from > /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #32 0x28520775 in VMThread::run () from > /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #33 0x2849f09f in _start () from > /usr/home/dan/soft/idea-2239/jre/lib/i386/client/libjvm.so > #34 0x2808dffb in pthread_create () from /usr/lib/libpthread.so.1 > #35 0x281583af in _ctx_start () from /lib/libc.so.6 > > If someone needs more info, please just ask. > Thanks, > Dan > _______________________________________________ > 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" > -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Tue Oct 26 11:33:56 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2049216A4CE for ; Tue, 26 Oct 2004 11:33:56 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1055043D55 for ; Tue, 26 Oct 2004 11:33:55 +0000 (GMT) (envelope-from dan.cojocar@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so153070wri for ; Tue, 26 Oct 2004 04:33:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Btj+9ZCIXPw7JRtWnhlrrp8e5WnpLC+xbqLxr/atgSz1Si2ja0Xdb7nMc2c6jJDJH7OQAc/8XqHphV4O3nNagptQJKUtXSQbZubkyvF0fd28uXUenEZKE9bjr0hEIWbIYBtEze+IMQTRph/7uj4WY7eEoqeqf9EW29J8jd2BPvc= Received: by 10.38.209.71 with SMTP id h71mr383715rng; Tue, 26 Oct 2004 04:33:53 -0700 (PDT) Received: by 10.38.75.5 with HTTP; Tue, 26 Oct 2004 04:33:52 -0700 (PDT) Message-ID: Date: Tue, 26 Oct 2004 14:33:52 +0300 From: Dan Cojocar To: Achilleus Mantzios In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: cc: java@freebsd.org Subject: Re: Unexpected Signal : 11 with jdk1.4.2-p6-root_21_oct_2004_14_53 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Cojocar List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 11:33:56 -0000 On Tue, 26 Oct 2004 14:04:23 +0300 (EEST), Achilleus Mantzios wrote: > > Which FreeBSD version are you running?? 6.0-CURRENT from Oct 20 17:52:15 EEST 2004 > You get this error sporadically or consistently? This was the first time i received this error. > Have you built jdk14 with gcc3.4.x? Yes, gcc version 3.4.2 [FreeBSD] 20040728 Dan From owner-freebsd-java@FreeBSD.ORG Tue Oct 26 11:55:52 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3F3016A4CE for ; Tue, 26 Oct 2004 11:55:52 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C085E43D1F for ; Tue, 26 Oct 2004 11:55:51 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i9QBtdCC030041; Tue, 26 Oct 2004 14:55:39 +0300 Received: from localhost (achill@localhost)i9QBtdra030037; Tue, 26 Oct 2004 14:55:39 +0300 Date: Tue, 26 Oct 2004 14:55:39 +0300 (EEST) From: Achilleus Mantzios To: Dan Cojocar In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT cc: java@freebsd.org Subject: Re: Unexpected Signal : 11 with jdk1.4.2-p6-root_21_oct_2004_14_53 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 11:55:52 -0000 O Dan Cojocar έγραψε στις Oct 26, 2004 : > On Tue, 26 Oct 2004 14:04:23 +0300 (EEST), Achilleus Mantzios > wrote: > > > > Which FreeBSD version are you running?? > > 6.0-CURRENT from Oct 20 17:52:15 EEST 2004 > > > You get this error sporadically or consistently? > > This was the first time i received this error. > > > Have you built jdk14 with gcc3.4.x? > > Yes, gcc version 3.4.2 [FreeBSD] 20040728 Peter Edwards has pointed out that gcc3.4.x code generation may be responsible for these kind of SIGSEGVs. > > Dan > -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Tue Oct 26 14:46:59 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3409716A4CE for ; Tue, 26 Oct 2004 14:46:59 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD6943D39 for ; Tue, 26 Oct 2004 14:46:58 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i9QEktoE050286; Tue, 26 Oct 2004 08:46:55 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i9QEknM7050275; Tue, 26 Oct 2004 08:46:49 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Tue, 26 Oct 2004 08:46:49 -0600 From: Greg Lewis To: Achilleus Mantzios Message-ID: <20041026144649.GA50225@misty.eyesbeyond.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: java@freebsd.org cc: Dan Cojocar Subject: Re: Unexpected Signal : 11 with jdk1.4.2-p6-root_21_oct_2004_14_53 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 14:46:59 -0000 On Tue, Oct 26, 2004 at 02:55:39PM +0300, Achilleus Mantzios wrote: > O Dan Cojocar ?????? ???? Oct 26, 2004 : > > > On Tue, 26 Oct 2004 14:04:23 +0300 (EEST), Achilleus Mantzios > > wrote: > > > > > > Which FreeBSD version are you running?? > > > > 6.0-CURRENT from Oct 20 17:52:15 EEST 2004 > > > > > You get this error sporadically or consistently? > > > > This was the first time i received this error. > > > > > Have you built jdk14 with gcc3.4.x? > > > > Yes, gcc version 3.4.2 [FreeBSD] 20040728 > > Peter Edwards has pointed out that gcc3.4.x code generation > may be responsible for these kind of SIGSEGVs. Those problems should show up all the time (with the Server VM) and a patch was committed on October the 16th that should fix it. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Tue Oct 26 18:32:17 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EBAA16A4CE; Tue, 26 Oct 2004 18:32:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E206A43D67; Tue, 26 Oct 2004 18:32:16 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from freefall.freebsd.org (hq@localhost [127.0.0.1]) i9QIWG4Y085945; Tue, 26 Oct 2004 18:32:16 GMT (envelope-from hq@freefall.freebsd.org) Received: (from hq@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9QIWG0i085941; Tue, 26 Oct 2004 18:32:16 GMT (envelope-from hq) Date: Tue, 26 Oct 2004 18:32:16 GMT From: Herve Quiroz Message-Id: <200410261832.i9QIWG0i085941@freefall.freebsd.org> To: hq@FreeBSD.org, freebsd-java@FreeBSD.org, hq@FreeBSD.org Subject: Re: ports/44251: new port textproc/xml-stylebook: create Java stylebook port X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 18:32:17 -0000 Synopsis: new port textproc/xml-stylebook: create Java stylebook port Responsible-Changed-From-To: freebsd-java->hq Responsible-Changed-By: hq Responsible-Changed-When: Tue Oct 26 18:31:53 GMT 2004 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=44251 From owner-freebsd-java@FreeBSD.ORG Tue Oct 26 22:17:51 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F130416A4CE for ; Tue, 26 Oct 2004 22:17:50 +0000 (GMT) Received: from www.enhyper.com (mailgate.enhyper.com [62.49.250.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3D7243D2D for ; Tue, 26 Oct 2004 22:17:49 +0000 (GMT) (envelope-from iang@systemics.com) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by www.enhyper.com (8.11.6/8.11.6) with SMTP id i9QMHW213049; Tue, 26 Oct 2004 23:17:43 +0100 X-Authentication-Warning: www.enhyper.com: localhost.localdomain [127.0.0.1] didn't use HELO protocol Message-ID: <417ECD08.8010805@systemics.com> Date: Tue, 26 Oct 2004 23:17:44 +0100 From: Ian Grigg User-Agent: Mozilla Thunderbird 0.7.3 (X11/20041002) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Crypto takes 17 seconds to wind up for the throw... X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 22:17:51 -0000 It seems that a call into javax.crypto.Cipher.getInstance() takes about 17 seconds to come back with the trivial object of a cipher. See follow-on test program and results. Now, getting a Cipher should be a matter of milliseconds. It's just an object that feeds some blocks into a bunch of spinning rotors. So there's definately a blockage in there somewhere. I'm pretty sure the blockage is deep within the SUN JCE code. I'm pretty sure it's for a really dumb reason. While I keep looking, has anyone come across this? Or got any clues? iang galland$ /usr/local/jdk1.4.2/bin/javac CipherSlowTest.java && CLASSPATH=::$CLASSPATH $JAVA CipherSlowTest ....................default provider: SUN MessDig SHA-1: 126 ....................default crypto provider: SunJCE Cipher DES: 17025 ....................addProvider(CryptixCrypto): 12 MessDig SHA-1: 16 Cipher DES: 349 Cipher Null: 5 Cipher AES: 30 Wfgalland$ /usr/local/jdk1.4.2/bin/javac CipherSlowTest.java && CLASSPATH=::$CLASSPATH $JAVA CipherSlowTest .......................................default provider: SUN MessDig SHA-1: 129 .......................................default crypto provider: SunJCE Cipher DES: 17034 .......................................addProvider(CryptixCrypto): 11 MessDig SHA-1: 19 Cipher DES: 355 Cipher Null: 5 Cipher AES: 31 galland$ import javax.crypto.*; import java.security.*; /** * JDK 1.4.2 * java version "1.4.2-p6" * Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-p6-toor_21_jul_2004_13_48) * Java HotSpot(TM) Client VM (build 1.4.2-p6-toor_21_jul_2004_13_48, mixed mode) * * FreeBSD galland 4.9-RC FreeBSD 4.9-RC #7: Tue Sep 30 03:21:16 EDT 2003 * */ public class CipherSlowTest { public static void main(String[] args) throws Exception { long t1 = System.currentTimeMillis(); long t2; String provider; String line = "......................................."; provider = "SUN"; System.out.println(line+"default provider: " + provider); MessageDigest.getInstance("SHA-1", provider); t2 = System.currentTimeMillis(); System.out.println("MessDig SHA-1: "+(t2-t1)); t1 = t2; provider = "SunJCE"; System.out.println(line+"default crypto provider: " + provider); Cipher.getInstance("DES", provider); t2 = System.currentTimeMillis(); System.out.println("Cipher DES: "+(t2-t1)); t1 = t2; provider = "CryptixCrypto"; Security.addProvider(new cryptix.jce.provider.CryptixCrypto()); t2 = System.currentTimeMillis(); System.out.println(line+"addProvider("+provider+"): "+(t2-t1)); t1 = t2; MessageDigest.getInstance("SHA-1", provider); t2 = System.currentTimeMillis(); System.out.println("MessDig SHA-1: "+(t2-t1)); t1 = t2; Cipher.getInstance("DES", provider); t2 = System.currentTimeMillis(); System.out.println("Cipher DES: "+(t2-t1)); t1 = t2; Cipher.getInstance("null", provider); t2 = System.currentTimeMillis(); System.out.println("Cipher Null: "+(t2-t1)); t1 = t2; Cipher.getInstance("Rijndael/ECB/NoPadding", provider); t2 = System.currentTimeMillis(); System.out.println("Cipher AES: "+(t2-t1)); t1 = t2; } } From owner-freebsd-java@FreeBSD.ORG Wed Oct 27 09:15:58 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B148516A4CE for ; Wed, 27 Oct 2004 09:15:58 +0000 (GMT) Received: from av4-2-sn3.vrr.skanova.net (av4-2-sn3.vrr.skanova.net [81.228.9.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71FAA43D39 for ; Wed, 27 Oct 2004 09:15:58 +0000 (GMT) (envelope-from pawel.worach@telia.com) Received: by av4-2-sn3.vrr.skanova.net (Postfix, from userid 502) id A815F37E42; Wed, 27 Oct 2004 11:15:57 +0200 (CEST) Received: from smtp1-1-sn3.vrr.skanova.net (smtp1-1-sn3.vrr.skanova.net [81.228.9.177]) by av4-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 981D637E42; Wed, 27 Oct 2004 11:15:57 +0200 (CEST) Received: from [192.168.1.1] (h65n2fls35o895.telia.com [217.211.109.65]) by smtp1-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 57DA538018; Wed, 27 Oct 2004 11:15:57 +0200 (CEST) Message-ID: <417F6596.8050808@telia.com> Date: Wed, 27 Oct 2004 11:08:38 +0200 From: Pawel Worach User-Agent: Mozilla Thunderbird 0.8 (X11/20041019) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ian Grigg References: <417ECD08.8010805@systemics.com> In-Reply-To: <417ECD08.8010805@systemics.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: Crypto takes 17 seconds to wind up for the throw... X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 09:15:58 -0000 Ian Grigg wrote: > Cipher DES: 17025 What takes time in this situation I belive is. // this depends on the quality of the randomness your system provides SecureRandom random = SecureRandom.getInstance("SHA1PRNG"); // done by Cipher.getInstance("DES"); in the background, the constructor // of DESCipher is pretty slow, don't really know what is does, generates // keys? com.sun.crypto.provider.DESCipher dc = new com.sun.crypto.provider.DESCipher(); Random stir: 1155 (those two above combined) Cipher DES: 686 (if above is pre-done this goes faster) Your system must be quite slow if that takes 17 seconds, getInstance("DES") in your program out of the box took me 1230 msec. Java HotSpot(TM) Client VM (build 1.4.2-p6-current-2004-07-21, mixed mode) FreeBSD 6.0-CURRENT #0: Sun Oct 17 18:21:05 CEST 2004 PIII 600Mhz ps. Any plans for getting the hotspot profiler working? -- Pawel From owner-freebsd-java@FreeBSD.ORG Wed Oct 27 09:25:46 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1013116A4CE for ; Wed, 27 Oct 2004 09:25:46 +0000 (GMT) Received: from smtp.cegetel.net (mf01.sitadelle.com [212.94.174.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8008443D55 for ; Wed, 27 Oct 2004 09:25:45 +0000 (GMT) (envelope-from a.bonte@netheos.net) Received: from speedball (80-124-167-39.dti.cegetel.net [80.124.167.39]) by smtp.cegetel.net (Postfix) with ESMTP id 1169437B82 for ; Wed, 27 Oct 2004 11:25:43 +0200 (CEST) From: Antonin Bonte Organization: Netheos To: freebsd-java@freebsd.org Date: Wed, 27 Oct 2004 11:25:42 +0200 User-Agent: KMail/1.7 References: <417ECD08.8010805@systemics.com> In-Reply-To: <417ECD08.8010805@systemics.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200410271125.42436.a.bonte@netheos.net> Subject: Re: Crypto takes 17 seconds to wind up for the throw... X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: a.bonte@netheos.net List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 09:25:46 -0000 Le Mercredi 27 Octobre 2004 00:17, Ian Grigg a =E9crit=A0: > It seems that a call into javax.crypto.Cipher.getInstance() > takes about 17 seconds to come back with the trivial object > of a cipher. See follow-on test program and results. Hi, on my centrino 1.7ghz/1go freebsd 5.2.1-p9 java version "1.4.2-p6" Java(TM) 2 Runtime Environment, Standard Edition (build=20 1.4.2-p6-root_12_aug_2004_16_04) Java HotSpot(TM) Client VM (build 1.4.2-p6-root_12_aug_2004_16_04, mixed mo= de) =2E......................................default provider: SUN MessDig SHA-1: 408 =2E......................................default crypto provider: SunJCE Cipher DES: 439 What is your system ? =2D-=20 Antonin Bonte - Netheos http://www.netheos.net Email: a.bonte@netheos.net [ Someone is standing on the ethernet cable, causing a kink in the cable ] From owner-freebsd-java@FreeBSD.ORG Wed Oct 27 17:01:30 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 355BE16A4CF; Wed, 27 Oct 2004 17:01:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1583F43D41; Wed, 27 Oct 2004 17:01:30 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) i9RH1TNM082562; Wed, 27 Oct 2004 17:01:29 GMT (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9RH1TmS082558; Wed, 27 Oct 2004 17:01:29 GMT (envelope-from nork) Date: Wed, 27 Oct 2004 17:01:29 GMT From: Norikatsu Shigemura Message-Id: <200410271701.i9RH1TmS082558@freefall.freebsd.org> To: gldisater@gldis.ca, nork@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/72989: [PATCH] update java/eclipse-gef X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 17:01:30 -0000 Synopsis: [PATCH] update java/eclipse-gef State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Wed Oct 27 17:01:17 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=72989 From owner-freebsd-java@FreeBSD.ORG Wed Oct 27 17:01:48 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B707C16A4CF; Wed, 27 Oct 2004 17:01:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9702843D54; Wed, 27 Oct 2004 17:01:48 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) i9RH1mMX082606; Wed, 27 Oct 2004 17:01:48 GMT (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9RH1mHZ082602; Wed, 27 Oct 2004 17:01:48 GMT (envelope-from nork) Date: Wed, 27 Oct 2004 17:01:48 GMT From: Norikatsu Shigemura Message-Id: <200410271701.i9RH1mHZ082602@freefall.freebsd.org> To: gldisater@gldis.ca, nork@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/72990: [PATCH] update java/eclipse X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 17:01:48 -0000 Synopsis: [PATCH] update java/eclipse State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Wed Oct 27 17:01:39 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=72990 From owner-freebsd-java@FreeBSD.ORG Wed Oct 27 17:02:11 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1222616A4CF; Wed, 27 Oct 2004 17:02:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E045643D49; Wed, 27 Oct 2004 17:02:10 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) i9RH2A3C082662; Wed, 27 Oct 2004 17:02:10 GMT (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9RH2A1q082658; Wed, 27 Oct 2004 17:02:10 GMT (envelope-from nork) Date: Wed, 27 Oct 2004 17:02:10 GMT From: Norikatsu Shigemura Message-Id: <200410271702.i9RH2A1q082658@freefall.freebsd.org> To: gldisater@gldis.ca, nork@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/72475: java/eclipse needs to be run by the native jdk, not linux-sun-jdk X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 17:02:11 -0000 Synopsis: java/eclipse needs to be run by the native jdk, not linux-sun-jdk State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Wed Oct 27 17:01:59 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=72475 From owner-freebsd-java@FreeBSD.ORG Wed Oct 27 19:43:28 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3308416A4CE; Wed, 27 Oct 2004 19:43:28 +0000 (GMT) Received: from box7954.elkhouse.de (ontographics.de [213.9.79.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9619B43D68; Wed, 27 Oct 2004 19:43:27 +0000 (GMT) (envelope-from roman@ontographics.com) Received: from [192.168.1.3] (1Cust18.vr2.fft4.alter.net [149.229.88.18]) (authenticated bits=0) by box7954.elkhouse.de (8.13.1/8.12.9) with ESMTP id i9RJjoxN006799 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 27 Oct 2004 21:45:51 +0200 (CEST) (envelope-from roman@ontographics.com) From: Roman Kennke To: Ernst de Haan , java@freebsd.org, freebsd-java@freebsd.org In-Reply-To: <200410272017.44089.znerd@freebsd.org> References: <1098825350.726.18.camel@moonlight> <200410272017.44089.znerd@freebsd.org> Content-Type: multipart/mixed; boundary="=-hJb57ejBSXdHWUZd6IhV" Message-Id: <1098906203.668.4.camel@moonlight> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 27 Oct 2004 21:43:24 +0200 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: JLint port X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 19:43:28 -0000 --=-hJb57ejBSXdHWUZd6IhV Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi there, I've been looking at the JLint port (java/jlint). This port is flagged as BROKEN in FreeBSD 5.x. Looking at the JLint homepage I see that version 3.0 is current (the port is 2.3). I have easily managed to compile and install JLint 3.0, only a minimal patch is required (to disable the bool->int mapping in types.hh). Would someone mind upgrading this port? I send an upgraded port with this email. Please have a look at it, comment it and check it in if you like. Best regards, Roman --=-hJb57ejBSXdHWUZd6IhV-- From owner-freebsd-java@FreeBSD.ORG Wed Oct 27 19:43:28 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3308416A4CE; Wed, 27 Oct 2004 19:43:28 +0000 (GMT) Received: from box7954.elkhouse.de (ontographics.de [213.9.79.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9619B43D68; Wed, 27 Oct 2004 19:43:27 +0000 (GMT) (envelope-from roman@ontographics.com) Received: from [192.168.1.3] (1Cust18.vr2.fft4.alter.net [149.229.88.18]) (authenticated bits=0) by box7954.elkhouse.de (8.13.1/8.12.9) with ESMTP id i9RJjoxN006799 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 27 Oct 2004 21:45:51 +0200 (CEST) (envelope-from roman@ontographics.com) From: Roman Kennke To: Ernst de Haan , java@freebsd.org, freebsd-java@freebsd.org In-Reply-To: <200410272017.44089.znerd@freebsd.org> References: <1098825350.726.18.camel@moonlight> <200410272017.44089.znerd@freebsd.org> Content-Type: multipart/mixed; boundary="=-hJb57ejBSXdHWUZd6IhV" Message-Id: <1098906203.668.4.camel@moonlight> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 27 Oct 2004 21:43:24 +0200 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: JLint port X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 19:43:28 -0000 --=-hJb57ejBSXdHWUZd6IhV Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi there, I've been looking at the JLint port (java/jlint). This port is flagged as BROKEN in FreeBSD 5.x. Looking at the JLint homepage I see that version 3.0 is current (the port is 2.3). I have easily managed to compile and install JLint 3.0, only a minimal patch is required (to disable the bool->int mapping in types.hh). Would someone mind upgrading this port? I send an upgraded port with this email. Please have a look at it, comment it and check it in if you like. Best regards, Roman --=-hJb57ejBSXdHWUZd6IhV-- From owner-freebsd-java@FreeBSD.ORG Wed Oct 27 20:11:49 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9E3F16A4CE for ; Wed, 27 Oct 2004 20:11:49 +0000 (GMT) Received: from gldis.ca (constans.gldis.ca [66.11.169.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C1BD43D46 for ; Wed, 27 Oct 2004 20:11:49 +0000 (GMT) (envelope-from gldisater@gldis.ca) Received: from [127.0.0.1] (localhost [127.0.0.1]) by gldis.ca (8.12.11/8.12.11) with ESMTP id i9RKHv1K071123; Wed, 27 Oct 2004 16:17:57 -0400 (EDT) (envelope-from gldisater@gldis.ca) From: Jeremy Faulkner To: Roman Kennke In-Reply-To: <1098906203.668.4.camel@moonlight> References: <1098825350.726.18.camel@moonlight> <1098906203.668.4.camel@moonlight> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-PKey11EXfRTVhowKeeIC" Message-Id: <1098892971.3270.12.camel@ocean-deep.gldis.ca> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 27 Oct 2004 16:15:15 +0000 X-Virus-Scanned: ClamAV 0.80rc4/524/Sun Oct 10 11:36:08 2004 clamav-milter version 0.80j on constans.gldis.ca X-Virus-Status: Clean cc: java@freebsd.org Subject: Re: JLint port X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 20:11:49 -0000 --=-PKey11EXfRTVhowKeeIC Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2004-10-27 at 19:43, Roman Kennke wrote: > Hi there, >=20 > I've been looking at the JLint port (java/jlint). This port is flagged > as BROKEN in FreeBSD 5.x. Looking at the JLint homepage I see that > version 3.0 is current (the port is 2.3). I have easily managed to > compile and install JLint 3.0, only a minimal patch is required (to > disable the bool->int mapping in types.hh). Would someone mind upgrading > this port? I send an upgraded port with this email. Please have a look > at it, comment it and check it in if you like. >=20 > Best regards, Roman The attachment was removed by the freebsd mailing list server. Also, freebsd-java@ and java@ are the same list, please do not cc: both. --=20 Jeremy Faulkner --=-PKey11EXfRTVhowKeeIC Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBf8YLfb0Lle2MIEIRAjahAKDplS4P5+BxO3Ycz8jneix1gZJEyQCeJvxy QkQOqPsJqIchSiI+hiDc4xE= =2ate -----END PGP SIGNATURE----- --=-PKey11EXfRTVhowKeeIC-- From owner-freebsd-java@FreeBSD.ORG Wed Oct 27 20:51:12 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F051116A4CF for ; Wed, 27 Oct 2004 20:51:12 +0000 (GMT) Received: from box7954.elkhouse.de (ontographics.de [213.9.79.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A8C043D2F for ; Wed, 27 Oct 2004 20:51:12 +0000 (GMT) (envelope-from roman@ontographics.com) Received: from [192.168.1.3] (1Cust18.vr2.fft4.alter.net [149.229.88.18]) (authenticated bits=0) by box7954.elkhouse.de (8.13.1/8.12.9) with ESMTP id i9RKrZjk007028 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 27 Oct 2004 22:53:36 +0200 (CEST) (envelope-from roman@ontographics.com) From: Roman Kennke To: Jeremy Faulkner In-Reply-To: <1098892971.3270.12.camel@ocean-deep.gldis.ca> References: <1098825350.726.18.camel@moonlight> <1098906203.668.4.camel@moonlight> <1098892971.3270.12.camel@ocean-deep.gldis.ca> Content-Type: text/plain Message-Id: <1098910268.668.9.camel@moonlight> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 27 Oct 2004 22:51:08 +0200 Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: JLint port X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 20:51:13 -0000 Am Mi, den 27.10.2004 schrieb Jeremy Faulkner um 18:15: > On Wed, 2004-10-27 at 19:43, Roman Kennke wrote: > > Hi there, > > > > I've been looking at the JLint port (java/jlint). > > I send an upgraded port with this email. Please have a look > > at it, comment it and check it in if you like. > The attachment was removed by the freebsd mailing list server. In this case please download it at: http://ontographics.com/jlint-3.0.tar.gz > Also, > freebsd-java@ and java@ are the same list, please do not cc: both. ok, I didn't knew that. Sorry. /Roman From owner-freebsd-java@FreeBSD.ORG Wed Oct 27 23:19:49 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9FCF16A4CE; Wed, 27 Oct 2004 23:19:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B0E043D41; Wed, 27 Oct 2004 23:19:49 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i9RNJnDJ031429; Wed, 27 Oct 2004 23:19:49 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9RNJn9t031425; Wed, 27 Oct 2004 23:19:49 GMT (envelope-from linimon) Date: Wed, 27 Oct 2004 23:19:49 GMT From: Mark Linimon Message-Id: <200410272319.i9RNJn9t031425@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/73214: [patch] update java/eclipse-cdt to version 2.0.2 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 23:19:49 -0000 Synopsis: [patch] update java/eclipse-cdt to version 2.0.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-java Responsible-Changed-By: linimon Responsible-Changed-When: Wed Oct 27 23:19:40 GMT 2004 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=73214 From owner-freebsd-java@FreeBSD.ORG Thu Oct 28 11:52:28 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F52316A4CE for ; Thu, 28 Oct 2004 11:52:28 +0000 (GMT) Received: from www.enhyper.com (mailgate.enhyper.com [62.49.250.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDB6F43D58 for ; Thu, 28 Oct 2004 11:52:26 +0000 (GMT) (envelope-from iang@systemics.com) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by www.enhyper.com (8.11.6/8.11.6) with SMTP id i9SBpx223045; Thu, 28 Oct 2004 12:52:04 +0100 X-Authentication-Warning: www.enhyper.com: localhost.localdomain [127.0.0.1] didn't use HELO protocol Message-ID: <4180DD57.9060100@systemics.com> Date: Thu, 28 Oct 2004 12:51:51 +0100 From: Ian Grigg User-Agent: Mozilla Thunderbird 0.7.3 (X11/20041002) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Worach References: <417ECD08.8010805@systemics.com> <417F6596.8050808@telia.com> In-Reply-To: <417F6596.8050808@telia.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: Crypto takes 17 seconds to wind up for the throw... X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2004 11:52:28 -0000 Pawel, Pawel Worach wrote: > Ian Grigg wrote: > >> Cipher DES: 17025 > > > What takes time in this situation I belive is. > > // this depends on the quality of the randomness your system provides > SecureRandom random = SecureRandom.getInstance("SHA1PRNG"); > > // done by Cipher.getInstance("DES"); in the background, the constructor > // of DESCipher is pretty slow, don't really know what is does, generates > // keys? > com.sun.crypto.provider.DESCipher dc = > new com.sun.crypto.provider.DESCipher(); > > Random stir: 1155 (those two above combined) > Cipher DES: 686 (if above is pre-done this goes faster) OK, thanks for the suggestion. I tried that, and the results do improve the startup of any particular cipher, as the statics are pre-calculated. But they make no change to the issue I am seeing. What it does do is confirm that the problem lies within the JCE, and is not a provider issue, nor a Java issue, nor a FreeBSD issue. (Also shows that Sun's DES is pretty slow by all accounts anyway for startup.) See below. I know what rough problem is, but not precisely. I'm marshalling my traces to provide the full report, first. > Your system must be quite slow if that takes 17 seconds, > getInstance("DES") in your program out of the box took me 1230 msec. My system is a 1.8Ghz Pentium something or other, a thinkpad A31, see below for FreeBSD/Java versions. It's quite snappy for normal things, although I admit thunderbird is straining it. > ps. Any plans for getting the hotspot profiler working? Thanks, iang ===================================================================== galland$ $JAVA -version java version "1.4.2-p6" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-p6-toor_21_jul_2004_13_48) Java HotSpot(TM) Client VM (build 1.4.2-p6-toor_21_jul_2004_13_48, mixed mode) galland$ uname -a FreeBSD galland 4.9-RC FreeBSD 4.9-RC #7: Tue Sep 30 03:21:16 EDT 2003 # thinkpad A31 1.8GHz. ===================================================================== galland$ /usr/local/jdk1.4.2/bin/javac CipherSlowTest.java && CLASSPATH=::$CLASSPATH $JAVA CipherSlowTest . . . . . . . . . . . . . . . . . . . . default provider: SUN MessDig SHA-1: 125 PRNG SHA-1: 0 . . . . . . . . . . . . . . . . . . . . direct call into DES constructors (bypass JCE) cryptix.DES: 88 sun.crypto.DES: 372 . . . . . . . . . . . . . . . . . . . . switching to provider: CryptixCrypto addProvider: 20 MessDig SHA-1: 16 . . . . . . . . . . . . . . . . . . . . first call to Cipher.getInstance() is really slow. Cipher DES: 16861 Cipher Null: 4 Cipher AES: 30 . . . . . . . . . . . . . . . . . . . . default crypto provider: SunJCE SunJCE DES: 51 . . . . . . . . . . . . . . . . . . . . finished total test time: 17578 Notes:regardless of which provider, first Cipher.getInstance() is slow. Same result from KeyGenerator.getInstance(). All times in milliseconds. galland$ ===================================================================== import javax.crypto.*; import java.security.*; /** * JDK 1.4.2 * java version "1.4.2-p6" * Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-p6-toor_21_jul_2004_13_48) * Java HotSpot(TM) Client VM (build 1.4.2-p6-toor_21_jul_2004_13_48, mixed mode) * * FreeBSD galland 4.9-RC FreeBSD 4.9-RC #7: Tue Sep 30 03:21:16 EDT 2003 * */ public class CipherSlowTest { static long report(long start, String msg) { long now = System.currentTimeMillis(); System.out.println(msg + (now - start)); return System.currentTimeMillis(); } static String line = ". . . . . . . . . . . . . . . . . . . . "; static SecureRandom random; public static void prelims() throws Exception { long t1 = System.currentTimeMillis(); String provider = "SUN"; System.out.println(line+"default provider: " + provider); MessageDigest.getInstance("SHA-1", provider); t1 = report(t1, "MessDig SHA-1: "); // this depends on the quality of the randomness your system provides random = SecureRandom.getInstance("SHA1PRNG"); t1 = report(t1, "PRNG SHA-1: "); System.out.println(line+"direct call into DES constructors (bypass JCE)"); // done by Cipher.getInstance("DES"); in the background. cryptix.jce.provider.cipher.DES cryptix = new cryptix.jce.provider.cipher.DES(); t1 = report(t1, "cryptix.DES: "); // the constructor of sun.crypto.DESCipher is pretty slow, // don't really know what is does, generates keys? com.sun.crypto.provider.DESCipher sundes = new com.sun.crypto.provider.DESCipher(); t1 = report(t1, "sun.crypto.DES: "); } static void cryptix() throws Exception { long t1 = System.currentTimeMillis(); String provider = "CryptixCrypto"; System.out.println(line+"switching to provider: " + provider); Security.addProvider(new cryptix.jce.provider.CryptixCrypto()); t1 = report(t1, "addProvider: "); MessageDigest.getInstance("SHA-1", provider); t1 = report(t1, "MessDig SHA-1: "); System.out.println(line+"first call to Cipher.getInstance() is really slow."); Cipher.getInstance("DES", provider); t1 = report(t1, "Cipher DES: "); Cipher.getInstance("null", provider); t1 = report(t1, "Cipher Null: "); Cipher.getInstance("Rijndael/ECB/NoPadding", provider); t1 = report(t1, "Cipher AES: "); } static void sunJCE() throws Exception { long t1 = System.currentTimeMillis(); String provider = "SunJCE"; System.out.println(line+"default crypto provider: " + provider); Cipher.getInstance("DES", provider); t1 = report(t1, "SunJCE DES: "); } public static void main(String[] args) throws Exception { long t2 = System.currentTimeMillis(); prelims(); boolean cryptixFirst = true; if (cryptixFirst) // doesn't matter which { cryptix(); sunJCE(); } else { sunJCE(); cryptix(); } System.out.println(line + "finished"); report(t2, "total test time: "); System.out.println(""); System.out.println("Notes:regardless of which provider, first Cipher.getInstance() is slow."); System.out.println(" Same result from KeyGenerator.getInstance()."); System.out.println(" All times in milliseconds."); } } From owner-freebsd-java@FreeBSD.ORG Thu Oct 28 13:17:55 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F6A416A4CE; Thu, 28 Oct 2004 13:17:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3E4243D48; Thu, 28 Oct 2004 13:17:54 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from freefall.freebsd.org (hq@localhost [127.0.0.1]) i9SDHsep057483; Thu, 28 Oct 2004 13:17:54 GMT (envelope-from hq@freefall.freebsd.org) Received: (from hq@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9SDHsYt057479; Thu, 28 Oct 2004 13:17:54 GMT (envelope-from hq) Date: Thu, 28 Oct 2004 13:17:54 GMT From: Herve Quiroz Message-Id: <200410281317.i9SDHsYt057479@freefall.freebsd.org> To: hq@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/73240: [PATCH] java/jlint: update to 3.0 and unbreak on 5.x X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2004 13:17:55 -0000 Synopsis: [PATCH] java/jlint: update to 3.0 and unbreak on 5.x Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-java Responsible-Changed-By: hq Responsible-Changed-When: Thu Oct 28 13:15:44 GMT 2004 Responsible-Changed-Why: Over to the freebsd-java@ list for feedback. http://www.freebsd.org/cgi/query-pr.cgi?pr=73240 From owner-freebsd-java@FreeBSD.ORG Thu Oct 28 13:22:21 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9E0616A4CE; Thu, 28 Oct 2004 13:22:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A13A43D49; Thu, 28 Oct 2004 13:22:21 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from freefall.freebsd.org (hq@localhost [127.0.0.1]) i9SDMLMT057686; Thu, 28 Oct 2004 13:22:21 GMT (envelope-from hq@freefall.freebsd.org) Received: (from hq@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9SDMLdT057682; Thu, 28 Oct 2004 13:22:21 GMT (envelope-from hq) Date: Thu, 28 Oct 2004 13:22:21 GMT From: Herve Quiroz Message-Id: <200410281322.i9SDMLdT057682@freefall.freebsd.org> To: hq@freebsd.org, hq@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/73240: [PATCH] java/jlint: update to 3.0 and unbreak on 5.x X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2004 13:22:21 -0000 Synopsis: [PATCH] java/jlint: update to 3.0 and unbreak on 5.x State-Changed-From-To: open->feedback State-Changed-By: hq State-Changed-When: Thu Oct 28 13:18:03 GMT 2004 State-Changed-Why: This patch is indeed working on 5.x @freebsd-java: Could someone please confirm that nothing breaks with 4.x? @Roman: I didn't remove the patch for Makefile as it's needed to honor user-defined variables (e.g. CFLAGS). http://www.freebsd.org/cgi/query-pr.cgi?pr=73240 From owner-freebsd-java@FreeBSD.ORG Thu Oct 28 14:39:37 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EB1D16A4CE; Thu, 28 Oct 2004 14:39:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D94243D3F; Thu, 28 Oct 2004 14:39:37 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) i9SEdbt8069264; Thu, 28 Oct 2004 14:39:37 GMT (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9SEdbj2069260; Thu, 28 Oct 2004 14:39:37 GMT (envelope-from nork) Date: Thu, 28 Oct 2004 14:39:37 GMT From: Norikatsu Shigemura Message-Id: <200410281439.i9SEdbj2069260@freefall.freebsd.org> To: gldisater@gldis.ca, nork@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/73214: [patch] update java/eclipse-cdt to version 2.0.2 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2004 14:39:37 -0000 Synopsis: [patch] update java/eclipse-cdt to version 2.0.2 State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Thu Oct 28 14:39:23 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=73214 From owner-freebsd-java@FreeBSD.ORG Sat Oct 30 02:57:35 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D43E516A4D0 for ; Sat, 30 Oct 2004 02:57:35 +0000 (GMT) Received: from tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4776543D46 for ; Sat, 30 Oct 2004 02:57:35 +0000 (GMT) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by tydfam.jp (8.13.1/8.13.1) with ESMTP id i9U2uq3d000838 for ; Sat, 30 Oct 2004 11:56:52 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Sat, 30 Oct 2004 11:57:34 +0900 (JST) Message-Id: <20041030.115734.115907956.ken@tydfam.jp> To: freebsd-java@freebsd.org From: Yamada Ken Takeshi X-Mailer: Mew version 3.3 on XEmacs 21.4.14 (Reasonable Discussion) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Sat_Oct_30_11:57:34_2004_129)--" Content-Transfer-Encoding: 7bit Subject: [FYI] linux-sun-jdk1.5.0 on amd64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2004 02:57:36 -0000 ----Next_Part(Sat_Oct_30_11:57:34_2004_129)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit I just want to let you know, linux-sun-jdk1.5.0 works somewhat under FreeBSD-current/amd64 (Rioworks's HDAMA - OpteronX2). I followed "http://people.freebsd.org/~tjr/linux32.html" and successfuly got jdk1.5.0 work. However, as it is pointed in the above page, it core dumped with SwingSet2.jar demo. ----Next_Part(Sat_Oct_30_11:57:34_2004_129)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="hs_err_pid30798.log" # # An unexpected error has been detected by HotSpot Virtual Machine: # # Internal Error (4E4D4554484F440E435050051B), pid=30798, tid=262160 # # Java VM: Java HotSpot(TM) Client VM (1.5.0-b64 mixed mode, sharing) --------------- T H R E A D --------------- Current thread (0x2dac81a8): JavaThread "Image Fetcher 1" daemon [_thread_in_Java, id=30815] Stack: [0xfda01000,0xfdc00000), sp=0xfdbff108, free space=2040k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0x2dcf73] V [libjvm.so+0x119d6c] V [libjvm.so+0x2480be] V [libjvm.so+0x285810] V [libjvm.so+0x258d7c] V [libjvm.so+0x256364] C [libpthread.so.0+0xbc8b] C 0xffffefc7 J sun.awt.image.ImageWatched.newInfo(Ljava/awt/Image;IIIII)V v ~RuntimeStub::alignment_frame_return Runtime1 stub j sun.awt.image.ImageRepresentation.imageComplete(I)V+182 j sun.awt.image.ImageDecoder.imageComplete(IZ)I+45 j sun.awt.image.GifImageDecoder.produceImage()V+590 j sun.awt.image.InputStreamImageSource.doFetch()V+51 j sun.awt.image.ImageFetcher.fetchloop()V+33 j sun.awt.image.ImageFetcher.run()V+5 v ~StubRoutines::call_stub V [libjvm.so+0x1688ec] V [libjvm.so+0x257378] V [libjvm.so+0x168145] V [libjvm.so+0x1681de] V [libjvm.so+0x1d5495] V [libjvm.so+0x2b030d] V [libjvm.so+0x257e88] C [libpthread.so.0+0x5cc4] --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x2dac85e8 JavaThread "Image Fetcher 2" daemon [_thread_blocked, id=30816] =>0x2dac81a8 JavaThread "Image Fetcher 1" daemon [_thread_in_Java, id=30815] 0x0805b868 JavaThread "DestroyJavaVM" [_thread_blocked, id=30798] 0x08150388 JavaThread "Thread-1" [_thread_in_vm, id=30813] 0x081424f8 JavaThread "TimerQueue" daemon [_thread_blocked, id=30812] 0x0810eb98 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=30811] 0x080f2980 JavaThread "AWT-Shutdown" [_thread_blocked, id=30810] 0x080edd38 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=30809] 0x080ed0e8 JavaThread "AWT-XAWT" daemon [_thread_blocked, id=30808] 0x080e3728 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=30807] 0x080a1608 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=30805] 0x080a0188 JavaThread "CompilerThread0" daemon [_thread_in_vm, id=30804] 0x0809f2a8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=30803] 0x0809c1f0 JavaThread "Finalizer" daemon [_thread_blocked, id=30802] 0x0809a3b0 JavaThread "Reference Handler" daemon [_thread_blocked, id=30801] Other Threads: 0x08095950 VMThread [id=30800] 0x080a2b40 WatcherThread [id=30806] VM state:synchronizing (normal execution) VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) [0x0805ac80/0x0805aca8] Safepoint_lock - owner thread: 0x08095950 [0x0805ad00/0x0805ad28] Threads_lock - owner thread: 0x08095950 [0x0805b150/0x0805b168] Heap_lock - owner thread: 0x08150388 Heap def new generation total 1344K, used 1287K [0x4d960000, 0x4dad0000, 0x4de40000) eden space 1216K, 99% used [0x4d960000, 0x4da8d458, 0x4da90000) from space 128K, 64% used [0x4da90000, 0x4daa4890, 0x4dab0000) to space 128K, 0% used [0x4dab0000, 0x4dab0000, 0x4dad0000) tenured generation total 16800K, used 13890K [0x4de40000, 0x4eea8000, 0x51960000) the space 16800K, 82% used [0x4de40000, 0x4ebd0828, 0x4ebd0a00, 0x4eea8000) compacting perm gen total 8192K, used 1406K [0x51960000, 0x52160000, 0x55960000) the space 8192K, 17% used [0x51960000, 0x51abfb78, 0x51abfc00, 0x52160000) ro space 8192K, 68% used [0x55960000, 0x55ed7a00, 0x55ed7a00, 0x56160000) rw space 12288K, 47% used [0x56160000, 0x56715db0, 0x56715e00, 0x56d60000) Dynamic libraries: 08048000-08056000 r-xp 00010000 VM Arguments: java_command: SwingSet2.jar Environment Variables: JAVA_HOME=/usr/local/linux-jdk1.5.0 CLASSPATH=/usr/local/jakarta-tomcat4.0.4/lib/common/servlet.jar:/usr/local/jakarta-tomcat4.0.4/lib/pgjdbc2.jar PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/usr/local/linux-jdk1.5.0/bin LD_LIBRARY_PATH=/usr/local/linux-jdk1.5.0/jre/lib/i386/client:/usr/local/linux-jdk1.5.0/jre/lib/i386:/usr/local/linux-jdk1.5.0/jre/../lib/i386 SHELL=/bin/csh DISPLAY=192.168.1.3:0.0 HOSTTYPE=FreeBSD OSTYPE=FreeBSD MACHTYPE=unknown --------------- S Y S T E M --------------- OS:Linux uname:Linux 2.4.2 FreeBSD 6.0-CURRENT #6: Thu Oct 28 22:15:56 JST 2004 amd64 libc:glibc 2.3.2 stable linuxthreads (fixed stack) rlimit: STACK 2044k, CORE infinity, NPROC 5547, NOFILE 11095, AS 10k load average:0.08 0.01 0.00 CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2 Memory: 4k page, physical 1038640k(966640k free), swap 1048576k(1048576k free) vm_info: Java HotSpot(TM) Client VM (1.5.0-b64) for linux-x86, built on Sep 15 2004 03:56:41 by java_re with gcc 3.2.1-7a (J2SE release) ----Next_Part(Sat_Oct_30_11:57:34_2004_129)---- From owner-freebsd-java@FreeBSD.ORG Sat Oct 30 06:22:51 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56C3416A4CE; Sat, 30 Oct 2004 06:22:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3789443D2F; Sat, 30 Oct 2004 06:22:51 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i9U6Mp4h008555; Sat, 30 Oct 2004 06:22:51 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9U6MpBH008551; Sat, 30 Oct 2004 06:22:51 GMT (envelope-from linimon) Date: Sat, 30 Oct 2004 06:22:51 GMT From: Mark Linimon Message-Id: <200410300622.i9U6MpBH008551@freefall.freebsd.org> To: linimon@FreeBSD.org, gnome@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/73279: www/firefox + java crash X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2004 06:22:51 -0000 Synopsis: www/firefox + java crash Responsible-Changed-From-To: gnome->freebsd-java Responsible-Changed-By: linimon Responsible-Changed-When: Sat Oct 30 06:22:31 GMT 2004 Responsible-Changed-Why: Marcus claims that this is a Java problem, so over to mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=73279