Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2000 08:12:35 -0400
From:      Patrick Gardella <patrick@freebsd.org>
To:        Greg Lewis <glewis@trc.adelaide.edu.au>
Cc:        Mark Conway Wirt <mark@intrepid.net>, 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)
Message-ID:  <39ED93B3.102F33E8@freebsd.org>
References:  <200010181031.UAA71318@ares.trc.adelaide.edu.au>

next in thread | previous in thread | raw e-mail | index | archive | help
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:
<snip>
[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: <unowned>
        Waiting to be notified:
            "Finalizer" (0x80a5080)
    java.lang.ref.Reference$Lock@28E683C0/28E9DB20: <unowned>
        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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39ED93B3.102F33E8>