Bug 65662

Summary: error when compiling kernel 2.4.18-4 (names.c)
Product: [Retired] Red Hat Linux Reporter: ArjanNutz <arjannutz>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: low Docs Contact:
Priority: medium    
Version: 7.3   
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: 2002-05-31 13:41:46 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
My kernel config none

Description ArjanNutz 2002-05-29 18:31:19 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; .NET CLR 1.0.3705)

Description of problem:
When I compile my kernel I get:
names.c:55: Internal error: Segmentation fault

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


How reproducible:
Always

Steps to Reproduce:
1. make oldconfig
2. make menuconfig
3. make dep
4. make clean
5. make bzImage

Actual Results:  the same error

Additional info:

the error:

names.c:55: Internal error: Segmentation fault
Please submit a full bug report
e[3]: *** [names.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.18-4/drivers/pci'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.18-4/drivers/pci'
make[1]: *** [_subdir_pci] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.18-4/drivers'
make: *** [_dir_drivers] Error 2

kernel: 2.4.18-4
gcc: 2.96-110

Comment 1 ArjanNutz 2002-05-29 18:33:02 UTC
Created attachment 58866 [details]
My kernel config

Comment 2 Jakub Jelinek 2002-05-31 13:41:40 UTC
Is it reproduceable, always on the same file same error.
If yes, you need to provide preprocessed source, if not, it is likely a hardware
problem.