Subject: Re: A few observations (fwd)
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Eric S. Hvozda <ack@clark.net>
List: current-users
Date: 05/02/1994 09:01:49
If you are seeing this twice, I apologize, as I sent this Saturday and haven't 
seen this on this list yet...

Brad Parker sez:
> 
> I've been keeping current within a day or two, and I just got hit with
> (2) below, and I don't recall any mail messages saying "gee, I just
> changed config and you better rebuild it" (maybe one came through, but
> I didn't see one).

I supped just this morning, and I seem to be having problems:

helios# make clean depend all
rm -f eddep *netbsd tags *.o locore.i [a-uw-z]*.s  errs linterrs makelinks genassym
cc  -static -I. -I../../../../arch -I../../../.. -I../../../../sys -DKERNEL -DHELIOS -DI486_CPU -DTCP_COMPAT_42 -DCOMPAT_43 -DCOMPAT_09 -DCOMPAT_NOMID -DTPIP -DISO -DINET -DKERNFS -DFDESC -DMSDOSFS -DISOFS -DMFS -DFFS -DSYSVSHM -DSYSVSEM -DSYSVMSG -DFIFO -DKTRACE -DDEVPAGER -DVNODEPAGER -DSWAPPAGER -DMACHINE_NONCONTIG -DTIMEZONE=240 -DDST=0 -DMAXUSERS=32 -DMAXFDESCS=2048  ../../i386/genassym.c -o genassym
In file included from ../../../../vm/vm_object.h:73, from ../../../../vm/vm.h:67, from ../../../../sys/user.h:51, from ../../i386/genassym.c:43:
../../../../vm/vm_page.h:305: unterminated comment
../../../../vm/vm_page.h:160: unterminated `#if' conditional
*** Error code 1

Stop.

So, I figured, oh, maybe vm_page.h was updated after I supped.  No such luck:

helios# sup -v /etc/supfile
SUP 8.26 (4.3 BSD) for file /etc/supfile at Apr 30 15:12:03
SUP Upgrade of current-doc at Sat Apr 30 15:12:08 1994
SUP Fileserver 7.13 (4.3 BSD) 19248 on sun-lamp.cs.berkeley.edu at 15:12:08
SUP Requesting changes since Apr 29 18:24:04 1994
SUP Upgrade of current-doc completed at Apr 30 15:12:13 1994
SUP Upgrade of current-othersrc at Sat Apr 30 15:12:15 1994
SUP Fileserver 7.13 (4.3 BSD) 19250 on sun-lamp.cs.berkeley.edu at 15:12:15
SUP Requesting changes since Apr 29 18:24:04 1994
SUP Upgrade of current-othersrc completed at Apr 30 15:12:19 1994
SUP Upgrade of current-allsrc at Sat Apr 30 15:12:22 1994
SUP Fileserver 7.13 (4.3 BSD) 19251 on sun-lamp.cs.berkeley.edu at 15:12:22
SUP Requesting changes since Apr 29 18:24:04 1994
SUP Upgrade of current-allsrc completed at Apr 30 15:12:27 1994
helios# 

So, what did I miss?  This was my first build after upgrading from 
the binaries 16,17Apr(?).  I ftped to both sun-lamp and ftp.iastate,
my vm_page.h matches the one on both.

> I just did a full rebuild several days ago without a hitch and upon
> sup'ing today, rebuilding my kernel and rebooting I got a panic in
> swfree.

Last weekend I kept getting panics on `free: multiple frees` and 
`sbflush 2`, weird thing is I have the speaker pseudo-device in my
kernel, but no /dev/audio or sound blaster support.  I looked but
couldn't figure out what sbflush is.  Anyone know...?

> I'll let you know if rebuilding config, config'ing my kernel and
> rebuilding it helps.

I did this, it didn't help me.  Do I need to build config.new when I rebuild
config as well?

------------------------------------------------------------------------------