This is the mail archive of the kawa@sourceware.cygnus.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

regression test


When I load polytype.scm  I get this exception with JDK 1.2 on Solaris
2.6

Exception in thread "main" java.lang.ClassFormatError:
atInteractiveLevel (Repeative method name/signature)
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(Compiled Code)
        at gnu.bytecode.ArrayClassLoader.loadClass(Compiled Code)
        at gnu.expr.LambdaExp.evalToClass(Compiled Code)
        at gnu.expr.LambdaExp.eval(Compiled Code)
        at gnu.expr.ModuleExp.evalModule(Compiled Code)
        at kawa.Shell.run(Compiled Code)
        at kawa.standard.load.loadSource(Compiled Code)
        at kawa.standard.load.loadSource(Compiled Code)
        at kawa.standard.load.apply(Compiled Code)
        at kawa.standard.load.apply2(Compiled Code)
        at kawa.standard.load.apply1(Compiled Code)
        at gnu.mapping.Procedure1.applyN(Compiled Code)
        at kawa.lang.AutoloadProcedure.applyN(Compiled Code)
        at kawa.standard.TracedProcedure.applyN(Compiled Code)
        at gnu.expr.ApplyExp.eval(Compiled Code)
        at gnu.expr.ModuleExp.evalModule(Compiled Code)
        at kawa.Shell.run(Compiled Code)
        at kawa.Shell.run(Compiled Code)
        at kawa.Shell.run(Compiled Code)
        at kawa.repl.main(Compiled Code)

With JDK 1.1.6 it seems the test run correctly but the log file is void.
-- 
	(--cafe babe--) 
Marco Vezzoli	marco.vezzoli@st.com
CR&D Intranet Developement   STMicroelectronics
tel. +39 039 603 6852 fax. +39 039 603 5055

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]