Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 May 2001 09:50:48 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Matthew Jacob <mjacob@feral.com>
Cc:        current@FreeBSD.org
Subject:   RE: lock order reversals, anyone?
Message-ID:  <XFMail.010503095048.jhb@FreeBSD.org>
In-Reply-To: <Pine.BSF.4.21.0105030730150.91500-100000@beppo.feral.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On 03-May-01 Matthew Jacob wrote:
> 
> T-o-T about 24 hours ago:
> 
>> lock order reversal
>>  1st lockmgr interlock last acquired @ /usr/src/sys/kern/kern_lock.c:239
>>  2nd 0xfffffe0025df8548 process lock @ /usr/src/sys/kern/kern_exit.c:542
>>  3rd 0xfffffe0000aab8d0 lockmgr interlock @
> /usr/src/sys/kern/kern_lock.c:239

This is new.  We shouldn't be holding the proc lock and dinking with lockmgr at
the same time.  (Well, in theory at least.)

>> acquiring duplicate lock of same type: "allproc"
>>  1st @ /usr/src/sys/kern/kern_proc.c:609
>>  2nd @ /usr/src/sys/kern/kern_proc.c:146

This is old.  This is really a case of recursion, I'm currently hacking on
witness some more which will fix this.

>> lock order reversal
>>  1st vnode interlock last acquired @ /usr/src/sys/ufs/ffs/ffs_vfsops.c:397
>>  2nd 0xfffffc000080f218 mntvnode @ /usr/src/sys/ufs/ffs/ffs_vfsops.c:464
>>  3rd 0xfffffe0026918080 vnode interlock @ /usr/src/sys/kern/vfs_subr.c:1881

This is quite old.  I have some h0h0 patches to fix these, but I'm not sure
that they are actually right:

http://www.FreeBSD.org/~jhb/patches/mntvnode.patch

>> pid 288 (nsrexecd), uid 0: exited on signal 11 (core dumped)
> 
> (oh, yeah, a 4.1 built executable is dying, charming)

Cute. :-/

-- 

John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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