Subject: Re: 1.4.2 lockmgr
To: Frederick Bruckman <fb@enteract.com>
From: Bob Nestor <rnestor@augustmail.com>
List: current-users
Date: 03/20/2000 06:08:10
Frederick Bruckman  (fb@enteract.com) wrote:

>On Thu, 16 Mar 2000, Bob Nestor wrote:
>
>> Jason R Thorpe  (thorpej@zembu.com) wrote:
>> 
>> >On Thu, Mar 16, 2000 at 06:31:21AM -0600, Bob Nestor wrote:
>> >
>> > > I've been running the latest 1.4.2 snapshot on my 68k Mac building 
>> > > packages.  It's uptime is about 1 week but last nite it crashed with 
the 
>> > > "lockmgr: locking against myself".  I thought that problem was fixed 
some 
>
>> > > time ago.  Is it only in -current and not in 1.4.2, or am I wrong about 
>> > > it being fixed?
>> >
>> >What is the call traceback?  Important to know who's calling lockmgr(), as
>> >it's just a tool used by many other parts of the kernel.
>> 

OK. Got another one and here's the traceback:

_Debugger
_panic
_lockmgr
_ufs_lock
_vn_lock
_vrele
_nfs_lookup
_namei
_vn_open
_sys_open
_syscall
_trap

If this is similar to the ones Frederick has been seeing than it looks 
like it's NFS related. Both of us are building packages from NFS mounted 
volumes when the panic happens.

-bob