Bugs...

Archie Cobbs archie at whistle.com
Tue Sep 15 13:36:02 PDT 1998


Bill Huey writes:
> I have an application that uses quite a few
> inner classes that crashes Kaffe.
> 
> I was wondering if there are bugs with Kaffe's
> implementation of inner classes ???

Inner classes are implemented entirely by the compiler,
so this is not causing the problem, at least not directly.

> I do alot of this too:
> 
> class Duh	extends Object
> 		implements anInterface,
> 		implements anInterface1,
> 		implements anInterface2

Shouldn't be a problem either.

Can you run gdb and get a stack trace from the core dump?

-Archie

___________________________________________________________________________
Archie Cobbs   *   Whistle Communications, Inc.  *   http://www.whistle.com


More information about the kaffe mailing list