From owner-freebsd-fs@FreeBSD.ORG Mon Sep 19 12:18:04 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 212EF1065675 for ; Mon, 19 Sep 2011 12:18:04 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id ECA6A8FC18 for ; Mon, 19 Sep 2011 12:18:03 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 9D7BA46B45; Mon, 19 Sep 2011 08:18:03 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 2BB018A037; Mon, 19 Sep 2011 08:18:03 -0400 (EDT) From: John Baldwin To: freebsd-fs@freebsd.org, Allen Landsidel Date: Mon, 19 Sep 2011 08:18:01 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: <201109181150.p8IBoDWL039236@freefall.freebsd.org> In-Reply-To: <201109181150.p8IBoDWL039236@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201109190818.01699.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Mon, 19 Sep 2011 08:18:03 -0400 (EDT) Cc: amistry@am-productions.biz Subject: Re: kern/160790: [fusefs] [panic] VPUTX: negative ref count with FUSE X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2011 12:18:04 -0000 On Sunday, September 18, 2011 7:50:13 am Allen Landsidel wrote: > The following reply was made to PR kern/160790; it has been noted by GNATS. > > From: Allen Landsidel > To: bug-followup@FreeBSD.org > Cc: > Subject: Re: kern/160790: [fusefs] [panic] VPUTX: negative ref count with > FUSE > Date: Sun, 18 Sep 2011 07:40:36 -0400 > > The crash is repeatable though the exact steps are unknown. Three > identical crashes within 8-9 hours, running the same workload. My first guess would be that VOP_LOOKUP() for fusefs is returning a vnode with an insufficient number of references. -- John Baldwin