Hi Jerry, --- Jerry Tang <[EMAIL PROTECTED]> wrote: > Hi there, > > For Kaffe 1.0.6. I hit a core dump in running a > simple test program. Stepped > it through GDB and it core dumped in initialize the > VM. > The call stack looks like this: > #0 soft_fixup_trampoline (meth=0xafca4, > where=0xafcb4) at soft.c:553 > #1 0xef7629b8 in sparc_do_fixup_trampoline () > #2 0xef756dd0 in callMethodA (meth=0xafca4, > func=0xbc3e8, obj=0x0, args=0x0, > ret=0xefffeb00, promoted=1) > at ../../config/sparc/sysdepCallMethod.h:125 > #3 0xef733660 in processClass (class=0x8a788, > tostate=11, einfo=0xefffee98) at > classMethod.c:468 > #4 0xef732e44 in initBaseClasses () at > baseClasses.c:260 > #5 0xef732b4c in initialiseKaffe () at > baseClasses.c:190 > #6 0xef74516c in JNI_CreateJavaVM (vm=0x230cc, > env=0x22f84, args=0x22f30) at > jni.c:166 > #7 0x110f0 in main (argc=1, argv=0xeffff06c) at > main.c:137 > > It is happening when initBaseClasses() is calling > processClass(StringClass, CSTATE_COMPLETE, &einfo)
kaffe has advanced quite a bit since 1.0.6. Could you try the 1.0.7-rc1 a try and report if the bug still occurs? Could you also give us more details on the platform you are running on (sparc-solaris2, sparc-linux, etc.)? cheers, dalibor topic __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
