This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
another gcj crash
- To: Gcc Bug List <bug-gcc at gnu dot org>
- Subject: another gcj crash
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 26 Mar 2000 14:16:52 -0700
- Cc: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Reply-To: tromey at cygnus dot com
The current cvs gcj crashes while compiling Mauve. The file it
crashes on is DatagramPacketTest.java.
Stack trace appended.
Tom
Program received signal SIGSEGV, Segmentation fault.
0x80a67fe in list_length (t=0x84d7be4) at ../../egcs/gcc/tree.c:2006
2006 for (tail = t; tail; tail = TREE_CHAIN (tail))
(gdb) bt
#0 0x80a67fe in list_length (t=0x84d7be4) at ../../egcs/gcc/tree.c:2006#1 0x809d793 in compile_file ( name=0xbffffbf7 "../mauve/gnu/testlet/java/net/DatagramPacket/DatagramPacketTest.java") at ../../egcs/gcc/toplev.c:2480
#2 0x80a1f65 in main (argc=9, argv=0xbffffabc) at ../../egcs/gcc/toplev.c:4935
(gdb) p t
$1 = 0x84d7be4
(gdb) p tail
$2 = 0x20
(gdb) p len
$3 = 36