Bug 64897 - gcc does not survive ef
Summary: gcc does not survive ef
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: gcc
Version: 7.2
Hardware: i686
OS: Linux
medium
low
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-05-14 00:30 UTC by Stas Sergeev
Modified: 2007-04-18 16:42 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-05-14 00:30:21 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.