Bugs...

Bill Huey billh at mag.ucsd.edu
Tue Sep 15 21:08:50 PDT 1998


	From: Archie Cobbs <archie at whistle.com>
	Subject: Re: Bugs...

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

[snip]

	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

=============================================
java ChoiceTask
(gdb) bt
#0  0x8094d44 in ?? ()
#1  0x804d810 in ?? ()
#2  0x40020f1e in callMethodV (meth=0x80abdb8, func=0x808e7c2, obj=0x80ad520, 
    args=0xbffff254, ret=0xbffff1ec) at support.c:518
#3  0x40020447 in do_execute_java_method_v (obj=0x80ad520, 
    method_name=0x4004980b "uncaughtException", 
    signature=0x400497e0 "(Ljava/lang/Thread;Ljava/lang/Throwable;)V", mb=0x0, 
    isStaticCall=0, argptr=0xbffff24c) at support.c:83
#4  0x4002049d in do_execute_java_method (obj=0x80ad520, 
    method_name=0x4004980b "uncaughtException", 
    signature=0x400497e0 "(Ljava/lang/Thread;Ljava/lang/Throwable;)V", mb=0x0, 
    isStaticCall=0) at support.c:95
#5  0x400277c7 in dispatchException (eobj=0x80d2a20, baseframe=0xbffff29c)
    at exception.c:237
#6  0x400275c8 in throwOutOfMemory () at exception.c:86
#7  0x40021676 in soft_athrow (o=0x80d2a20) at soft.c:369
#8  0x80afb17 in ?? ()
#9  0x40020f1e in callMethodV (meth=0x80abcf8, func=0x808e79e, obj=0x80ad520, 
    args=0xbffff69c, ret=0xbffff638) at support.c:518
#10 0x40020447 in do_execute_java_method_v (obj=0x80ad520, method_name=0x40048d90 "add", 
    signature=0x40048d7a "(Ljava/lang/Thread;)V", mb=0x0, isStaticCall=0, 
    argptr=0xbffff698) at support.c:83
#11 0x4002049d in do_execute_java_method (obj=0x80ad520, method_name=0x40048d90 "add", 
    signature=0x40048d7a "(Ljava/lang/Thread;)V", mb=0x0, isStaticCall=0) at support.c:95
#12 0x4001f9b5 in createInitialThread (nm=0x40048cf6 "main") at thread.c:156
#13 0x4001f7bb in initThreads () at thread.c:75
#14 0x4001c991 in initialiseKaffe () at baseClasses.c:124
#15 0x4002a245 in JNI_CreateJavaVM (vm=0x804b850, env=0x804b854, args=0x804b800)
    at jni.c:158
#16 0x80487fc in main (argc=2, argv=0xbffff744) at main.c:106
(gdb) 

=============================================

bill


More information about the kaffe mailing list