This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/10920] Too many roots is reported for program, which shouldn't run out of memory
- From: "oyvind dot harboe at zylin dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Nov 2003 19:40:02 -0000
- Subject: [Bug libgcj/10920] Too many roots is reported for program, which shouldn't run out of memory
- References: <20030521215324.10920.oyvind.harboe@zylin.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From oyvind dot harboe at zylin dot com 2003-11-24 19:40 -------
Its not very informative, but here is the GDB output:
Test 642
Program received signal SIGTRAP, Trace/breakpoint trap.
0x77fa144c in ?? ()
(gdb) thread apply all bt
Thread 2 (thread 4172.0xfe8):
#0 0x77f9323e in ?? ()
#1 0x7c59a059 in WaitForMultipleObjectsEx ()
from /cygdrive/c/winnt/system32/KERNEL32.DLL
#2 0x7c599f6c in WaitForMultipleObjects ()
from /cygdrive/c/winnt/system32/KERNEL32.DLL
#3 0x013cfdb4 in ?? ()
#4 0x00000001 in ?? ()
Thread 1 (thread 4172.0x1040):
#0 0x77fa144c in ?? ()
#1 0x007300c3 in GC_abort ()
#2 0x0090f0fb in _Utf62 ()
(gdb) quit
The program is running. Exit anyway? (y or n) y
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10920