Bug 163271

Summary: Compiler crashed with input from resiprocate sip stack
Product: [Fedora] Fedora Reporter: Jason Fischl <jason.fischl>
Component: gcc4Assignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: 4.0.1-3.fc4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-19 17:19:55 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
preprocessor output to reproduce the problem none

Description Jason Fischl 2005-07-14 17:47:49 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Fedora/1.0.4-1.3.1 Firefox/1.0.4

Description of problem:

g++4 -march=i686 -D_REENTRANT   -O3 -ffast-math -funroll-all-loops   -Wall  -frepo         -I../build/.. -I../build/../contrib/ares -DUSE_ARES -c -o obj.opt.Linux.i686/TuIM.o TuIM.cxx
TuIM.cxx: In member function 'void resip::TuIM::processSipFrag(resip::SipMessage*)':
TuIM.cxx:277: warning: unused variable 'sigStat'
TuIM.cxx: At global scope:
TuIM.cxx:1459: 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/cc5c8Sq4.out file, please attach this to your bugreport.


Version-Release number of selected component (if applicable):
gcc4-4.0.0-0.41.fc3

How reproducible:
Always

Steps to Reproduce:
1. compile the file


Actual Results:  compiler crashed


Additional info:

Comment 1 Jason Fischl 2005-07-14 17:49:12 UTC
Created attachment 116761 [details]
preprocessor output to reproduce the problem

Comment 2 Jakub Jelinek 2005-07-19 17:19:55 UTC
This is PR22204, will be fixed in rawhide soon, the fix is already on
gcc-4_0-branch.

Comment 3 Jakub Jelinek 2005-07-21 20:58:01 UTC
Should be fixed in gcc-4.0.1-4 (rawhide) and 4.0.1-3.fc4 (FC4 testing update).