[kaffe] netbsd regression test failiure No2
Milos Negovanovic
milosn@bonbon.net
Thu May 27 18:03:02 2004
More detailed backtrace for UncaughtException.java:
--- GDB ---
(tgdb) r
Starting program: /usr/local/kaffe/jre/bin/kaffe-bin -Xxdebug
UncaughtException
Program received signal SIGSEGV, Segmentation fault.
0x480cc8d1 in detectStackBoundaries (jtid=0x80ea034,
mainThreadStackSize=3355443
2) at signal.c:482
Current language: auto; currently c
(tgdb) c
Continuing.
Success 1.
Program received signal SIGSEGV, Segmentation fault.
0x082d6531 in write__Q34java2io20BufferedOutputStreamPt6JArray1Zcii
(this=@82a6d
44, buf=@82cf65c, offset=136329240, len=137249964) at
UncaughtException.java:15
Current language: auto; currently java
(tgdb) bt
#0 0x082d6531 in write__Q34java2io20BufferedOutputStreamPt6JArray1Zcii
(this=@8 2a6d44, buf=@82cf65c, offset=136329240, len=137249964)
at UncaughtException.java:15
#1 0x480984de in callMethodV (meth=@82966f4, func=@82d6400, obj=null,
args=@82cf65c, ret=@82ebbd0) at sysdepCallMethod.h:41
#2 0x48088ba4 in Kaffe_CallVoidMethodV (env=@82e400c, obj=@82a6d44,
meth=@82966f4, args=@82ebfdc) at jni.c:83
#3 0x48088ce3 in Kaffe_CallVoidMethod (env=@82e400c, obj=@82a6d44,
meth=@82966f4) at jni.c:1149
#4 0x480992dd in firstStartThread (arg=@82cf65c) at thread.c:435
#5 0x480c88ef in start_this_sucker_on_a_new_frame () at jthread.c:1457
#6 0x480c8b17 in jthread_create (pri=164, func=0x480ab679
<gc_heap_malloc+289>, isDaemon=1208855756, jlThread=null, threadStackSize=32768)
at jthread.c:1531
(tgdb) c
Continuing.
Internal error: caught an unexpected exception.
Please check your CLASSPATH and your installation.
java/lang/StackOverflowError
This error may occur because the stack size is not sufficient.
Try to increase the stack size using 'ulimit -s' or with the '-ss'
option on kaffe.
Program received signal SIGABRT, Aborted.
0x48124f0b in kill () from /usr/lib/libc.so.12
(tgdb) bt
#0 0x48124f0b in kill () from /usr/lib/libc.so.12
#1 0x48199937 in abort () from /usr/lib/libc.so.12
#2 0x4807cfdf in unhandledException (eobj=@82c4bf8) at exception.c:454
#3 0x4807cf31 in dispatchException (eobj=@82c4bf8, baseFrame=@820fedc)
at exception.c:411
#4 0x4807d0a8 in stackOverflowException (frame=@82eb7cc) at
exception.c:488
#5 0x480cc411 in nullException (sig=11, __code=137279480, ctx=@82eb878)
at signal.c:104
#6 <signal handler called>
#7 0x0000002b in ?? () at java/io/File.java:369
#8 0x480984de in callMethodV (meth=@82966f4, func=@82d6400, obj=null,
args=@82cf65c, ret=@82ebbd0) at sysdepCallMethod.h:41
#9 0x48088ba4 in Kaffe_CallVoidMethodV (env=@82e400c, obj=@82a6d44,
meth=@82966f4, args=@82ebfdc) at jni.c:83
#10 0x48088ce3 in Kaffe_CallVoidMethod (env=@82e400c, obj=@82a6d44,
meth=@82966f4) at jni.c:1149
#11 0x480992dd in firstStartThread (arg=@82cf65c) at thread.c:435
#12 0x480c88ef in start_this_sucker_on_a_new_frame () at jthread.c:1457
#13 0x480c8b17 in jthread_create (pri=164, func=0x480ab679 <gc_heap_malloc+289>,
isDaemon=1208855756, jlThread=null, threadStackSize=32768) at jthread.c:1531
(tgdb) c
Continuing.
Program terminated with signal SIGABRT, Aborted.
The program no longer exists.
-- GDB --
Regards
Milos