From owner-freebsd-bugs@FreeBSD.ORG Mon May 1 21:30:23 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67D1816A405 for ; Mon, 1 May 2006 21:30:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10EC843D66 for ; Mon, 1 May 2006 21:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k41LULiN093949 for ; Mon, 1 May 2006 21:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k41LULNE093948; Mon, 1 May 2006 21:30:21 GMT (envelope-from gnats) Date: Mon, 1 May 2006 21:30:21 GMT Message-Id: <200605012130.k41LULNE093948@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: kern/96583: Freeze after trying to 'mv' a file from a rw-mounted NTFS partition X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 21:30:23 -0000 The following reply was made to PR kern/96583; it has been noted by GNATS. From: Kris Kennaway To: Tobias Mohrlueder Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/96583: Freeze after trying to 'mv' a file from a rw-mounted NTFS partition Date: Mon, 1 May 2006 17:21:57 -0400 On Mon, May 01, 2006 at 01:01:18PM +0000, Tobias Mohrlueder wrote: > > >Number: 96583 > >Category: kern > >Synopsis: Freeze after trying to 'mv' a file from a rw-mounted NTFS partition > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Mon May 01 13:10:12 GMT 2006 > >Closed-Date: > >Last-Modified: > >Originator: Tobias Mohrlueder > >Release: 6.1-RC > >Organization: > >Environment: > FreeBSD box.lan 6.1-RC FreeBSD 6.1-RC #3: Thu Apr 27 22:11:54 > CEST 2006 tobiasmo@box.lan:/usr/obj/usr/src/sys/CUSTOM i386 > >Description: > I have experienced a freeze when trying to "mv some_file" from an NTFS > partition to my home directory. It happens both with my custom kernel > and with GENERIC. > > It prints out the error message and after that any action which > requires hard disk access just hangs. > >How-To-Repeat: > 'mv file' from a rw-mounted NTFS partition to any FreeBSD directory. > >Fix: > Mount any NTFS partition read-only. Please configure DDB according to the instructions in the developers handbook, as well as INVARIANTS, INVARIANT_SUPPORT, DEBUG_VFS_LOCKS, WITNESS and DEBUG_LOCKS in your kernel. Then run the following DDB commands when the system hangs: show lockedvnods ps alltrace (or at least 'trace ' for each value of listed in show lockedvnods) and provide the resulting output (screen capture/serial console log/etc). Kris