Date: Wed, 12 Sep 2001 01:38:14 +0930 From: Greg Lewis <glewis@eyesbeyond.com> To: Maxim Sobolev <sobomax@FreeBSD.ORG> Cc: java@FreeBSD.ORG Subject: Re: Reproduceable bug in latest JDK 1.3.1p4 Message-ID: <20010912013814.B3271@misty.eyesbeyond.com> In-Reply-To: <200109110917.f8B9HfF41785@vega.vega.com>; from sobomax@FreeBSD.ORG on Tue, Sep 11, 2001 at 12:17:41PM %2B0300 References: <200109110917.f8B9HfF41785@vega.vega.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010912013814.B3271>