[Bug c++/11262] New: internal compiler error: Segmentation fault

bugzilla at charneyday dot com gcc-bugzilla@gcc.gnu.org
Fri Jun 20 06:03:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: internal compiler error: Segmentation fault
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bugzilla@charneyday.com
                CC: gcc-bugs@gcc.gnu.org

I am running SuSE version 8.2 with gcc installed on a AMD K6-2 500MHz system
with 256MB:

g++ -v
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.3/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man
--libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --disable-checking
--enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib
--with-system-zlib --enable-shared --enable-__cxa_atexit i486-suse-linux
Thread model: posix
gcc version 3.3 20030226 (prerelease) (SuSE Linux)


I downloaded PyQt-3.6-2.src.rpm and tried to install it with the command:

rpm --recompile PyQt-3.6-2.src.rpm

It terminated with the following messages:

make[1]: Entering directory `/usr/src/packages/BUILD/PyQt-x11-gpl-3.6/qtsql'
g++ -c -pipe -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -fPIC -DNO_DEBUG -w
-O2 -march=i586 -mcpu=i686 -fmessage-length=0 -fPIC -DNO_DEBUG -D_REENTRANT
-fPIC  -DSIP_MAKE_MODULE_DLL -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -fno-exceptions
-I/usr/lib/qt3/mkspecs/default -I. -I. -I../qt -I../qttable
-I../../../../../include/python2.2 -I../../../../../include
-I/usr/lib/qt3/include -o qtsqlhuge0.o qtsqlhuge0.cpp
In file included from qtsqlhuge0.cpp:24:
sipqtsqlDeclqtsql.h:2953: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[1]: *** [qtsqlhuge0.o] Error 1
make[1]: Leaving directory `/usr/src/packages/BUILD/PyQt-x11-gpl-3.6/qtsql'
make: *** [sub-qtsql] Error 2
Bad exit status from /var/tmp/rpm-tmp.41464 (%build)


The bug is repeatable, but I have no access/knowledge on breaking the rpm
--compile apart to do just this one compile. It took a long time compiling this
one source file before it crashed. I do not have the *.i files.



More information about the Gcc-bugs mailing list