Bug 194423

Summary: Segmentation fault on deeply nested while loops
Product: [Fedora] Fedora Reporter: Søren Sandmann Pedersen <sandmann>
Component: gcc4Assignee: Jakub Jelinek <jakub>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: kem
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-06-14 11:36:43 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
The program none

Description Søren Sandmann Pedersen 2006-06-07 22:57:09 UTC
The soon-to-be-attached program causes gcc to segfault on my system.

"rpm -q gcc" says "gcc-4.1.0-3".

Comment 1 Søren Sandmann Pedersen 2006-06-07 22:57:09 UTC
Created attachment 130714 [details]
The program

Comment 2 Søren Sandmann Pedersen 2006-06-07 23:05:14 UTC
I do realize that nesting loops more 32000 levels deep is unusual, but believe
it or not, I didn't actually write this program deliberately to crash the compiler.

I'm not sure if it's worth worrying about it at all.