KASSERT in kernel module outside src/sys

Kevin Sanders newroswell at gmail.com
Tue Dec 12 15:03:48 PST 2006


I'm trying to use KASSERT in my own kernel module and I can't get it
to assert even with a KASSERT(0, "test panic").  Is there something
else I need to do besides add options INVARIANTS to my kernel config
file.  Any clues would be appreciated.

Kevin


More information about the freebsd-hackers mailing list