From owner-freebsd-java Tue Oct 22 22:35:54 2002 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 475D237B401 for ; Tue, 22 Oct 2002 22:35:53 -0700 (PDT) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8E2C43E4A for ; Tue, 22 Oct 2002 22:35:52 -0700 (PDT) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 184EBC-0005FM-00; Tue, 22 Oct 2002 22:35:42 -0700 Date: Tue, 22 Oct 2002 22:35:42 -0700 To: Huang wen hui Cc: freebsd-java@freebsd.org, "Bill Huey (Hui)" Subject: Re: awt app always abort when exit using hotspot vm under STABLE Message-ID: <20021023053542.GA20151@gnuppy.monkey.org> References: <3DB61145.8050207@mail.gddsn.org.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DB61145.8050207@mail.gddsn.org.cn> User-Agent: Mutt/1.4i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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