From owner-freebsd-java Sat Oct 23 13: 7:10 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 EDF4114C40 for ; Sat, 23 Oct 1999 13:07:08 -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 OAA15283; Sat, 23 Oct 1999 14:07:08 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id OAA09075; Sat, 23 Oct 1999 14:07:06 -0600 Date: Sat, 23 Oct 1999 14:07:06 -0600 Message-Id: <199910232007.OAA09075@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Vince Gonzalez Cc: freebsd-java@FreeBSD.ORG Subject: Re: Illegal instruction In-Reply-To: <19991023155032.A1350@moe.nycrc.net> References: <19991023155032.A1350@moe.nycrc.net> 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 wrote some code like this: > > public class MyPanel extends JPanel { > public Component add(Component c) { > doSomeStuff(); > return add(c); // This is incorrect on purpose > } > } > > I know the line I've commented is incorrect (it should say super.add(c)). > When this code is run, java_X bombs out with SIGILL and dumps core. Hmm, it shouldn't SIGILL, but is should recognize this. Can you produce a very small application that does this? > {13}{vince@moe}$ java -version > java_X version "1.1.8" How about java -fullversion? Thanks! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message