Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2002 22:35:42 -0700
From:      Bill Huey (Hui) <billh@gnuppy.monkey.org>
To:        Huang wen hui <hwh@mail.gddsn.org.cn>
Cc:        freebsd-java@freebsd.org, "Bill Huey (Hui)" <billh@gnuppy.monkey.org>
Subject:   Re: awt app always abort when exit using hotspot vm under STABLE
Message-ID:  <20021023053542.GA20151@gnuppy.monkey.org>
In-Reply-To: <3DB61145.8050207@mail.gddsn.org.cn>
References:  <3DB61145.8050207@mail.gddsn.org.cn>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 23, 2002 at 11:02:29AM +0800, Huang wen hui wrote:
> hi,
> I use jdk1.3.1 hosspot vm under STABLE( including libc_r patch), Hotspot
> vm was compiled by gcc31-20020502 from ports.
> Any awt app will abort when exit. Does gcc31 too old? Should I use gcc32
> from ports?

You can try, but I doubt it'll affect anything. Did you rebuild from a
completely clean build directory ?

It looks like it's failing in the C++/C glue layer that binds both HotSpot
and the support JVM. The JVM itself is used as a supporting first-class type
library for HotSpot VM.

It's possibly throwing an exception of some sort repeatedly...

Not sure until I get a recent -stable machine up an going...

> /usr/local/jdk1.3.1/jre/lib/i386/client/libjvm_g.so
> #10 0x18784bf2 in Java_java_lang_Shutdown_halt (env=0x81d0eb0,
> ignored=0x8564a18, code=0) at
> ../../../src/share/native/java/lang/Shutdown.c:21
> #11 0x080da1ac in ?? ()
> #12 0x080d6519 in ?? ()
> #13 0x080d6519 in ?? ()
> #14 0x080d6519 in ?? ()
> #15 0x080d6519 in ?? ()
> #16 0x080d65eb in ?? ()
> #17 0x080d6519 in ?? ()
> #18 0x080d6519 in ?? ()
> #19 0x080d6519 in ?? ()
> #20 0x080d6519 in ?? ()
> #21 0x080d6519 in ?? ()
> #22 0x080d6519 in ?? ()
> #23 0x080d6519 in ?? ()
> #24 0x080d6519 in ?? ()
> #25 0x080d656d in ?? ()
> #26 0x080d6519 in ?? ()
> #27 0x080d6519 in ?? ()
> #28 0x1861a3fd in StubRoutines::_code1 () from
> /usr/local/jdk1.3.1/jre/lib/i386/client/libjvm_g.so
> #29 0x182e2979 in JavaCalls::call_helper(JavaValue*, methodHandle*,
> JavaCallArguments*, Thread*) (result=0x8564ec4, m=0x8564dc8,
> args=0x8564e44, __the_thread__=0x81d0e18)
> at
> /usr/ports/java/jdk13/work/hotspot1.3.1/src/share/vm/runtime/javaCalls.cpp:378

bill


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?20021023053542.GA20151>