[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Crash in java_lang_Double.c with kissme
From: |
John Leuner |
Subject: |
Re: Crash in java_lang_Double.c with kissme |
Date: |
Sat, 9 Feb 2002 19:47:59 +0000 |
User-agent: |
Mutt/1.3.23i |
On Sat, Feb 09, 2002 at 02:41:00PM -0500, Brian Jones wrote:
> John Leuner <address@hidden> writes:
>
> > The code in java_lang_Double.c was crashing with my JVM (kissme)
> > because it was failing to recognise the infinity values.
> >
> > The following patch fixes the crash, but there are still many mauve
> > failures (which might be causes by kissme or classpath)
> >
> > The comparison was failing even though the two values have the same
> > binary value (when printed out in gdb).
>
> I think I tested this with ORP and Mauve quite a bit.
Yeah, I need to investigate more. It probably has to do with the code that
loads Doubles from the constant pool.
John Leuner
- Re: make dist fixes, (continued)
- Re: make dist fixes, Mark Wielaard, 2002/02/08
- Re: make dist fixes, Eric Blake, 2002/02/08
- Re: make dist fixes, Mark Wielaard, 2002/02/08
- Re: make dist fixes, Eric Blake, 2002/02/08
- Re: make dist fixes, Mark Wielaard, 2002/02/08
- Re: make dist fixes, Tom Tromey, 2002/02/08
- Re: make dist fixes, Tom Tromey, 2002/02/08
- Re: make dist fixes, Mark Wielaard, 2002/02/08
- Crash in java_lang_Double.c with kissme, John Leuner, 2002/02/09
- Re: Crash in java_lang_Double.c with kissme, Brian Jones, 2002/02/09
- Re: Crash in java_lang_Double.c with kissme,
John Leuner <=