[Bug 230291] Kernel Panic when tried to create logical volume with Smartpqi storage driver on FreeBSD 12.0 Current

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 2 20:03:25 UTC 2018


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

Conrad Meyer <cem at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cem at freebsd.org
           Assignee|bugs at FreeBSD.org            |deepak.ukey at microsemi.com

--- Comment #1 from Conrad Meyer <cem at freebsd.org> ---
This assertion is present in 11 and was added in r291074, but KASSERT()s are
only compiled in with INVARIANTS enabled.

By default, CURRENT images are build with INVARIANTS enabled.

Release images like 11.1 are built with INVARIANTS *disabled*.

Probably the same panic and driver bug exists in 11, if you rebuilt the kernel
with INVARIANTS.

The only significant driver difference between stable/11 (or releng/11.2) and
CURRENT is r336201 ("update to release 3"), which you provided.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list