From owner-freebsd-java Sun Sep 5 10:46:42 1999 Delivered-To: freebsd-java@freebsd.org Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id E90F214BDA for ; Sun, 5 Sep 1999 10:46:34 -0700 (PDT) (envelope-from kleine@ak.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.8.8/8.8.8) with UUCP id TAA27197; Sun, 5 Sep 1999 19:46:16 +0200 (CEST) (envelope-from kleine@ak.sax.de) Received: (from kleine@localhost) by ak.sax.de (8.9.3/8.9.3) id TAA01948; Sun, 5 Sep 1999 19:46:31 +0200 From: Albrecht Kleine Message-Id: <199909051746.TAA01948@ak.sax.de> Subject: Announce: TYA JIT 1.4v2 released To: java-linux@java.blackdown.org Date: Sun, 5 Sep 1999 19:46:31 +0200 (MEST) Cc: java@freebsd.org X-Mailer: ELM [version 2.4ME+ PL60 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I've just released an update of TYA JIT compiler: ftp://gonzalez.cyberus.ca/pub/Linux/java/tya14v2.tgz Size is 132825. TYA 1.4v2 contains a collection of last weeks bug fixes. TYA is curently designed as add on to JDK ports by Blackdown and FreeBSD teams. Cheers Albrecht To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Sep 8 21:42: 4 1999 Delivered-To: freebsd-java@freebsd.org Received: from cafe.muraoka.info.waseda.ac.jp (cafe.muraoka.info.waseda.ac.jp [133.9.68.49]) by hub.freebsd.org (Postfix) with ESMTP id E497C15158 for ; Wed, 8 Sep 1999 21:41:30 -0700 (PDT) (envelope-from shudoh@muraoka.info.waseda.ac.jp) Received: from muraoka.info.waseda.ac.jp (shudoh@localhost [127.0.0.1]) by cafe.muraoka.info.waseda.ac.jp (8.9.1a/3.7W) with ESMTP id NAA19986 for ; Thu, 9 Sep 1999 13:37:18 +0900 Message-Id: <199909090437.NAA19986@cafe.muraoka.info.waseda.ac.jp> To: freebsd-java@FreeBSD.ORG Subject: handling SIGQUIT Date: Thu, 09 Sep 1999 13:37:18 +0900 From: SHUDO Kazuyuki Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I found the behavior of JDK 1.1.8 V99-7-19 which may be a bug. While NetBeans (www.netbeans.com) 2.1.1 starting up I send many SIGQUIT to the JDK by rapid hitting Control-\. The JDK occasionally hang up with the following message: SIGQUIT 3* quit Full thread dump: BOGUS-HANDLE[6d0049] (TID:0x290024a8, sys_thread_t:0x290024d8, state:6d0049?) prio=687875304 BOGUS-HANDLE[690054] (TID:0x29000600, sys_thread_t:0x81d3400, state:81694d0?) prio=135698076Abort trap Is signal handler called during handler is executed? JDK 1.1.7 for Linux may have the same problem: SIGQUIT 3* quit stackbase=0x2ef6a000, stackpointer=0x2ef69cf8 *** panic: Internal error dumping threads! JDK 1.2 pre-release 2 for Linux will not have the problem. Kazuyuki SHUDO Happy Hacking! Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Sep 9 4:31:21 1999 Delivered-To: freebsd-java@freebsd.org Received: from cafe.muraoka.info.waseda.ac.jp (cafe.muraoka.info.waseda.ac.jp [133.9.68.49]) by hub.freebsd.org (Postfix) with ESMTP id 390F715041; Thu, 9 Sep 1999 04:31:13 -0700 (PDT) (envelope-from shudoh@muraoka.info.waseda.ac.jp) Received: from muraoka.info.waseda.ac.jp (shudoh@localhost [127.0.0.1]) by cafe.muraoka.info.waseda.ac.jp (8.9.1a/3.7W) with ESMTP id UAA25981; Thu, 9 Sep 1999 20:27:30 +0900 Message-Id: <199909091127.UAA25981@cafe.muraoka.info.waseda.ac.jp> To: java-port@FreeBSD.org, freebsd-java@FreeBSD.org, fuyuhik8@is.titech.ac.jp Subject: Re: Some bugs exist in JDK for FreeBSD. In-reply-to: Your message of "Sat, 04 Sep 1999 00:06:06 JST." <19990904000606R.fuyuhik8@is.titech.ac.jp> Date: Thu, 09 Sep 1999 20:27:29 +0900 From: SHUDO Kazuyuki Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Fuyuhiko Maruyama wrote: > When you try division of two special int values, x86 cpu causes > SIGFPE. > System.out.println("0x80000000 / -1 = " + (0x80000000/-1)); > This bug may exist all version of JDK for FreeBSD (may be in Linux > version), Yes, JDK 1.1.7 (v3 and v1a) for Linux has also this problem. But, JDK 1.2 pre-release 2 and JDK 1.1.6 from IBM can handle that situation well. And TYA and shuJIT can also deal with the special division even with Blackdown JDK 1.1.7. The problem was reported by Matt Welsh on the Java-linux list several months ago. > Our JIT compiler can handle > it in support functions for JIT compiled methods I'm looking for release of your OpenJIT. Kazuyuki SHUDO Happy Hacking! Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Sep 9 7:45:43 1999 Delivered-To: freebsd-java@freebsd.org Received: from castle.netlink.co.uk (castle.netlink.co.uk [194.88.140.12]) by hub.freebsd.org (Postfix) with ESMTP id 89DCC15229 for ; Thu, 9 Sep 1999 07:45:35 -0700 (PDT) (envelope-from geoffb@castle.netlink.co.uk) Received: (from geoffb@localhost) by castle.netlink.co.uk (8.9.3/8.9.3) id PAA28874 for freebsd-java@freebsd.org; Thu, 9 Sep 1999 15:45:25 +0100 (BST) From: Geoff Buckingham Message-Id: <199909091445.PAA28874@castle.netlink.co.uk> Subject: Xylan Omni Switch Managment Util To: freebsd-java@freebsd.org Date: Thu, 9 Sep 1999 15:45:25 +0100 (BST) Reply-To: geoffb@netlink.co.uk X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Forgive me I only installed the jdk today so am probably missing something really obvious. Running the instaltion utility for Xylans java managment app I get the following error: bash-2.02# ./Install.sh InstallShield JavaTM Edition Extracting installation code....................................done /usr/local/jdk1.1.8/lib/i386/green_threads/libawt.so: Undefined symbol "xmDrawingAreaWidgetClass" (libawt.so) Sorry, could not extract this archive java.lang.UnsatisfiedLinkError: no awt in shared library path at java.lang.Runtime.loadLibrary(Runtime.java) at java.lang.System.loadLibrary(System.java) at at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:399) at java.awt.Font.initializeFont(Font.java:106) at java.awt.Font.(Font.java:121) at installshield.jshield.runtime.InfoContainer.load(InfoContainer.java:84) at installshield.jshield.runtime.InfoContainer.equals(InfoContainer.java:58) at Install.initiateGUI(install.java:281) at Install.(install.java:232) at Install.main(install.java:438) **ERROR failed to install Any Ideas?? -- GeoffB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Sep 9 8:39:38 1999 Delivered-To: freebsd-java@freebsd.org Received: from quackerjack.cc.vt.edu (quackerjack.cc.vt.edu [198.82.160.250]) by hub.freebsd.org (Postfix) with ESMTP id F048C156CF for ; Thu, 9 Sep 1999 08:39:34 -0700 (PDT) (envelope-from jobaldwi@vt.edu) Received: from mailrelay.vt.edu (gkar.cc.vt.edu [128.173.16.40]) by quackerjack.cc.vt.edu (8.8.8/8.8.8) with ESMTP id LAA05521; Thu, 9 Sep 1999 11:39:16 -0400 (EDT) Received: from john.baldwin.cx (jobaldwi.campus.vt.edu) by gkar.cc.vt.edu (Sun Internet Mail Server sims.3.5.1999.05.24.18.28.p7) with ESMTP id <0FHS0077NU5GUN@gkar.cc.vt.edu>; Thu, 9 Sep 1999 11:39:16 -0400 (EDT) Date: Thu, 09 Sep 1999 11:39:22 -0400 (EDT) From: John Baldwin Subject: RE: Xylan Omni Switch Managment Util In-reply-to: <199909091445.PAA28874@castle.netlink.co.uk> To: geoffb@netlink.co.uk Cc: freebsd-java@freebsd.org Message-id: <0FHS0077OU5GUN@gkar.cc.vt.edu> MIME-version: 1.0 X-Mailer: XFMail 1.3 [p0] on FreeBSD Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 8bit X-Priority: 3 (Normal) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 09-Sep-99 Geoff Buckingham wrote: > Forgive me I only installed the jdk today so am probably missing > something > really obvious. > > Running the instaltion utility for Xylans java managment app I get > the > following error: > > bash-2.02# ./Install.sh > InstallShield JavaTM Edition > Extracting installation code....................................done > /usr/local/jdk1.1.8/lib/i386/green_threads/libawt.so: Undefined > symbol "xmDrawingAreaWidgetClass" (libawt.so) Looks like it is an X application. Are you running under X? If so, is your DISPLAY environment variable set? --- John Baldwin -- http://www.cslab.vt.edu/~jbaldwin/ PGP Key: http://www.cslab.vt.edu/~jbaldwin/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Sep 9 9:17:33 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 13232152B3 for ; Thu, 9 Sep 1999 09:17:15 -0700 (PDT) (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.9.3/8.9.3) with SMTP id KAA13809; Thu, 9 Sep 1999 10:16:31 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA03489; Thu, 9 Sep 1999 10:16:30 -0600 Date: Thu, 9 Sep 1999 10:16:30 -0600 Message-Id: <199909091616.KAA03489@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: handling SIGQUIT In-Reply-To: <199909090437.NAA19986@cafe.muraoka.info.waseda.ac.jp> References: <199909090437.NAA19986@cafe.muraoka.info.waseda.ac.jp> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I found the behavior of JDK 1.1.8 V99-7-19 which may be a bug. > > While NetBeans (www.netbeans.com) 2.1.1 starting up I > send many SIGQUIT to the JDK by rapid hitting Control-\. > The JDK occasionally hang up with the following message: > > SIGQUIT 3* quit > > Full thread dump: > BOGUS-HANDLE[6d0049] (TID:0x290024a8, sys_thread_t:0x290024d8, state:6d0049?) prio=687875304 > BOGUS-HANDLE[690054] (TID:0x29000600, sys_thread_t:0x81d3400, state:81694d0?) prio=135698076Abort trap > > Is signal handler called during handler is executed? I don't quite follow. Are you saying that SIGQUIT is being called during the SIGQUIT handler (causing a recursive error), or that the JDK should ignore SIGQUIT? Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Sep 9 9:19:56 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id E3B481524C; Thu, 9 Sep 1999 09:19:50 -0700 (PDT) (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.9.3/8.9.3) with SMTP id KAA13851; Thu, 9 Sep 1999 10:18:21 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA03530; Thu, 9 Sep 1999 10:18:17 -0600 Date: Thu, 9 Sep 1999 10:18:17 -0600 Message-Id: <199909091618.KAA03530@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: java-port@FreeBSD.org, freebsd-java@FreeBSD.org, fuyuhik8@is.titech.ac.jp Subject: Re: Some bugs exist in JDK for FreeBSD. In-Reply-To: <199909091127.UAA25981@cafe.muraoka.info.waseda.ac.jp> References: <19990904000606R.fuyuhik8@is.titech.ac.jp> <199909091127.UAA25981@cafe.muraoka.info.waseda.ac.jp> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > When you try division of two special int values, x86 cpu causes > > SIGFPE. > > System.out.println("0x80000000 / -1 = " + (0x80000000/-1)); > > > This bug may exist all version of JDK for FreeBSD (may be in Linux > > version), > > Yes, JDK 1.1.7 (v3 and v1a) for Linux has also this > problem. FWIW, Keith White fixed this in the JDK1.1 sources recently, so as soon as I get some updated Motif/ELF software I plan on re-rolling the new release. (The fix also involved finding/fixing the bug that didn't allow us to use the assembler version of the interpreter, so we may end up with some performance speedups in the next release...) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Sep 9 9:39:42 1999 Delivered-To: freebsd-java@freebsd.org Received: from castle.netlink.co.uk (castle.netlink.co.uk [194.88.140.12]) by hub.freebsd.org (Postfix) with ESMTP id 2219614CEA for ; Thu, 9 Sep 1999 09:39:39 -0700 (PDT) (envelope-from geoffb@castle.netlink.co.uk) Received: (from geoffb@localhost) by castle.netlink.co.uk (8.9.3/8.9.3) id RAA03839; Thu, 9 Sep 1999 17:39:19 +0100 (BST) From: Geoff Buckingham Message-Id: <199909091639.RAA03839@castle.netlink.co.uk> Subject: Re: Xylan Omni Switch Managment Util In-Reply-To: <0FHS0077OU5GUN@gkar.cc.vt.edu> from John Baldwin at "Sep 9, 99 11:39:22 am" To: jobaldwi@vt.edu (John Baldwin) Date: Thu, 9 Sep 1999 17:39:19 +0100 (BST) Cc: geoffb@netlink.co.uk, freebsd-java@freebsd.org X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > On 09-Sep-99 Geoff Buckingham wrote: > Looks like it is an X application. Are you running under X? If so, is > your DISPLAY environment variable set? > Ah, I was trying to intall it as root while running X as me, hence the problems :-( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message