This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/30641] gcj corrupted double-linked list (glibc detected)
- From: "msubs at philips dot org dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 1 Feb 2007 08:45:55 -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 #4 from msubs at philips dot org dot uk 2007-02-01 08:45 -------
ENABLE_CHECKING is not defined.
Would you like me to rebuild the toolchain with checking enabled? (If so you
need to let me know the configure args to add)
----
/* Define if you want more run-time sanity checks. This one gets a grab bag of
miscellaneous but relatively cheap checks. */
#ifndef USED_FOR_TARGET
/* #undef ENABLE_CHECKING */
#endif
----
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30641