[725] in NetBSD-Development
Re: AFS instability?
daemon@ATHENA.MIT.EDU (John Kohl)
Thu Apr 20 08:48:29 1995
Date: Thu, 20 Apr 1995 08:46:20 -0400
From: John Kohl <jtk@atria.com>
To: mycroft@ai.mit.edu
Cc: jtkohl@MIT.EDU, netbsd-dev@MIT.EDU
In-Reply-To: <199504200813.EAA06844@duality.gnu.ai.mit.edu> (mycroft@ai.mit.edu)
>>>>> "Charles" == Charles M Hannum <mycroft@ai.mit.edu> writes:
Charles> To John:
Charles> Since you installed the new libafs.o, granola has crashed twice during
Charles> the AFS cache scan, with `panic: free vnode isn't'. On subsequent
Charles> reboots, it seems to come up okay. I can't be absolutely certain that
Charles> this isn't a coincidence, but the evidence does seem to point in your
Charles> direction.
Hmm, this does sound weird, but I don't think the changes I made
recently to the AFS code should have anything to do with vnode free list
stuff. Were you able to tell what type of vnode it was that wasn't
free? (was it a UFS node, or an AFS node?)
[I just heard from Chad that it's also gotten that panic after running
for a while, not just at cache scan time. A vprint before the "free
vnode isn't" panic would sure help. Where's the right place to do
kernel mods these days?]
==John