GNU gdb Red Hat Linux 7.x (5.0rh-15) (MI_OUT) Copyright 2001 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-redhat-linux". (gdb) run Starting program: /tmp/dotgnu/pnet/engine/ilrun -L ../cslib/System/Web/Services/ -L ../cslib/System/Web/ -L ../cslib/DotGNU/XmlRpc/ ../tools/csdgmx.exe state.dll Program received signal SIGSEGV, Segmentation fault. 0x0806888f in LookupClass (thread=0x810ef60, className=0x80dd8e2 "System.StackOverflowException", classNameLen=29) at lookup.c:122 122 image = ILContextGetSystem(thread->process->context); (gdb) bt #0 0x0806888f in LookupClass (thread=0x810ef60, className=0x80dd8e2 "System.StackOverflowException", classNameLen=29) at lookup.c:122 #1 0x08068a20 in ILExecThreadLookupClass (thread=0x810ef60, className=0x80dd8e2 "System.StackOverflowException") at lookup.c:195 #2 0x08084cfd in _ILSystemException (thread=0x810ef60, className=0x80dd8e2 "System.StackOverflowException") at cvm_except.c:104 #3 0x0804acf4 in _ILCallPackVaParams (thread=0x810ef60, method=0x403f6670, isCtor=0, _this=0x0, userData=0xbffff670) at call.c:238 #4 0x0804b1f9 in _ILCallMethod (thread=0x810ef60, method=0x403f6670, unpack=0x804af2c <_ILCallUnpackDirectResult>, result=0x0, isCtor=0, _this=0x0, pack=0x804ab40 <_ILCallPackVaParams>, userData=0xbffff670) at call.c:656 #5 0x0804b53a in ILExecThreadCall (thread=0x810ef60, method=0x403f6670, result=0x0) at call.c:917 #6 0x080897c5 in _ILFinalizeObject (block=0x811cee0, data=0x0) at heap.c:142 #7 0x080bf48e in GC_invoke_finalizers () at finalize.c:789 #8 0x080ae6e8 in PrivateGCNotifyFinalize (timeout=-1) at hb_gc.c:168 #9 0x080ae7e5 in GCNotifyFinalize () at hb_gc.c:230 #10 0x080bf502 in GC_notify_or_invoke_finalizers () at finalize.c:825 #11 0x080bdd41 in GC_try_to_collect (stop_func=0x80bd2f4 ) at alloc.c:761 #12 0x080bdd58 in GC_gcollect () at alloc.c:768 #13 0x080ae8a9 in ILGCDeinit () at hb_gc.c:271 #14 0x0806b086 in ILExecProcessDestroy (process=0x810df00) at process.c:212 #15 0x0804aa72 in main (argc=3, argv=0xbffff89c) at ilrun.c:490 #16 0x40088507 in __libc_start_main (main=0x804a4b8
, argc=9, ubp_av=0xbffff884, init=0x8049acc <_init>, fini=0x80c6170 <_fini>, rtld_fini=0x4000dc14 <_dl_fini>, stack_end=0xbffff87c) at ../sysdeps/generic/libc-start.c:129 (gdb) q The program is running. Exit anyway? (y or n)