From owner-freebsd-java Tue Sep 11 9: 8:21 2001 Delivered-To: freebsd-java@freebsd.org Received: from mgr1.xmission.com (mgr1.xmission.com [198.60.22.201]) by hub.freebsd.org (Postfix) with ESMTP id F319A37B40A; Tue, 11 Sep 2001 09:08:17 -0700 (PDT) Received: from [166.70.6.190] (helo=misty.eyesbeyond.com) by mgr1.xmission.com with esmtp (Exim 3.22 #1) id 15gq5A-00030L-00; Tue, 11 Sep 2001 10:08:17 -0600 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.3/8.11.3) id f8BG8EW03362; Wed, 12 Sep 2001 01:38:14 +0930 (CST) (envelope-from glewis) Date: Wed, 12 Sep 2001 01:38:14 +0930 From: Greg Lewis To: Maxim Sobolev Cc: java@FreeBSD.ORG Subject: Re: Reproduceable bug in latest JDK 1.3.1p4 Message-ID: <20010912013814.B3271@misty.eyesbeyond.com> References: <200109110917.f8B9HfF41785@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109110917.f8B9HfF41785@vega.vega.com>; from sobomax@FreeBSD.ORG on Tue, Sep 11, 2001 at 12:17:41PM +0300 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 Tue, Sep 11, 2001 at 12:17:41PM +0300, Maxim Sobolev wrote: > Hi folks, > > I found that there is a fully reproduceable bug in JDK 1.3.1p4. It can be > triggered by starting Robocode (ports/games/robocode) and selecting > "Help->Online Help" from the menu. Rather strange, but when I'm running > the program with java_g instead of java, the bug not shows up. Well, depending on where the bug is, it may not be that strange. The debug executables are (obviously) compiled with different options, but they also use slightly different code. Apart from the sections hidden behind DEBUG defines, java_g uses a C version of ExecuteJava while java uses an assembler version. It may be that this is where the bug lies. > Attached please find appropriate log and stacktrace. [snip] Thanks. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Phone : (801) 765 1887 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message