[Bug c++/57171] New: Internal compiler error: Error reporting routines re-entered.

zgenjix at yahoo dot com gcc-bugzilla@gcc.gnu.org
Sat May 4 15:31:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57171

             Bug #: 57171
           Summary: Internal compiler error: Error reporting routines
                    re-entered.
    Classification: Unclassified
           Product: gcc
           Version: 4.7.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zgenjix@yahoo.com


I'm using Ubuntu and get this message. I've attached the file from the output.

libtool: compile:  g++ -DPACKAGE_NAME=\"libbitcoin\"
-DPACKAGE_TARNAME=\"libbitcoin\" -DPACKAGE_VERSION=\"0.1\"
"-DPACKAGE_STRING=\"libbitcoin 0.1\"" -DPACKAGE_BUGREPORT=\"genjix@riseup.net\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libbitcoin\" -DVERSION=\"0.1\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" "-DHAVE_BOOST=/**/"
-I. -I./../include -std=gnu++0x -Wall -Wno-unused-parameter -pedantic -pthread
-Wextra -fstack-protector-all -ggdb -MT leveldb_blockchain.lo -MD -MP -MF
.deps/leveldb_blockchain.Tpo -c blockchain/leveldb/leveldb_blockchain.cpp 
-fPIC -DPIC -o .libs/leveldb_blockchain.o
blockchain/leveldb/leveldb_blockchain.cpp: In member function 'void
libbitcoin::leveldb_blockchain::do_store(const libbitcoin::message::block&,
libbitcoin::blockchain::store_block_handler)':
blockchain/leveldb/leveldb_blockchain.cpp:183:54: warning: narrowing conversion
of 'depth' from 'int' to 'size_t {aka unsigned int}' inside { } [-Wnarrowing]
'
Internal compiler error: Error reporting routines re-entered.
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions.
Preprocessed source stored into /tmp/ccaY0ov7.out file, please attach this to
your bugreport.
make[1]: *** [leveldb_blockchain.lo] Error 1
make[1]: Leaving directory `/home/genjix/src/libbitcoin/src'
make: *** [install-recursive] Error 1



More information about the Gcc-bugs mailing list