Hi, current CVS stabilised enough for regression test running! :) OK first we have StackDump.java:
--- GDB --- GNU gdb 5.3nb1 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386--netbsdelf"... (tgdb) r Starting program: /usr/local/kaffe/jre/bin/kaffe-bin StackDump Program received signal SIGSEGV, Segmentation fault. 0x480cc3d1 in detectStackBoundaries (jtid=0x80ea034, mainThreadStackSize=3355443 2) at signal.c:482 (tgdb) backtrace #0 0x480cc3d1 in detectStackBoundaries (jtid=0x80ea034, mainThreadStackSize=335 54432) at signal.c:482 #1 0x480c7f62 in jthread_createfirst (mainThreadStackSize=33554432, prio=5 '\00 5', jlThread=0xfffff000) at jthread.c:1353 #2 0x4809941d in initNativeThreads (nativestacksize=-4096) at thread.c:728 #3 0x48071f75 in initialiseKaffe () at baseClasses.c:144 #4 0x48084eac in JNI_CreateJavaVM (vm=0xfffff000, env=0xbfc00000, args=0x804c9d 8) at jni.c:204 #5 0x08048eb8 in main (argc=1, argv=0xbfbff5b0) at main.c:147 #6 0x08048b82 in ___start () (tgdb) --- GDB --- I can provide more info if needed. Regards Milos _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
