Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2001 21:50:47 +1030
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        Mikhail Kruk <meshko@cs.brandeis.edu>
Cc:        java@FreeBSD.ORG
Subject:   Re: [bug report] / by zero => core dump in appletviewer
Message-ID:  <20011230215047.A28224@misty.eyesbeyond.com>
In-Reply-To: <Pine.LNX.4.33.0112300116560.24480-200000@daedalus.cs.brandeis.edu>; from meshko@cs.brandeis.edu on Sun, Dec 30, 2001 at 01:31:19AM -0500
References:  <Pine.LNX.4.33.0112300116560.24480-200000@daedalus.cs.brandeis.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 30, 2001 at 01:31:19AM -0500, Mikhail Kruk wrote:
> Exception occurred during event dispatching:
> java.lang.ArithmeticException: / by zero
>         at scorch.FakeNetwork.sendLogin(FakeNetwork.java:39)
> .....
> 
> on linux-jdk1.3.0 but core dumps in native 1.3.1 (this is appletviewer)
> I've attached console output. Sorry, can't give you the actual core dump
> but console dumps seems informative too...

As a workaround, use java_g.  The problem appears to be in the assembly
version of executeJava, which isn't trapping the SIGFPE correctly.
Unfortunately I have next to no assembler-fu :(.  The only thing I can
really say is that section of the code looks the same as the section
in 1.2.2 which does the same thing.

I'd almost forgotten about this one, need to set up a bug tracking system!

-- 
Greg Lewis                            Email : glewis@eyesbeyond.com
Eyes Beyond                           Phone : (801) 796 6999
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?20011230215047.A28224>