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: [email protected]
Reporter: [email protected]
CC: [email protected]
CC: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "[email protected]"