This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: G++: GC-related ICE in CVS version
- To: chip at valinux dot com
- Subject: Re: G++: GC-related ICE in CVS version
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Fri, 12 May 2000 06:58:33 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <20000511155411.C823@perlsupport.com>
> The debugger reveals a serious gc failure:
>
> ----------------------------------------------------------------
> Program received signal SIGSEGV, Segmentation fault.
> ggc_set_mark (p=0xd60) at ../SRC/gcc/ggc-page.c:748
My guess is that this is not a gc bug, but that a field of some tree
or rtx is corrupted. It would be interesting to know who the caller of
this function was, and at what point the value 0x60 was written into
that field.
Regards,
Martin