Subject: Re: asldfj
To: None <grant@grunta.com, port-sparc64@netbsd.org>
From: None <eeh@netbsd.org>
List: port-sparc64
Date: 09/25/2001 14:41:04
|
| I just ran a 'cvs update' and attempted to build a GENERIC kernel:
|
| cc -O2 -g -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-main -Wno-uninitialized -Wa,-Av9a -mno-fpu -I. -I../../../../arch -I../../../.. -nostdinc -DSUN4U -DLKM -D_LP64 -DMAXUSERS=64 -D_KERNEL -D_KERNEL_OPT -Dsparc64   -c vers.c
| rm -f netbsd
| ld -Ttext 01000000 -Tdata 01800000 -e start -n -T ../../../../arch/sparc64/conf/kern.ldscript -X -o netbsd ${SYSTEM_OBJ} vers.o
| uvm_pdaemon.o: could not read symbols: Bad address
| *** Error code 1

This sounds like data corruption on the disk.  What kernel are you running?
What hardware is this?  I would suggest rebuilding the kernel with DMA turned
off to the disk, but obviously you can't do that.

Eduardo