From owner-freebsd-mips@FreeBSD.ORG Fri May 20 18:15:36 2011 Return-Path: Delivered-To: mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71B2B106564A; Fri, 20 May 2011 18:15:36 +0000 (UTC) (envelope-from aduane@juniper.net) Received: from exprod7og106.obsmtp.com (exprod7og106.obsmtp.com [64.18.2.165]) by mx1.freebsd.org (Postfix) with ESMTP id E7BAA8FC20; Fri, 20 May 2011 18:15:35 +0000 (UTC) Received: from P-EMHUB03-HQ.jnpr.net ([66.129.224.36]) (using TLSv1) by exprod7ob106.postini.com ([64.18.6.12]) with SMTP ID DSNKTdavx/amIOn6AfdsP8/z5ajmQFGYy+fD@postini.com; Fri, 20 May 2011 11:15:36 PDT Received: from p-emfe02-wf.jnpr.net (172.28.145.25) by P-EMHUB03-HQ.jnpr.net (172.24.192.37) with Microsoft SMTP Server (TLS) id 8.2.254.0; Fri, 20 May 2011 11:12:36 -0700 Received: from EMBX01-WF.jnpr.net ([fe80::1914:3299:33d9:e43b]) by p-emfe02-wf.jnpr.net ([fe80::c126:c633:d2dc:8090%11]) with mapi; Fri, 20 May 2011 14:12:36 -0400 From: Andrew Duane To: Juli Mallett Date: Fri, 20 May 2011 14:12:32 -0400 Thread-Topic: Two repeatable panics on CURRENT Thread-Index: AcwXFtqP25v5PMzhRLOZdGu/3uyN+QAAoH0g Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "mips@freebsd.org" Subject: RE: Two repeatable panics on CURRENT X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2011 18:15:36 -0000 It drops into KDB (with a mostly garbage backtrace). I think I will turn WI= TNESS off for now....=20 /Andrew =20 -----Original Message----- From: juli@clockworksquid.com [mailto:juli@clockworksquid.com] On Behalf Of= Juli Mallett Sent: Friday, May 20, 2011 1:53 PM To: Andrew Duane Cc: mips@freebsd.org Subject: Re: Two repeatable panics on CURRENT On Fri, May 20, 2011 at 10:46, Andrew Duane wrote: > I'm almost finished bringing up -CURRENT on my octeon blade, but have two= perfectly repeatable panics that I could use some help sorting out. > [...] > Also, when I halt the system: > > =A0 =A0 =A0 =A0Waiting (max 60 seconds) for system process `vnlru' to sto= p...done > =A0 =A0 =A0 =A0Waiting (max 60 seconds) for system process `bufdaemon' to= stop...done > =A0 =A0 =A0 =A0Waiting (max 60 seconds) for system process `syncer' to st= op... > =A0 =A0 =A0 =A0Syncing disks, vnodes remaining...0 0 timed out > =A0 =A0 =A0 =A0All buffers synced. > =A0 =A0 =A0 =A02: lock order reversal: > =A0 =A0 =A0 =A00 =A01st 0x9800000001e23bd8 ufs (ufs) @ /aduane/FreeBSDCur= rent/src/sys/kern/vfs_mount.c:1190 3 > =A0 =A0 =A0 =A02nd 0x9800000001eaa458 devfs (devfs) @ /aduane/FreeBSDCurr= ent/src/sys/kern/vfs_subr.c:0 2134 > > This is with WITNESS turned on. I may turn it off for now, but does someo= ne know about this? Does the system actually panic after that? That reversal is, I think, at least very close to being harmless.