From owner-freebsd-current Wed Oct 24 11:38:24 2001 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 0CD2B37B401 for ; Wed, 24 Oct 2001 11:38:21 -0700 (PDT) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id f9OIcCR96868; Wed, 24 Oct 2001 11:38:12 -0700 (PDT) (envelope-from dillon) Date: Wed, 24 Oct 2001 11:38:12 -0700 (PDT) From: Matthew Dillon Message-Id: <200110241838.f9OIcCR96868@apollo.backplane.com> To: Jun Kuriyama , David Wolfskill , Jonathan Lemon Cc: Current Subject: Re: panic: vrele: missed vn_close References: <200110230121.f9N1LTa24181@freefall.freebsd.org> <7mg089l1bn.wl@waterblue.imgsrc.co.jp> 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 :... :Sttopped at Debugger+0x44: pushl %ebx :db> trace :Debugger() :panic() :vrele() :vn_close() :cnclose() :spec_close() :spec_vnoperate() :vclean() :vgonel() :vgone() :vop_revoke() :devfs_revoke() :exit1() :... In looking at a diff in the last few days, a huge number of changes have been made kern/tty_cons.c by jlemon. Since the area of the panic is around the same block of code there's a good chance that these changes are the cause, though I have not tested this. If so, Jonathan can locate the bug much more quickly then I can. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message