Subject: kern/35102: internal compiler error: Segmentation fault when building kernel
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: henry nelson <netb@yuba.ne.jp>
List: netbsd-bugs
Date: 11/23/2006 10:10:01
>Number:         35102
>Category:       kern
>Synopsis:       "sched.h:129: internal compiler error: Segmentation fault"
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 23 10:10:01 +0000 2006
>Originator:     henry nelson
>Release:        NetBSD 3.0.0_STABLE
>Organization:
	
>Environment:
	
	
System: NetBSD note 3.0.0_STABLE NetBSD 3.0.0_STABLE (NXKERN) #0: Sat Apr 29 12:02:23 JST 2006  hennx@haus:/usr/src/sys/arch/i386/compile/NXKERN i386
Architecture: i386
Machine: i386
>Description:
#   compile  kern/pmatch.o
cc -ffreestanding   -O2 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wno-sign-compare -fno-zero-initialized-in-bss -I../../../../../../lib/libkern/arch/i386 -Di386 -I../../. -I../../../../../../arch -I../../../../../.. -nostdinc -DIPFILTER_DEFAULT_BLOCK -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT -I../../../../../../dist/ipf     -c    ../../../../../../lib/libkern/pmatch.c -o pmatch.o.tmp
In file included from ../../../../../../sys/cpu_data.h:49,
                 from ../../machine/cpu.h:59,
                 from ../../machine/param.h:48,
                 from ../../../../../../sys/param.h:145,
                 from ../../../../../../lib/libkern/pmatch.c:32:
../../../../../../sys/sched.h:129: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.netbsd.org/Misc/send-pr.html> for instructions.
*** Error code 1

Stop.
make: stopped in /usr/src/sys/arch/i386/compile/NXKERN/lib/kern
*** Error code 1

Stop.
make: stopped in /usr/src/sys/arch/i386/compile/NXKERN
>How-To-Repeat:
Only difference between this failure was extraction of contrib.tar.gz
and uncommenting cardbus network card "ath" driver line.  (Previous
driver pcmcia "ne" was commented out.)
>Fix: