Bug 204794 - A wrong curly bracket in a file .h generates a segmentation fault
Summary: A wrong curly bracket in a file .h generates a segmentation fault
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc34
Version: 3
Hardware: athlon
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-08-31 16:43 UTC by sandrine.vollat
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 4.1.1-20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-09-01 06:52:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
internal compiler error: Segmentation fault (1.40 MB, text/x-java)
2006-08-31 16:43 UTC, sandrine.vollat
no flags Details

Description sandrine.vollat 2006-08-31 16:43:59 UTC
g++ -v 
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/specs 
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--disable-checking --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux 
Thread model: posix 
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2) 
 
In file included from ../../qualification/progress/qualificationProgress.h:33, 
                 from externalSimulator.cpp:38: 
../../misc/rangeFinder.h:210: internal compiler error: Segmentation fault 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. 
Preprocessed source stored into /tmp/ccI2vzcU.out file, please attach this to 
your bugreport. 
make[3]: *** [.obj/externalSimulator.o] Error 1 
 
I have replaced the following line : 
  bool CTSExternalSimulator::setEnv(void) { 
by 
  bool CTSExternalSimulator::setEnv(void); 
in the file externalSimulator.h 
 
and I have no more the segmentation fault.

Comment 1 sandrine.vollat 2006-08-31 16:44:00 UTC
Created attachment 135305 [details]
internal compiler error: Segmentation fault

Comment 2 Jakub Jelinek 2006-09-01 06:52:07 UTC
FC3 is no longer supported and current rawhide g++ doesn't ICE on this.


Note You need to log in before you can comment on or make changes to this bug.