[136] in NetBSD-Development
Re: lola freeze-up
daemon@ATHENA.MIT.EDU (jtkohl@MIT.EDU)
Sun Sep 25 22:03:38 1994
From: jtkohl@MIT.EDU
Date: Sun, 25 Sep 1994 22:03:31 -0400
To: ghudson@MIT.EDU
Cc: netbsd-afs@MIT.EDU, netbsd-dev@MIT.EDU, wesommer@MIT.EDU
In-Reply-To: "[135] in NetBSD-Development"
Ah, that info is somewhat useful. It looks like all those processes are
hung trying to lock afs_xvolume. Probably some process has afs_xvolume
locked and is blocked on some other problem. For further debugging, I
think we'll need to get the prog name, wchan (text and address) for
*ALL* processes. It may have been the afsd itself waiting on f8690070
which is the hung process--that address is in the kernel heap somewhere.
Greg, can you make such a notation on the thing on the side of lola's
monitor?
Bill, is there a way to get a stack trace from a random process via the
NetBSD kernel debugger?
==John