From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 23 22:10:03 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB99D16A405 for ; Sat, 23 Feb 2008 22:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CFB9C13C478 for ; Sat, 23 Feb 2008 22:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1NMA3Nh049544 for ; Sat, 23 Feb 2008 22:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1NMA3x5049543; Sat, 23 Feb 2008 22:10:03 GMT (envelope-from gnats) Date: Sat, 23 Feb 2008 22:10:03 GMT Message-Id: <200802232210.m1NMA3x5049543@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: kern/120967: [udf] [panic] crash happens on mounting an UDF DVD X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andriy Gapon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Feb 2008 22:10:03 -0000 The following reply was made to PR kern/120967; it has been noted by GNATS. From: Andriy Gapon To: bug-followup@FreeBSD.org, andrew@dobrohot.org, Scott Long Cc: Subject: Re: kern/120967: [udf] [panic] crash happens on mounting an UDF DVD Date: Sun, 24 Feb 2008 00:08:55 +0200 This is problem was introduced as a part of a fix for other issues. Relevant commits: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/fs/udf/udf_vnops.c.diff?r1=1.58.2.3;r2=1.58.2.4;f=h http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/fs/udf/udf_vnops.c.diff?r1=1.65;r2=1.66;f=h http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/fs/udf/udf_vnops.c.diff?r1=1.37.2.2;r2=1.37.2.3;f=h The issue was reported and discussed on freebsd-fs: http://docs.FreeBSD.org/cgi/mid.cgi?47A2EDB0.8000801 But I guess that this issue and other similar ones are bound to linger until this filesystem code gets a real maintainer. From what I see so far, there is no one to disclaim a prior maintainership and there is no one trying to reclaim it. -- Andriy Gapon