panic: free: multiple frees

2000-03-01 Thread Benjamin Greenwald
Hiya, At the bottom of this message is the dmesg output from my 4.0-CURRENT box with a kernel compiled February 27th. The kernel as of a cvsup this afternoon now dies and prints the following message immediately after initializing the keyboard: snip atkbdc0: keyboard controller (i8042) at

Re: buildworld failure in cvs ...

2000-03-09 Thread Benjamin Greenwald
I'm having the same problem. To overstate the obvious, it's related to compiling with MAKE_KERBEROS4=yes which require the des code in libcrypto. Anyone know how libRSAglue is getting pulled in? -Ben Greenwald Is anyone else seeing this. cvsupped from 12:00 noon EST ... cc -O -pipe

Re: buildworld failure in cvs ...

2000-03-09 Thread Benjamin Greenwald
It was during a buildworld. I'm going to do a make world with MAKE_KERBEROS4=NO, and then do a buildworld after the reboot and see if it was somehow pulling the library from outside of /obj. -Ben On Thu, 9 Mar 2000, Benjamin Greenwald wrote: I'm having the same problem. To overstate

Re: buildworld failure in cvs ...

2000-03-09 Thread Benjamin Greenwald
I meant I was going to comment out MAKE_KERBEROS4, but thanks for the tip. Speaking of which, this is precisely what I did. I commented out MAKE_KERBEROS4, did a make world, uncommented MAKE_KERBEROS4, made the world again, and the second time everything was fine. There's probably a faster

Re: buildworld failure in cvs ...

2000-03-09 Thread Benjamin Greenwald
I did try blowing away /obj. Didn't help. -Ben On Thu, 9 Mar 2000, Jim Bloom wrote: the variable being defined and not its value. You might try removing your object directory and doing a make cleandir twice to make sure nothing is left in source tree that shouldn't be there. Yes,