https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205690
--- Comment #46 from Oleksandr Tymoshenko <[email protected]> --- (In reply to Guilherme Salazar from comment #42) Hi Guilherme, WITNESS and INVARIANTS are two kernel options that add additional checks to detect problems with locking and some inconsistencies in internal subsystem states. These checks affect performance so they're not enabled in release kernels, only on -CURRENT. It's a good idea to test patches with WITNESS/INVARIANTS enabled to catch bugs like lock order reversal early instead of going through full debugging. -- 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]"
