From owner-freebsd-current Sun Jan 5 2:25:25 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4993C37B401 for ; Sun, 5 Jan 2003 02:25:24 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 703B543ED1 for ; Sun, 5 Jan 2003 02:25:23 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h05APHAS004315; Sun, 5 Jan 2003 11:25:17 +0100 (CET) (envelope-from phk@freebsd.org) To: walt Cc: freebsd-current@freebsd.org Subject: Re: VOP_STRATEGY on VCHR? From: phk@freebsd.org In-Reply-To: Your message of "Sat, 04 Jan 2003 22:48:15 PST." <3E17D52F.7050307@hotmail.com> Date: Sun, 05 Jan 2003 11:25:17 +0100 Message-ID: <4314.1041762317@critter.freebsd.dk> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <3E17D52F.7050307@hotmail.com>, walt writes: >After updating world and kernel this evening I saw this message fly by >during the reboot: > >Mounting root from ufs:/dev/ad0s3a > >VOP_STRATEGY on VCHR >: 0xc25fd000: tag none, type VCHR, usecount 5, writecount 0, refcount 6, flags (VV_OBJBUF), >Sorry, need DDB option to print backtrace > >That feels like an error message (sort of) but everything seems to be >working normally. Is this a real problem or just noise? Well, to you it's just noise, to me it's a real problem :-) It is probably the same problem as the one I just commited a fix for. If you get this again after upgrading, please put the DDB option in your kernel and see if you can reproduce it so I get a traceback. The vnode information alone seems not quite as useful as I had hoped. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message