Bug 78387

Summary: Segfault in make xconfig
Product: [Retired] Red Hat Linux Reporter: Dee-Ann LeBlanc <dee>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: chris.ricker
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: 2004-10-02 20:43:33 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 Dee-Ann LeBlanc 2002-11-22 01:50:11 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Description of problem:
With linux-2.4.19-0.pp.15, when I type "make xconfig" I get the results pasted
into Additional Information.

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


How reproducible:
Always

Steps to Reproduce:
first su to root
in /usr/src/linux-version:

1. make oldconfig
2. make xconfig
3.
	

Actual Results:  output shown in Additional Information

Expected Results:  should have compiled and produced the xconfig kernel
configuration dialog.

Additional info:

rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux-2.4.19-0.pp.15/scripts'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o
tkparse.ccc1: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [tkparse.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.19-0.pp.15/scripts'
make: *** [xconfig] Error 2

Comment 1 Dee-Ann LeBlanc 2002-11-22 07:22:40 UTC
When I try make menuconfig, it tells me I need the ncurses libraries, but I've
already got ncurses-devel-5-2-28 and even ncurses-c++-devel-5.2.28 installed.
I'm not sure if this should be a separate bug or not, but in case it's all
linked I'm putting it here.

Comment 2 Chris Ricker 2002-12-17 04:28:26 UTC
I'm not seeing this on beta2. make {old,x,menu,}config all work for me on an athlon

kernel-source-2.4.20-0.pp.3

Comment 3 Jakub Jelinek 2003-02-19 16:22:00 UTC
If the bug is reproduceable, please attach tkparse.i (see -save-temps gcc option)
which you can reproduce it on. Otherwise it is likely a hardware problem.

Comment 4 Jakub Jelinek 2004-10-02 20:43:33 UTC
No feedback, closing.