Re: [kaffe] Problem: gcMalloc: Assertion `fidx nrTypes size != 0' failed.

2002-04-25 Thread Timothy Stack
hi, Hi Dalibor, Am sending a test program that results in the same assertion problem. 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.

Re: [kaffe] Problem: gcMalloc: Assertion `fidx nrTypes size != 0' failed.

2002-04-24 Thread Dalibor Topic
Hi Santosh, --- Santosh Kumar Janmanchi [EMAIL PROTECTED] wrote: Kaffe aborts with following assertion: Kaffe: mem/gc-incremental.c:864: gcMalloc: Assertion `fidx nrTypes size != 0' failed. Has anybody encountered this problem? Any fix available for it? Thanks for reporting that