Bug 76386 - gcc segmentation fault when compiling kernel.
Summary: gcc segmentation fault when compiling kernel.
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: gcc
Version: 8.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-10-21 07:53 UTC by Theewara Vorakosit
Modified: 2007-04-18 16:47 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-10-02 20:36:01 UTC
Embargoed:


Attachments (Terms of Use)

Description Theewara Vorakosit 2002-10-21 07:53:27 UTC
Description of Problem:
gcc segmentation fault when compiling kernel.

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


How Reproducible:
Install Red Hat 8.0 which kernel-source package on Athlon XP.

Steps to Reproduce:
1. make menuconfig, select kernel components as usual
2. make dep ; make clean ; make bzImage

Actual Results:
gcc -D__KERNEL__ -I/usr/src/linux-2.4.18-14/include -Wall -Wstrict-prototypes
-mpreferred-stack-boundary=2 -march=i686 -malign-functinos=4 -nostdinc
-I/usr/lib/gcc-lib/i386-redhat-linux/3.2/include -DKBUILD_BASENAME=serverworks
-c -o serverworks.o serverworks.c
cc1: warning -malign-function is obsolete, use -falign-functions
serverworks.c: In function `svwks_get_info':
serverworks.c:198: internal error: Segmentation fault

Expected Results:


Additional Information:
There are a lot of segmentation fault not depend on the compiled files.

Comment 1 Jakub Jelinek 2002-10-21 07:56:37 UTC
If the segfaults are reproduceable (ie. always on the same file same place),
then please attach preprocessed source on which gcc segfaults (use -save-temps
gcc option), otherwise it is a because of faulty hardware.

Comment 2 Jakub Jelinek 2004-10-02 20:36:01 UTC
No response in almost 2 years, closing.


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