From owner-freebsd-current@FreeBSD.ORG Fri Nov 1 13:03:55 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D72D12CD for ; Fri, 1 Nov 2013 13:03:55 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DD9F2A85 for ; Fri, 1 Nov 2013 13:03:55 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.69) (envelope-from ) id 1VcEO9-0004TT-Np; Fri, 01 Nov 2013 20:03:50 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id rA1D3OsV085517; Fri, 1 Nov 2013 20:03:34 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id rA1D3JfW085476; Fri, 1 Nov 2013 20:03:19 +0700 (NOVT) (envelope-from danfe) Date: Fri, 1 Nov 2013 20:03:19 +0700 From: Alexey Dokuchaev To: Kevin Oberman Subject: Re: Fatal trap 12: page fault while in kernel mode (FUSE related?) Message-ID: <20131101130319.GA81917@regency.nsu.ru> References: <20131029102410.GA39893@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Mailman-Approved-At: Fri, 01 Nov 2013 13:32:11 +0000 Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 01 Nov 2013 13:03:55 -0000 On Thu, Oct 31, 2013 at 09:59:42AM -0700, Kevin Oberman wrote: > On Tue, Oct 29, 2013 at 3:24 AM, Alexey Dokuchaev wrote: > > I was running out of space on my UFS partition and decided to use big NTFS > > one I also have on the drive. I've mounted it with ntfs-3g and our native > > fuse.ko. I needed the scratch space to built Open/LibreOffice on it *LOL*. > > Well, it failed with a panic (see the excerpt from text core at the end of > > this email; full debug info is available upon request). > > I get a very similar panic when I attempt an rsync from a remote system > to my NTFS drive. Very easy to reproduce. Something in fuse goes off the > rails under active R/W activity, it seems. Hmm, given more people are seeing it, and it's not too hard to reproduce, I hope it can be tracked down and nailed. I will enable debugging features in my kernel so I can gather some data when this shit happens again to me. ./danfe