From owner-freebsd-current@FreeBSD.ORG Mon Jan 7 20:06:56 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 083E116A421; Mon, 7 Jan 2008 20:06:56 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 8647F13C467; Mon, 7 Jan 2008 20:06:55 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8q) with ESMTP id 227632876-1834499 for multiple; Mon, 07 Jan 2008 15:05:14 -0500 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id m07K6pQs073323; Mon, 7 Jan 2008 15:06:52 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-current@freebsd.org Date: Mon, 7 Jan 2008 13:52:42 -0500 User-Agent: KMail/1.9.6 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801071352.42690.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 07 Jan 2008 15:06:52 -0500 (EST) X-Virus-Scanned: ClamAV 0.91.2/5420/Mon Jan 7 09:34:42 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Doug Barton Subject: Re: VFS panic - probably NTFS X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 07 Jan 2008 20:06:56 -0000 On Wednesday 26 December 2007 06:01:47 pm Doug Barton wrote: > I have a dual boot system, and from time to time I use mount_ntfs to read > stuff from the windows partition. Doing that today I got the following > with a system built on 23 December: > > #0 doadump () at pcpu.h:195 > 195 pcpu.h: No such file or directory. > in pcpu.h > (kgdb) bt > #0 doadump () at pcpu.h:195 > #1 0xc056a0ae in boot (howto=260) > at /usr/local/src/sys/kern/kern_shutdown.c:409 > #2 0xc056a36b in panic (fmt=Variable "fmt" is not available. > ) at /usr/local/src/sys/kern/kern_shutdown.c:563 > #3 0xc05586a2 in _lockmgr (lkp=0xc90049e8, flags=8212, > interlkp=0xc9004a18, > td=0xc92d5220, file=0xc077c0ed "/usr/local/src/sys/kern/vfs_subr.c", > line=2213) at /usr/local/src/sys/kern/kern_lock.c:319 We'd need the actual panic message I think. -- John Baldwin