Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Aug 2018 20:03:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 230291] Kernel Panic when tried to create logical volume with Smartpqi storage driver on FreeBSD 12.0 Current
Message-ID:  <bug-230291-227-hxHSR6M0Ng@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230291-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230291-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

Conrad Meyer <cem@freebsd.org> changed:

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

--- Comment #1 from Conrad Meyer <cem@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230291-227-hxHSR6M0Ng>