From owner-freebsd-java Sun Dec 30 3:21: 2 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 2F5CE37B417 for ; Sun, 30 Dec 2001 03:20:52 -0800 (PST) Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr1.xmission.com with esmtp (Exim 3.22 #1) id 16Ke1K-0007GQ-00; Sun, 30 Dec 2001 04:20:51 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id fBUBKmB28240; Sun, 30 Dec 2001 21:50:48 +1030 (CST) (envelope-from glewis) Date: Sun, 30 Dec 2001 21:50:47 +1030 From: Greg Lewis To: Mikhail Kruk Cc: java@FreeBSD.ORG Subject: Re: [bug report] / by zero => core dump in appletviewer Message-ID: <20011230215047.A28224@misty.eyesbeyond.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from meshko@cs.brandeis.edu on Sun, Dec 30, 2001 at 01:31:19AM -0500 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 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