Re: recursed on non-recursive lock (sleep mutex) vnode interlock @ /var/portbuild/sparc64/src-client/sys/ufs/ufs/ufs_ihash.c:128

2003-11-29 Thread Kris Kennaway
I got this on an alpha machine as well. Can someone track it down? msgbufp = 0xfc0023f85fe0 magic = 63062, size = 32736, r= 59046, w = 59565, ptr = 0xfc0023f7e000, cksum= 2511626 lock order reversal 1st 0xfc001a793d80 vnode interlock (vnode interlock) @ /a/asami/portbuild/alpha/src

Re: recursed on non-recursive lock (sleep mutex) vm page queue mutex

2003-10-05 Thread Alan Cox
On Sat, Oct 04, 2003 at 11:31:33PM -0700, Kris Kennaway wrote: > I don't think I've seen this one before (i386, kernel built Sep 17). > Is it already fixed? > No, not yet. Regards, Alan > > recursed on non-recursive lock (sleep mutex) vm page queue mutex @ > /a/asami/portbuild/i386/src-client

Re: recursed on non-recursive lock

2001-05-27 Thread Michael Harnois
On Sun, 27 May 2001 17:32:15 -0700 (PDT), John Baldwin <[EMAIL PROTECTED]> said: > Please try http://www.FreeBSD.org/~jhb/patches/vm.patch it fixes > several places where we hold the vm lock across VOP's, etc. Does that mean you've upgraded it? The last time I tried it (shortly after you

RE: recursed on non-recursive lock

2001-05-27 Thread John Baldwin
On 26-May-01 Michael Harnois wrote: > I finally got this much. I hope it helps. > > lock order reversal > 1st 0xc03af0a0 mntvnode @ ../../ufs/ffs/ffs_vnops.c:1007 > 2nd 0xc8b539cc vnode interlock @ ../../ufs/ffs/ffs_vfsops.c:1016 > > recursed on non-recursive lock (sleep mutex) vm @ Please try

Re: recursed on non-recursive lock

2001-05-26 Thread Michael Harnois
After I'd been up a couple of hours I had a spontaneous reboot. No idea why. Still a lot better than I'd been doing ... -- Michael D. Harnois[EMAIL PROTECTED] Redeemer Lutheran Church Washburn, Iowa Earth has its boundaries, but human stupidity is l

Re: recursed on non-recursive lock

2001-05-26 Thread Michael Harnois
On Sun, 27 May 2001 03:59:20 +0200, Thomas Moestl <[EMAIL PROTECTED]> said: > The attached patch just unlocks vm_mtx before this call and > reacquires the it when it's done. This works for me Me, too. So far, at least ... uptime 25 minutes, swapping, X running, none of which I could do b

Re: recursed on non-recursive lock

2001-05-26 Thread Thomas Moestl
On Sat, 2001/05/26 at 11:07:36 -0500, Michael Harnois wrote: > I finally got this much. I hope it helps. > > lock order reversal > 1st 0xc03af0a0 mntvnode @ ../../ufs/ffs/ffs_vnops.c:1007 > 2nd 0xc8b539cc vnode interlock @ ../../ufs/ffs/ffs_vfsops.c:1016 > > recursed on non-recursive lock (sleep