From owner-freebsd-java@FreeBSD.ORG Mon Nov 10 09:42:35 2003 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 364C516A4CE for ; Mon, 10 Nov 2003 09:42:35 -0800 (PST) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B18C643FE1 for ; Mon, 10 Nov 2003 09:42:33 -0800 (PST) (envelope-from dorian.buettner@gmx.de) Received: (qmail 26584 invoked by uid 65534); 10 Nov 2003 17:42:32 -0000 Received: from p5087BF87.dip.t-dialin.net (EHLO powersupply.dgeneration.de) (80.135.191.135) by mail.gmx.net (mp025) with SMTP; 10 Nov 2003 18:42:32 +0100 X-Authenticated: #1682771 From: Dorian =?iso-8859-1?q?B=FCttner?= To: freebsd-java@freebsd.org Date: Mon, 10 Nov 2003 18:42:30 +0100 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311101842.31060.dorian.buettner@gmx.de> Subject: netbeans / diablo-jdk X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dorian.buettner@gmx.de List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2003 17:42:35 -0000 hello all, FreeBSD 4.9, just upgraded from source, and freshly installed netbeans from ports, diablo-jdk as a dependency. I don't know how to find out whether following error derives from the netbeans port or from the jdk: [seyphire@powersupply seyphire]$ netbeans SIGILL 4* illegal instruction Full thread dump Classic VM (diablo-1.3.1-0, green threads): "main" (TID:0x28eafb48, sys_thread_t:0x82bb680, state:R) prio=5 at java.lang.Long.toString(Long.java:91) at java.lang.Long.toString(Long.java:221) at java.text.DigitList.(DigitList.java:543) at java.text.DecimalFormat.(DecimalFormat.java:376) at java.text.NumberFormat.getInstance(NumberFormat.java:570) at java.text.NumberFormat.getInstance(NumberFormat.java:329) at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:332) at java.text.SimpleDateFormat.(SimpleDateFormat.java:322) at java.text.DateFormat.get(DateFormat.java:650) at java.text.DateFormat.getDateTimeInstance(DateFormat.java:477) at org.netbeans.core.TopLogging.(TopLogging.java:67) at org.netbeans.core.NonGui.parseCommandLine(NonGui.java:298) at org.netbeans.core.Main.start(Main.java:417) at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:79) at java.lang.Thread.run(Thread.java:484) "Finalizer" (TID:0x28e9d528, sys_thread_t:0x80d4480, state:CW) prio=8 at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:108) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:123) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:162) "Reference Handler" (TID:0x28e9d300, sys_thread_t:0x80b3880, state:CW) prio=10 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:420) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:110) "Signal dispatcher" (TID:0x28e9d330, sys_thread_t:0x80b3680, state:CW) prio=5 "Thread-0" (TID:0x28eafbc8, sys_thread_t:0x8052480, state:CW) prio=5 Monitor Cache Dump: java.lang.ref.Reference$Lock@28E9D310/28ED2F98: Waiting to be notified: "Reference Handler" (0x80b3880) java.lang.ref.ReferenceQueue$Lock@28E9D540/28ED3478: Waiting to be notified: "Finalizer" (0x80d4480) Registered Monitor Dump: utf8 hash table: JNI pinning lock: JNI global reference lock: BinClass lock: Class linking lock: System class loader lock: Code rewrite lock: Heap lock: Monitor cache lock: owner "main" (0x82bb680) 1 entry Dynamic loading lock: Monitor IO lock: User signal monitor: Waiting to be notified: "Signal dispatcher" (0x80b3680) Child death monitor: I/O monitor: Alarm monitor: Waiting to be notified: (0x8052680) Thread queue lock: owner "main" (0x82bb680) 1 entry Waiting to be notified: "Thread-0" (0x8052480) Monitor registry: owner "main" (0x82bb680) 1 entry SIGABRT 6* abort (generated by abort(3) routine) Full thread dump Classic VM (diablo-1.3.1-0, green threads): "main" (TID:0x28eafb48, sys_thread_t:0x82bb680, state:R) prio=5 at java.lang.Long.toString(Long.java:91) at java.lang.Long.toString(Long.java:221) at java.text.DigitList.(DigitList.java:543) at java.text.DecimalFormat.(DecimalFormat.java:376) at java.text.NumberFormat.getInstance(NumberFormat.java:570) at java.text.NumberFormat.getInstance(NumberFormat.java:329) at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:332) at java.text.SimpleDateFormat.(SimpleDateFormat.java:322) at java.text.DateFormat.get(DateFormat.java:650) at java.text.DateFormat.getDateTimeInstance(DateFormat.java:477) at org.netbeans.core.TopLogging.(TopLogging.java:67) at org.netbeans.core.NonGui.parseCommandLine(NonGui.java:298) at org.netbeans.core.Main.start(Main.java:417) at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:79) at java.lang.Thread.run(Thread.java:484) "Finalizer" (TID:0x28e9d528, sys_thread_t:0x80d4480, state:CW) prio=8 at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:108) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:123) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:162) "Reference Handler" (TID:0x28e9d300, sys_thread_t:0x80b3880, state:CW) prio=10 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:420) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:110) "Signal dispatcher" (TID:0x28e9d330, sys_thread_t:0x80b3680, state:CW) prio=5 "Thread-0" (TID:0x28eafbc8, sys_thread_t:0x8052480, state:CW) prio=5 Monitor Cache Dump: java.lang.ref.Reference$Lock@28E9D310/28ED2F98: Waiting to be notified: "Reference Handler" (0x80b3880) java.lang.ref.ReferenceQueue$Lock@28E9D540/28ED3478: Waiting to be notified: "Finalizer" (0x80d4480) Registered Monitor Dump: utf8 hash table: JNI pinning lock: JNI global reference lock: BinClass lock: Class linking lock: System class loader lock: Code rewrite lock: Heap lock: Monitor cache lock: owner "main" (0x82bb680) 1 entry Dynamic loading lock: Monitor IO lock: User signal monitor: Waiting to be notified: "Signal dispatcher" (0x80b3680) Child death monitor: I/O monitor: Alarm monitor: Waiting to be notified: (0x8052680) Thread queue lock: owner "main" (0x82bb680) 1 entry Waiting to be notified: "Thread-0" (0x8052480) Monitor registry: owner "main" (0x82bb680) 1 entry Abort trap (core dumped) any hint welcome, Dorian