https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230291
Conrad Meyer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] --- Comment #1 from Conrad Meyer <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
