From owner-freebsd-current@FreeBSD.ORG Sun Jun 21 12:17:00 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DCB81065677; Sun, 21 Jun 2009 12:17:00 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from kennaway-macbookpro.config (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E41D78FC08; Sun, 21 Jun 2009 12:16:58 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4A3E24BA.4080406@FreeBSD.org> Date: Sun, 21 Jun 2009 13:16:58 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: John Baldwin References: <1242075474.72992.118.camel@hood.oook.cz> <3c1674c90906151408n6febec56m140b089b694f6e13@mail.gmail.com> <20090616073353.GZ33280@droso.net> <200906160812.04284.jhb@freebsd.org> <4A3E234F.6050403@FreeBSD.org> In-Reply-To: <4A3E234F.6050403@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Doug Rabson , Rick Macklem , Kip Macy , freebsd-current@freebsd.org, pav@freebsd.org, current@freebsd.org Subject: Re: hang in rpccon from interrupting NFS operations (Re: pointyhat panic) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2009 12:17:00 -0000 Kris Kennaway wrote: > John Baldwin wrote: >> On Tuesday 16 June 2009 3:33:55 am Erwin Lansing wrote: >>> On Mon, Jun 15, 2009 at 02:08:17PM -0700, Kip Macy wrote: >>>> This is from the RPC re-work. I had thought that this was fixed. You >>>> shouldn't see this on the latest -CURRENT, but Doug will have more >>>> details. >>> Any datepoint when these fixes went in? I upgraded pointyhat last month >>> exactly to get the latest fixes in, but could be there were more since >>> then. >> >> You want the socket upcall locking changes in 193272 (committed June >> 1). You will also want subsequent commits to the RPC and NFS code by >> Rick Macklem to close a few more races. I think Rick still has one >> other patch that pho@ is stress testing as well. >> > > Got another deadlock after upgrading. Again, busy NFS volume, and > ^C'ing a recursive find hung in rpccon state: > > db> bt 89596 > Tracing pid 89596 tid 102493 td 0xffffff0089260000 > sched_switch() at sched_switch+0x17c > mi_switch() at mi_switch+0x21d > sleepq_switch() at sleepq_switch+0x123 > sleepq_timedwait() at sleepq_timedwait+0x4d > _sleep() at _sleep+0x301 > clnt_reconnect_call() at clnt_reconnect_call+0x5d3 > nfs_request() at nfs_request+0x225 > nfs_statfs() at nfs_statfs+0x197 > __vfs_statfs() at __vfs_statfs+0x28 > kern_fstatfs() at kern_fstatfs+0x286 > fstatfs() at fstatfs+0x34 > syscall() at syscall+0x1af > Xfast_syscall() at Xfast_syscall+0xd0 > --- syscall (397, FreeBSD ELF64, fstatfs), rip = 0x800726dcc, rsp = > 0x7fffffffe1a8, rbp = 0x1000 --- > > These are mounted with intr, I'll try disabling that next. > > Kris > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > >