Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 1997 17:30:28 -0800
From:      John Polstra <jdp@polstra.com>
To:        current@freebsd.org
Subject:   Panic: "lockmgr: pid %d, not %s %d unlocking"
Message-ID:  <199703290130.RAA08748@austin.polstra.com>

next in thread | raw e-mail | index | archive | help
I just got this panic on a -current kernel from March 17th, running
on a 486/66DX2 with 16 MB of RAM:

#9  0xf01181fa in panic (fmt=0xf0112e4b "lockmgr: pid %d, not %s %d unlocking")
    at ../../kern/kern_shutdown.c:366
#10 0xf01132d8 in lockmgr (lkp=0xf0bc3e34, flags=6, interlkp=0xf0ba5b60, 
    p=0xf0bf1800) at ../../kern/kern_lock.c:355
#11 0xf01af9c3 in ufs_unlock (ap=0xefbffd50) at ../../ufs/ufs/ufs_vnops.c:1784
#12 0xf0165b35 in nfs_inactive (ap=0xefbffd78) at vnode_if.h:843
#13 0xf013a3b1 in vputrele (vp=0xf0ba5b00, put=0) at vnode_if.h:775
#14 0xf013a3ee in vrele (vp=0xf0ba5b00) at ../../kern/vfs_subr.c:1093
#15 0xf01bf4b9 in vnode_pager_dealloc (object=0xf0c72980)
    at ../../vm/vnode_pager.c:203
#16 0xf01be826 in vm_pager_deallocate (object=0xf0c72980)
    at ../../vm/vm_pager.c:177
#17 0xf01b95ec in vm_object_terminate (object=0xf0c72980)
    at ../../vm/vm_object.c:420
#18 0xf01b93f7 in vm_object_deallocate (object=0xf0c72980)
    at ../../vm/vm_object.c:355
#19 0xf013a2a9 in vputrele (vp=0xf0ba5b00, put=1) at ../../kern/vfs_subr.c:1034
#20 0xf013a3ce in vput (vp=0xf0ba5b00) at ../../kern/vfs_subr.c:1086
#21 0xf0190c46 in nfs_remove (ap=0xefbffef8) at ../../nfs/nfs_vnops.c:1516
#22 0xf013d32f in unlink (p=0xf0bf1800, uap=0xefbfff94, retval=0xefbfff84)
    at vnode_if.h:531
#23 0xf01ce6a6 in syscall (frame={tf_es = 135135271, tf_ds = -272695257, 
      tf_edi = 319616, tf_esi = 319616, tf_ebp = -272647532, 
      tf_isp = -272629788, tf_ebx = -272648556, tf_edx = 70, 
      tf_ecx = -272648676, tf_eax = 10, tf_trapno = 0, tf_err = 7, 
      tf_eip = 134972241, tf_cs = 31, tf_eflags = 582, tf_esp = -272648588, 
      tf_ss = 39}) at ../../i386/i386/trap.c:890

At the time, the machine was simultaneously doing a "cvs update" of
/usr/src from an NFS-mounted repository, and an "rm -rf" of a large
directory tree on the local disk.  I've been running the kernel since
March 17th, and this is its first panic.

I'll save the kernel and the crash dump in case more information is
needed.
--
   John Polstra                                       jdp@polstra.com
   John D. Polstra & Co., Inc.                Seattle, Washington USA
   "Self-knowledge is always bad news."                 -- John Barth



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703290130.RAA08748>