From owner-freebsd-fs@FreeBSD.ORG Wed Jun 26 20:10:02 2013 Return-Path: Delivered-To: freebsd-fs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DB652FEA for ; Wed, 26 Jun 2013 20:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CE11A1A10 for ; Wed, 26 Jun 2013 20:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5QKA2kZ004856 for ; Wed, 26 Jun 2013 20:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5QKA23E004855; Wed, 26 Jun 2013 20:10:02 GMT (envelope-from gnats) Date: Wed, 26 Jun 2013 20:10:02 GMT Message-Id: <201306262010.r5QKA23E004855@freefall.freebsd.org> To: freebsd-fs@FreeBSD.org Cc: From: Allen Landsidel Subject: Re: kern/160790: [fusefs] [panic] VPUTX: negative ref count with FUSE X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Allen Landsidel List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jun 2013 20:10:02 -0000 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: Wed, 26 Jun 2013 16:08:39 -0400 On RELENG_9 (9.1 stable), the crash is near instant now, and does not take hours to manifest. With a MooseFS FUSE filesystem mounted, simply deleting a single top level directory results in an instant kernel panic. Compiled with a debug kernel so I could catch it without having to be watching 24/7, I get a panic: Fatal trap 9: general protection fault while in kernel mode cpuid = 1; apic id = 01 ... current process = 904 (rm) [ thread pid 904 tid 100074 ] Stopped at M_FUSEFH: movb 0xffffffffff8182a5,%al Screenshots of the panic and backtrace here: http://i.imgur.com/LHwpdas.png http://i.imgur.com/5fpNd7E.png http://i.imgur.com/8O2yfV7.png