This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/30641] gcj corrupted double-linked list (glibc detected)
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jan 2007 22:34:12 -0000
- Subject: [Bug java/30641] gcj corrupted double-linked list (glibc detected)
- References: <bug-30641-14020@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from tromey at gcc dot gnu dot org 2007-01-31 22:34 -------
Thanks. That valgrind trace sure is interesting.
Do you have a checking-enabled build? You could look
for ENABLE_CHECKING in build/gcc/auto-host.h.
I'm trying to narrow down which load in rewrite_reflection_indexes
is the buggy one; with checking enabled I think a bad load
by VEC_index ought to crash.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30641