From owner-freebsd-current Sun Mar 24 15: 3:12 2002 Delivered-To: freebsd-current@freebsd.org Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by hub.freebsd.org (Postfix) with SMTP id 1314237B416 for ; Sun, 24 Mar 2002 15:03:08 -0800 (PST) Received: (qmail 10495 invoked from network); 24 Mar 2002 23:02:58 -0000 Received: from ken.yumyumyum.org (HELO there) (192.168.0.2) by dsl092-171-091.wdc1.dsl.speakeasy.net with SMTP; 24 Mar 2002 23:02:58 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Kenneth Culver To: Kris Kennaway Subject: Re: Lock order reversals in sys_pipe.c Date: Sun, 24 Mar 2002 18:03:21 -0500 X-Mailer: KMail [version 1.3.2] References: <20020324142632.A60767@xor.obsecurity.org> In-Reply-To: <20020324142632.A60767@xor.obsecurity.org> Cc: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020324230308.1314237B416@hub.freebsd.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday 24 March 2002 05:26 pm, you wrote: > The bento cluster is now running with WITNESS enabled to try and track > down some odd UMA lock corruption panics. Instead, it found the > following lock order reversal in sys_pipe.c overnight: > > Mar 24 07:31:44 gohan17 kernel: lock order reversal > Mar 24 07:31:44 gohan17 kernel: 1st 0xcf51aa80 pipe mutex @ > /local0/scratch/usr/src/sys/kern/sys_pipe.c:450 Mar 24 07:31:44 > gohan17 kernel: 2nd 0xcf88dadc process lock @ > /local0/scratch/usr/src/sys/kern/kern_sig.c:2093 Mar 24 07:32:12 > gohan10 kernel: lock order reversal > Mar 24 07:32:12 gohan10 kernel: 1st 0xd9a29dc0 pipe mutex @ > /local0/scratch/usr/src/sys/kern/sys_pipe.c:450 Mar 24 07:32:12 > gohan10 kernel: 2nd 0xd961addc process lock @ > /local0/scratch/usr/src/sys/kern/kern_sig.c:2093 Mar 24 07:32:57 > gohan12 kernel: lock order reversal > Mar 24 07:32:57 gohan12 kernel: 1st 0xd9423080 pipe mutex @ > /local0/scratch/usr/src/sys/kern/sys_pipe.c:450 Mar 24 07:32:57 > gohan12 kernel: 2nd 0xdaa704dc process lock @ > /local0/scratch/usr/src/sys/kern/kern_sig.c:2093 Mar 24 09:02:29 > gohan13 kernel: lock order reversal > Mar 24 09:02:29 gohan13 kernel: 1st 0xd99d6500 pipe mutex @ > /local0/scratch/usr/src/sys/kern/sys_pipe.c:450 Mar 24 09:02:29 > gohan13 kernel: 2nd 0xd971cddc process lock @ > /local0/scratch/usr/src/sys/kern/kern_sig.c:2093 > > Those source references are from a -current kernel from last night. > > Kris I think I found something similar as well, I also found a panic, but havn't had time to track it down. The panic doesn't occur with a kernel from march 13th, but occurs with the latest kernels. Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message