Mainline bootstrap failure (revision 110017)

Daniel Berlin dberlin@dberlin.org
Fri Jan 20 05:42:00 GMT 2006


On Fri, 2006-01-20 at 10:53 +0530, Ranjit Mathew wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi,
> 
>   Mainline fails to bootstrap for me (revision 110017)
> on i686-pc-linux-gnu.
> 
> Configured as:
> 
> $GCC_SRC_DIR/configure --prefix=$HOME/gcc --enable-languages=c,c++,java \
> - --with-as=/home/ranmath/gnu/bin/as --with-gnu-as \
> - --with-ld=/home/ranmath/gnu/bin/ld --with-gnu-ld \
> - --with-arch=pentium4 --with-tune=pentium4 \
> - --disable-nls --disable-checking --disable-libmudflap \
> - --disable-debug --enable-threads=posix --enable-__cxa_atexit \
> - --disable-static
> 


Kenny thought it would be nice, rather than pass the actual bb info to free to the freeing function, to instead pass some random bitmap.


The attached fixes *that*, but this just causes a crash deeper in trying to free some chains.

However, it looks like that is either caused by a double free, or because
 we never null out pointers to things after we free the memory for what they are pointing to.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: dfcorefix.diff
Type: text/x-patch
Size: 891 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20060120/f4c612a7/attachment.bin>


More information about the Gcc mailing list