From owner-freebsd-current@freebsd.org Wed Jun 22 15:46:43 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FDF0AC511D for ; Wed, 22 Jun 2016 15:46:43 +0000 (UTC) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7FFCE11B1; Wed, 22 Jun 2016 15:46:43 +0000 (UTC) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id u5MFkgvI084453 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 22 Jun 2016 08:46:42 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id u5MFkgmt084452; Wed, 22 Jun 2016 08:46:42 -0700 (PDT) (envelope-from kargl) Date: Wed, 22 Jun 2016 08:46:42 -0700 From: "Steven G. Kargl" To: Andriy Gapon Cc: kargl@uw.edu, freebsd-current@FreeBSD.org Subject: Re: panic in g_vfs_strategy() Message-ID: <20160622154642.GB84271@troutmask.apl.washington.edu> Reply-To: kargl@uw.edu References: <20160621220417.GA33717@troutmask.apl.washington.edu> <30eb3425-b6e8-6b08-ad6d-d8188b7f9ad7@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <30eb3425-b6e8-6b08-ad6d-d8188b7f9ad7@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-Mailman-Approved-At: Wed, 22 Jun 2016 15:58:42 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Wed, 22 Jun 2016 15:46:43 -0000 On Wed, Jun 22, 2016 at 11:15:27AM +0300, Andriy Gapon wrote: > On 22/06/2016 01:04, Steve Kargl wrote: > > After a forced umount of a msdos filesystem, I received > > a panic. I have the kernel and vmcore. The first hundred > > or so lines of core.txt.4 follow my .sig. > > > > It seems that this problem might have the same root cause as this bug > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210316 > so it could be worth while following up there. > > BTW, some mail user agents render signatures (and, by extension, > anything that follows them) in a much less readable way than a regular > message text. > Thanks for the pointer to the bug. Yes, I think my panic is the same as yours. Checking /var/log/messages I find errors of the form Jun 21 14:14:39 troutmask kernel: g_vfs_done():da1s1[WRITE(\ offset=-1099375943680, length=32768)]error = 5 Inspection of the FAT32 msdosfs showed about 1 TB of disk space used. I suspect, but can't prove, I hit a filesystem limit. -- Steve http://troutmask.apl.washington.edu/~kargl/