From owner-freebsd-java Tue Dec 15 00:31:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA01984 for freebsd-java-outgoing; Tue, 15 Dec 1998 00:31:50 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from rah.star-gate.com (sj-dsl-9-129-138.dspeed.net [209.249.129.138]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA01975 for ; Tue, 15 Dec 1998 00:31:48 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.9.1/8.8.8) with ESMTP id AAA59220 for ; Tue, 15 Dec 1998 00:30:31 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199812150830.AAA59220@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: java@FreeBSD.ORG Subject: jikes floating error Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 15 Dec 1998 00:30:31 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wondering if anyone is running into Floating point exception problems while trying to use jikes. {hasty} gdb -core jikes.core -s /tmp/jikes GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc... Core was generated by `jikes'. Program terminated with signal 8, Floating point exception. #0 0x81d0352 in IEEEdouble::operator/ (this=0x83e9cf0, op={value = { double_value = 0, word = {0, 0}}, static min_long = {value = { double_value = -9.2233720368547758e+18, word = {0, 3286237184}}, static min_long = }}) at double.cpp:128 128 return IEEEdouble(DoubleValue() / op.DoubleValue()); I was trying to rebuild kaffe's java classes and I am running 3.0-current. Tnks! Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message