From owner-freebsd-bugs@freebsd.org Fri Nov 18 15:49:23 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BA9DC4842B for ; Fri, 18 Nov 2016 15:49:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51F9712B5 for ; Fri, 18 Nov 2016 15:49:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uAIFnNHK068878 for ; Fri, 18 Nov 2016 15:49:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 214629] [zfs][panic] panic: solaris assert: pp != NULL && !pp-valid, file: /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c, line: 430 Date: Fri, 18 Nov 2016 15:49:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mshirk@daemon-security.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2016 15:49:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214629 Bug ID: 214629 Summary: [zfs][panic] panic: solaris assert: pp !=3D NULL && !pp-valid, file: /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zf s/zfs_vnops.c, line: 430 Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: mshirk@daemon-security.com CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org Created attachment 177144 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D177144&action= =3Dedit panic when running pkg update -f on fresh FreeBSD install Tested on FreeBSD 12 CURRENT SNAPSHOT build 11/17/2016 I thought at first it was an issue with USB Keys, but I isolated this down = to the follow requirements to reproduce: FreeBSD-12 CURRENT build r308737 GELI Encrypted ZFS on ROOT Once logged in, running the following will panic the box: pkg update -f I have attached the screenshot (was unable to get the text output), but the panic is the following: panic: solaris assert: pp !=3D NULL && !pp-valid, file: /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c, line: = 430 In looking at a recent code change, it looks like a conditional check for pp=3D=3DNULL was removed on 2016-11-15, so it appears pp=3D=3DNULL and pp->= valid is not defined. --=20 You are receiving this mail because: You are the assignee for the bug.=