[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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 18 15:49:23 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214629

            Bug ID: 214629
           Summary: [zfs][panic] panic: solaris assert: pp != 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 at FreeBSD.org
          Reporter: mshirk at daemon-security.com
                CC: freebsd-amd64 at FreeBSD.org
                CC: freebsd-amd64 at FreeBSD.org

Created attachment 177144
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=177144&action=edit
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 != 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==NULL was removed on 2016-11-15, so it appears pp==NULL and pp->valid is not
defined.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-amd64 mailing list