[kaffe] Kaffe jvm exits with status 6 when running commons-digester
unit tests
Simon Kitching
skitching at apache.org
Mon Jul 18 21:10:20 PDT 2005
Hi,
When trying to run the unit tests for Apache Jakarta commons-digester
with Kaffe the JVM just exits with code 6:
> java -version
kaffe VM "1.1.x-cvs"
[snip]
> java junit.textui.TestRunner \
org.apache.commons.digester.DigesterTestCase
Aborted
> echo $?
134
[134 = 128 + 6]
Running with "java -v" shows that classes are being loaded:
....
Loading
java/io/FileNotFoundException.class(/home/simon/kaffe/jre/lib/rt.jar)
[compressed]
Loading
java/lang/IllegalAccessException.class(/home/simon/kaffe/jre/lib/rt.jar)
[compressed]
Loading
java/lang/NoSuchMethodException.class(/home/simon/kaffe/jre/lib/rt.jar)
[compressed]
Aborted
Any ideas how I can get some more detailed information about the cause
of this problem?
I'm using a version of Kaffe built from CVS.
Regards,
Simon
More information about the kaffe
mailing list