Date: Tue, 15 Dec 1998 00:30:31 -0800 From: Amancio Hasty <hasty@rah.star-gate.com> To: java@FreeBSD.ORG Subject: jikes floating error Message-ID: <199812150830.AAA59220@rah.star-gate.com>
next in thread | raw e-mail | index | archive | help
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 = <same as static member of an already seen type>}}) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812150830.AAA59220>