From owner-freebsd-java Wed Oct 18 5:13:21 2000 Delivered-To: freebsd-java@freebsd.org Received: from toyland.drapple.com (toyland.drapple.com [204.200.26.114]) by hub.freebsd.org (Postfix) with ESMTP id EAAE837B4CF for ; Wed, 18 Oct 2000 05:13:18 -0700 (PDT) Received: from freebsd.org (adsl-151-196-245-215.bellatlantic.net [151.196.245.215]) by toyland.drapple.com (8.9.3/8.9.3) with ESMTP id FAA17450; Wed, 18 Oct 2000 05:12:55 -0700 (PDT) (envelope-from patrick@freebsd.org) Message-ID: <39ED93B3.102F33E8@freebsd.org> Date: Wed, 18 Oct 2000 08:12:35 -0400 From: Patrick Gardella Organization: FreeBSD X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Greg Lewis Cc: Mark Conway Wirt , freebsd-java@freebsd.org, k@shudo.net Subject: Re: Advice on Linux JDK 1.2.2 (ArgoUML on native FreeBSD JDK 1.2.2 with shuJIT) References: <200010181031.UAA71318@ares.trc.adelaide.edu.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greg Lewis wrote: > > Patrick Gardella wrote: > > Mark Conway Wirt wrote: > > > It's an Open Source Case Tool; ArgoUML: > > > > > > http://argouml.tigris.org/index.html > > > > > > The source is available, although I down-loaded the precompiled JAR files. > > > If it'll help debugging, I can down-load the sources and re-compile > > > them. Don't think I'll be able to do today (I'm stuck in meetings), > > > but if it'll be helpful I'll compile them. > [snippage] > > > > However, when I tested it under our native JDK 1.2.2, it dies in a burst > > of flames. I'll need to track this down. > > Hmmm, I downloaded the precompiled classes and it starts up fine for me. > I didn't actually attempt to do much other than exit, but your post > sounded like it died much earlier on for you. Do I need to do something > else to provoke it? Crash details? Scratch that. It was shuJIT that was causing the problems. Without a JIT, it runs fine out of the box. Starting it is all it took with shuJIT (withing about a second) and -verbose: [Loaded sun.misc.URLClassPath$JarLoader from /export/jdk1.2.2/jre/lib/rt.jar] [Loaded java.net.NetPermission from /export/jdk1.2.2/jre/lib/rt.jar] [Loaded java.net.MalformedURLException from /export/jdk1.2.2/jre/lib/rt.jar] [Loaded java.net.URLConnection from /export/jdk1.2.2/jre/lib/rt.jar] [Loaded java.net.JarURLConnection from /export/jdk1.2.2/jre/lib/rt.jar] [Loaded sun.misc.URLClassPath$4 from /export/jdk1.2.2/jre/lib/rt.jar] SIGSEGV 11 segmentation violation SIGABRT 6 abort() Monitor Cache Dump: java.lang.ref.ReferenceQueue$Lock@28E68338/28E9E028: Waiting to be notified: "Finalizer" (0x80a5080) java.lang.ref.Reference$Lock@28E683C0/28E9DB20: Waiting to be notified: "Reference Handler" (0x8091880) java.util.Stack@28E693A0/28EAF888: owner "main" (0x804d480) 3 entries sun.misc.Launcher$ExtClassLoader@28E69040/28EAEB68: owner "main" (0x804d480) 1 entry sun.misc.Launcher$AppClassLoader@28E69290/28EB01B0: owner "main" (0x804d480) 3 entries > > Looks like a nice app to get to work! > > I used an earlier version and must admit I went back to dia for drawing > diagrams :). Never used dia. URL? -- Patrick ---------- Patrick Gardella patrick@freebsd.org The Power to Serve shall not be infringed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message