Bug 177918

Summary: g++ compiler crashes with internal compiler error
Product: [Fedora] Fedora Reporter: Darius Burschka <burschka>
Component: gcc4Assignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: 4.1.0-0.15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-18 08:03:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
report file from the compiler after the crash none

Description Jakub Jelinek 2006-01-16 14:55:27 UTC
Empty bug reports aren't really very useful.

Comment 1 Jakub Jelinek 2006-01-16 14:56:00 UTC
*** Bug 177919 has been marked as a duplicate of this bug. ***

Comment 2 Jakub Jelinek 2006-01-16 14:56:27 UTC
*** Bug 177920 has been marked as a duplicate of this bug. ***

Comment 3 Darius Burschka 2006-01-16 15:07:50 UTC
(In reply to comment #0)
> Empty bug reports aren't really very useful.

Hi... the empty comment was due to internal webserver error at RedHat

I tried to submit a bug report to gcc-c++-4.0.2-8.fc4, but I am getting
an internal webserver error...what is the bug report about?

g++ compiler crashes with internal compiler error 

g++ -O6 -pipe -DDEBUG_LEVEL=1 -DHAVE_CONFIG_H  -I../..//include
-I/usr/X11R6/include  -c -o XVAffineWarp.o XVAffineWarp.cc
XVAffineWarp.cc: In member function â:
XVAffineWarp.cc:163:   instantiated from here
XVAffineWarp.cc:116: 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/ccLsWvq8.out file, please attach
this to your bugreport.

happens every time

way to reproduce
1. download http://robotvision.dynalias.com/XVision.tgz
2. tar xvfz XVision2.tgz
3. cd XVision2;make config
4. cd src/Images;make

actual result
XVColorBase.cc: In member function â:
XVColorBase.cc:30: 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.
make: *** wait: No child processes.  Stop.
make: *** Waiting for unfinished jobs....
make: *** wait: No child processes.  Stop.

It is a template related problem that started with the 4.0 version of
the gcc compiler. It is still not fixed.

Best regards
  Darius Burschka

Comment 4 Jakub Jelinek 2006-01-16 15:22:32 UTC
Preprocessed source stored into /tmp/ccLsWvq8.out file, please attach
this to your bugreport.


Comment 5 Darius Burschka 2006-01-16 15:53:19 UTC
Created attachment 123238 [details]
report file from the compiler after the crash

here is the requeste report file... I re-created it by running the compiler
again so it has a different name, but it is from the same source file

Comment 7 Jakub Jelinek 2006-01-18 08:03:14 UTC
Should be fixed in gcc-4.1.0-0.15 in rawhide.