Bug 64897

Summary: gcc does not survive ef
Product: [Retired] Red Hat Linux Reporter: Stas Sergeev <stssppnn>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED DEFERRED QA Contact: Brian Brock <bbrock>
Severity: low Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-05-14 00:30:21 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 Stas Sergeev 2002-05-14 00:30:16 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.19-pre8-ac1 i686)

Description of problem:
gcc segfaults under ef (Electric Fence)

Version-Release number of selected component (if applicable):
gcc-2.96-98

How reproducible:
Always

Steps to Reproduce:
1.ef gcc

	

Actual Results:  cc: Segmentation fault

Expected Results:  cc: no input files

Additional info:

gcc3 and kgcc both survives.

Comment 1 Jakub Jelinek 2002-05-14 16:40:37 UTC
gcc-2.96-RH uses intl/ included in it and localealias.c there is quite old,
particularly lacks the:
        * intl/localealias.c (read_alias_file): Update string pointers
        in map[] if realloc() changed the values.
change which was made in late 2000 in glibc.
Use LC_ALL=C ef gcc, that will work.
If I build an gcc-2.96-RH rpm, I'll put this in, but I don't consider this
a showstopper which would need an errata just for this.