From owner-freebsd-java Sun Mar 14 20:56:22 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id D4A2A151EF for ; Sun, 14 Mar 1999 20:56:19 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id VAA09046; Sun, 14 Mar 1999 21:56:01 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id VAA28569; Sun, 14 Mar 1999 21:55:48 -0700 Date: Sun, 14 Mar 1999 21:55:48 -0700 Message-Id: <199903150455.VAA28569@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: SHUDO Kazuyuki Cc: freebsd-java@FreeBSD.ORG Subject: Re: the prelease jdk1.2 for linux: problem In-Reply-To: <199903150404.NAA07005@cafe.muraoka.info.waseda.ac.jp> References: <199903130646.PAA24203@cafe.muraoka.info.waseda.ac.jp> <199903150404.NAA07005@cafe.muraoka.info.waseda.ac.jp> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > /home/daichi(942) /usr/local/jdk1.2/bin/java > > > SIGSEGV 11* segmentation violation > > > stackpointer=0xefbfcec0 > > > > > > Full thread dump Classic VM (Linux_JDK_1.2_pre-release-v1, native threads): > > ^^^^^^^^^^^^^^ > > > "main" (TID:0x291761e0, sys_thread_t:0x81434e0, state:R, native ID:0x400) prio=5 > > > At least, you should use green threads instead of native > > threads. Even on Linux, native threads can't work well > > yet with glibc 2.1. > > I forgot to mention an important matter. You must > disable JIT compiler. JDK 1.2 for Linux contains a JIT > from Sun, but that can't work with green threads. > Specify `-Djava.compiler=' with java command to disable > the JIT. Actually, I believe the JIT compiler is from Metroworks. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message