Bug 19130

Summary: xracer causes gcc to internal error
Product: [Retired] Red Hat Linux Reporter: Daniel Thompson <d.thompson>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED WONTFIX QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: low    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-01 21:39:27 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:

Description Daniel Thompson 2000-10-15 09:52:49 UTC
One file in xracer (http://xracer.annexia.org/files/) does not compile
using gcc-2.96. The problem file is tracks/simple2/obj_TrackScenery.c.
This file causes gcc to massively leak memory (or at least rapidly increase
its footprint until failure).

Affects only optimisation levels >= -O2.

This bug has only been filed for tracking purposes at request of a RH
engineer (cf #18597).

Comment 1 Jakub Jelinek 2000-10-17 14:02:40 UTC
Haifa scheduler has O(n^2) space requirements and for 5160 calls in one routine
needs a lot of memory. I'll be looking into putting some limits and just don't
schedule if the memory requirements go beyond that, but I consider it low
priority, since this is really an extreme case and the author should be thought
how to program sanely.

Comment 2 Richard Henderson 2004-10-01 21:39:27 UTC
Unfortuntately, 
  http://www.annexia.org/_file/xracer-0.96.9.tar.gz
is corrupt, so I can't do anything with this PR.