From owner-freebsd-current@FreeBSD.ORG Sun Aug 30 18:31:20 2009 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 3CE311065679 for ; Sun, 30 Aug 2009 18:31:20 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (skuns.zoral.com.ua [91.193.166.194]) by mx1.freebsd.org (Postfix) with ESMTP id F05978FC08 for ; Sun, 30 Aug 2009 18:31:18 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id n7UITpfI020033 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 30 Aug 2009 21:29:52 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3) with ESMTP id n7UITpIx088886; Sun, 30 Aug 2009 21:29:51 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3/Submit) id n7UITpSN088885; Sun, 30 Aug 2009 21:29:51 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 30 Aug 2009 21:29:51 +0300 From: Kostik Belousov To: Thomas Backman Message-ID: <20090830182951.GL1881@deviant.kiev.zoral.com.ua> References: <200908301750.n7UHoOwr069011@catflap.bishopston.net> <20090830175755.J93661@maildrop.int.zabbadoz.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Uus2/pBTyv0r7Av1" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: Jamie Landeg Jones , "Bjoern A. Zeeb" , freebsd-current@freebsd.org Subject: Re: reproducable kernel panic: page fault - 8.0-beta 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: Sun, 30 Aug 2009 18:31:20 -0000 --Uus2/pBTyv0r7Av1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 30, 2009 at 08:09:43PM +0200, Thomas Backman wrote: >=20 > On Aug 30, 2009, at 7:58 PM, Bjoern A. Zeeb wrote: >=20 > >On Sun, 30 Aug 2009, Jamie Landeg Jones wrote: > > > >>problem still exists. no response to PR raised over a month ago :-( > > > >Now it would be really good if you had more information here, at least > >a PR number. There have been lots of them the last month. > That's what I thought, but the query PR form (by originator) worked =20 > great. ;) > kern/137310: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dkern/137310 I think this would fix the issue. diff --git a/sys/fs/pseudofs/pseudofs_vnops.c b/sys/fs/pseudofs/pseudofs_vn= ops.c index e03749b..34ca500 100644 --- a/sys/fs/pseudofs/pseudofs_vnops.c +++ b/sys/fs/pseudofs/pseudofs_vnops.c @@ -339,7 +339,6 @@ pfs_getextattr(struct vop_getextattr_args *va) if (proc !=3D NULL) PROC_UNLOCK(proc); =20 - pfs_unlock(pn); PFS_RETURN (error); } =20 --Uus2/pBTyv0r7Av1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkqaxR4ACgkQC3+MBN1Mb4i8jACdHwhihPfAaV66WlzSEoxQSxTB 3A8AoJ2LcTfuN2rI/MpEUUdIOfcETXu0 =j2gT -----END PGP SIGNATURE----- --Uus2/pBTyv0r7Av1--