From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16752 invoked by alias); 26 Apr 2012 12:32:21 -0000 Received: (qmail 16741 invoked by uid 22791); 26 Apr 2012 12:32:20 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_CX X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Apr 2012 12:32:05 +0000 From: "koliasvskj at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/53127] New: cc1plus segmentation fault Date: Thu, 26 Apr 2012 12:32:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: koliasvskj at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-04/txt/msg02334.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53127 Bug #: 53127 Summary: cc1plus segmentation fault Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned@gcc.gnu.org ReportedBy: koliasvskj@gmail.com Trying to compile project which uses Boost "Meta State Machine" with GCC-4.6.3 on 64bit Slackware (preprocessed file attached). Tried also GCC-4.5.2 (Slackware 64bit and 32bit); the segfault reproduces. Compiled with command: g++ -v -c NodeMgmtService.cpp -o NodeMgmtService.o Resulting output: Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/4.6.3/specs COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/4.6.3/lto-wrapper Target: x86_64-slackware-linux Configured with: ../gcc-4.6.3/configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,java,objc,lto --enable-threads=posix --enable-checking=release --with-system-zlib --with-python-dir=/lib64/python2.6/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --disable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux Thread model: posix gcc version 4.6.3 (GCC) COLLECT_GCC_OPTIONS='-fexceptions' '-O2' '-v' '-c' '-o' 'NodeMgmtService.o' '-shared-libgcc' '-mtune=generic' '-march=x86-64' /usr/libexec/gcc/x86_64-slackware-linux/4.6.3/cc1plus -quiet -v -D_GNU_SOURCE NodeMgmtService.cpp -quiet -dumpbase NodeMgmtService.cpp -mtune=generic -march=x86-64 -auxbase-strip NodeMgmtService.o -O2 -version -fexceptions -o /tmp/ccAUJVem.s GNU C++ (GCC) version 4.6.3 (x86_64-slackware-linux) compiled by GNU C version 4.6.3, GMP version 5.0.1, MPFR version 3.0.1, MPC version 0.8.2 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "/usr/lib64/qt/include" ignoring nonexistent directory "/usr/lib64/gcc/x86_64-slackware-linux/4.6.3/../../../../x86_64-slackware-linux/include" #include "..." search starts here: #include <...> search starts here: /usr/lib64/qt/include /usr/lib64/gcc/x86_64-slackware-linux/4.6.3/../../../../include/c++/4.6.3 /usr/lib64/gcc/x86_64-slackware-linux/4.6.3/../../../../include/c++/4.6.3/x86_64-slackware-linux /usr/lib64/gcc/x86_64-slackware-linux/4.6.3/../../../../include/c++/4.6.3/backward /usr/lib64/gcc/x86_64-slackware-linux/4.6.3/include /usr/local/include /usr/lib64/gcc/x86_64-slackware-linux/4.6.3/include-fixed /usr/include End of search list. GNU C++ (GCC) version 4.6.3 (x86_64-slackware-linux) compiled by GNU C version 4.6.3, GMP version 5.0.1, MPFR version 3.0.1, MPC version 0.8.2 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: f532930d3a80fa20ce9d2d111bdd13e3 g++: internal compiler error: Segmentation fault (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See for instructions.