Bug 17009 - gcc internal compiler error build kde 3.3 rc2
Summary: gcc internal compiler error build kde 3.3 rc2
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 3.3.2
: P1 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-12 18:41 UTC by Laurent Luce
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Luce 2004-08-12 18:41:08 UTC
I encountered a gcc internal compiler error
(segmentation fault) when I was trying to build kde
3.3 rc2 from CVS. The file concerned is
FancyPlotterSettings.cc in
kdebase-3.3.0/ksysguard/gui/SensorDisplayLib.

1- Plateform: 
Mandrake 10.0 i686

2- libtool version
ltmain.sh (GNU libtool) 1.5a (1.1240 2003/06/26
06:55:19)

3- GCC version
gcc (GCC) 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)

4- KDE version
3.3 RC2

5- internal compiler error message
if /bin/sh ../../../libtool --silent --mode=compile
--tag=CXX g++ -DHAVE_CONFIG_
H -I. -I. -I../../.. -I./.. -I./../ksgrd -I../ksgrd
-I/home/laurent/kde3.3/inclu
de -I/usr/X11R6/include  -I/usr/kerberos/include 
-DQT_THREAD_SUPPORT -I/home/la
urent/kde3.3/include -I/usr/X11R6/include
-I/home/laurent/kde3.3/include -I/usr/
X11R6/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 
-Wnon-virtual-dtor -Wno-long-
long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -
Wchar-subscripts -Wall -W -Wpointer-arith
-Wwrite-strings -O2 -I/home/laurent/kd
e3.3/include -I/usr/X11R6/include
-L/home/laurent/kde3.3/lib -L/usr/X11R6/lib -O
2 -pipe -I/home/laurent/kde3.3/include
-I/usr/X11R6/include -L/home/laurent/kde3
.3/lib -L/usr/X11R6/lib -O2 -pipe -Wformat-security
-Wmissing-format-attribute -
fno-exceptions -fno-check-new -fno-common
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAS
T -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION
-D_GNU_SOURCE  -MT libsensordis
plays_la.all_cc.lo -MD -MP -MF
".deps/libsensordisplays_la.all_cc.Tpo" -c -o lib
sensordisplays_la.all_cc.lo
libsensordisplays_la.all_cc.cc; \
then mv -f ".deps/libsensordisplays_la.all_cc.Tpo"
".deps/libsensordisplays_la.a
ll_cc.Plo"; else rm -f
".deps/libsensordisplays_la.all_cc.Tpo"; exit 1; fi
In file included from
libsensordisplays_la.all_cc.cc:8:
FancyPlotterSettings.cc: In constructor
`FancyPlotterSettings::FancyPlotterSetti
ngs(QWidget*, const char*)':
FancyPlotterSettings.cc:281: internal compiler error:
Segmentation fault
Comment 1 Andrew Pinski 2004-08-12 18:44:14 UTC
Preprocessed source file?
Comment 2 Wolfgang Bangerth 2004-08-13 00:01:50 UTC
If you are really using gcc 3.3, then there should have been a line 
after the message about the segmentation fault in the compiler that 
displays the web address 
  http://gcc.gnu.org/bugs.html 
 
Please review that one and provide us with the information that we 
request there. Without that, we can't do much about your report. 
 
Thanks 
  Wolfgang 
Comment 3 Andrew Pinski 2004-11-13 05:41:26 UTC
No feedback in 3 months.