This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

powerpc-unknown-linux-gnu bootstrap failure


Howdy,

The mainline fails to bootstrap on my powerpc-unknown-linux-gnu
system with the following error:

 `/home/kraai/dev/gcc/build/powerpc-unknown-linux-gnu/nof/libstdc++-v3/scripts/testsuite_flags --build-cxx` -DHAVE_CONFIG_H -I. -I../../../../../gcc/libstdc++-v3/testsuite -I.. -nostdinc++ -I/home/kraai/dev/gcc/build/powerpc-unknown-linux-gnu/nof/libstdc++-v3/include/powerpc-unknown-linux-gnu -I/home/kraai/dev/gcc/build/powerpc-unknown-linux-gnu/nof/libstdc++-v3/include -I../../../../../gcc/libstdc++-v3/libsupc++    -O2 -g -O2  -g -O2 -D_GNU_SOURCE  -msoft-float -fPIC -mstrict-align -c ../../../../../gcc/libstdc++-v3/testsuite/abi_check.cc
 /home/kraai/dev/gcc/build/powerpc-unknown-linux-gnu/nof/libstdc++-v3/include/bits/vector.tcc: In
    member function `void std::vector<_Tp, 
    _Alloc>::_M_insert_aux(__gnu_cxx::__normal_iterator<_Tp*, std::vector<_Tp, 
    _Alloc> >, const _Tp&) [with _Tp = std::string, _Alloc = 
    std::allocator<std::string>]':
 /home/kraai/dev/gcc/build/powerpc-unknown-linux-gnu/nof/libstdc++-v3/include/bits/stl_vector.h:607:   instantiated from `void std::vector<_Tp, _Alloc>::push_back(const _Tp&) [with _Tp = std::string, _Alloc = std::allocator<std::string>]'
 ../../../../../gcc/libstdc++-v3/testsuite/abi_check.cc:86:   instantiated from here
 /home/kraai/dev/gcc/build/powerpc-unknown-linux-gnu/nof/libstdc++-v3/include/bits/vector.tcc:268: internal compiler error: Segmentation
    fault
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See <URL:http://gcc.gnu.org/bugs.html> for instructions.

According to GDB,

 Program received signal SIGSEGV, Segmentation fault.
 ggc_set_mark (p=0x327a0dc0) at ../../gcc/gcc/ggc-page.c:1161
 1161      if (entry->in_use_p[word] & mask)

so I believe it to be some sort of garbage collection problem.
Any suggestions for debugging this?

-- 
Matt Kraai          kraai@alumni.cmu.edu          Debian GNU/Linux


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]