[kaffe] RE: Bug with Current KJC Compiler

Brent Fulgham brent.fulgham at xpsystems.com
Fri May 10 13:13:40 PDT 2002


I'm happy to report that this failure under Cygwin:

> Administrator at BFULGHAM1 ~/java
> $ javac PlusPlusTest.java
> assertion "!INTS_DISABLED()" failed: file "exception.c", line 386
> Aborted (core dumped)

Was corrected by this patch:

> > The test program takes a jar file location, reads
> > contents from each file in the jar and prints the
> > same to standard output. It uses ZipFile and ZipEntry
> > classes present in java.util.zip.* pkg.
> 
> I've applied a patch from Tim Stack to the CVS tree
> which fixes the bug. I'm sorry about the delay.
> 

I had debugged through the code enough to see that the Malloc
was failing when running something in the java.util.zip.ZipEntry
class, but hadn't gotten any further when this update showed
up.

Many thanks,

-Brent




More information about the kaffe mailing list