[kaffe] Bug in Kaffe 1.1.4 handling of Stack Overflow.
Timothy Stack
stack at cs.utah.edu
Mon Mar 15 10:17:01 PST 2004
>
> I'm using Kaffe 1.1.4.
What CPU/OS are you using?
> If I compile and run the following test program under Kaffe 1.1.4,
> Kaffe exits with status 0 (normal exit).
>
> It should instead throw a java.lang.StackOverflowError and print out a
> backtrace.
>
> The program, Bad.java:
[snipped]
> dispatchException(): java/lang/ArrayStoreException
> java/lang/System.arraycopy has no handlers.
> java/lang/String.getChars has no handlers.
> java/lang/StringBuffer.append has no handlers.
> java/lang/StackTraceElement.toString has no handlers.
> java/lang/Throwable.stackTraceStringBuffer has no handlers.
> java/lang/Throwable.stackTraceString has no handlers.
> java/lang/Throwable.printStackTrace has no handlers.
> java/lang/Throwable.printStackTrace has no handlers.
I got something similar to this, but then updated my CVS and it worked
fine on x86/FreeBSD.
tim
More information about the kaffe
mailing list