From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 6 18:40:03 2009 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 C80A11065694 for ; Fri, 6 Nov 2009 18:40: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 B66DC8FC19 for ; Fri, 6 Nov 2009 18:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nA6Ie3O4031909 for ; Fri, 6 Nov 2009 18:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nA6Ie3bW031902; Fri, 6 Nov 2009 18:40:03 GMT (envelope-from gnats) Date: Fri, 6 Nov 2009 18:40:03 GMT Message-Id: <200911061840.nA6Ie3bW031902@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Patrick Lamaiziere Cc: Subject: Re: kern/140338: FreeBSD 8.0 RC2 with vm.pmap.pg_ps_enabled=1 kernel panic with makeworld X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Patrick Lamaiziere List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2009 18:40:03 -0000 The following reply was made to PR kern/140338; it has been noted by GNATS. From: Patrick Lamaiziere To: bug-followup@FreeBSD.org Cc: Kai Gallasch Subject: Re: kern/140338: FreeBSD 8.0 RC2 with vm.pmap.pg_ps_enabled=1 kernel panic with makeworld Date: Fri, 6 Nov 2009 19:36:54 +0100 Le Fri, 6 Nov 2009 17:28:40 GMT, Kai Gallasch : Hello, > ZFS filesystem version 13 > ZFS storage pool version 13 It seems you are using ZFS on this box? Well, I saw a similar this issue with 8.0 BETA 4/i386 but only with ZFS. Here it's 100% reproductible when I want to copy my /usr on a ZFS tank : tar cf - -C /usr . |=A0tar xpvf - -C /pool I was not able to dump the panic but the trace was : panic vm_fault : fault on no fault entry free() zfs_acl_node_free() zfs_acl_release_nodes() zfs_acl_free() zfs_zaccesss() zfs_freebsd_create() VOP_CREATE_APV() vn_open_read() vn_open() kern_openat() kern_open() open() syscall (open()) I saw this panic in the write() syscall too, always when freeing something. On the same box, I've used super-pages for a longtime on FreeBSD 7.2 and with 8.0/BETA without any problem (but without ZFS too). Since I've turned off super-pages, ZFS is stable. Regards. (I'm sorry to no be able to provide more useful informations)