:> I'm generating a core dump. Please note that as tara is my test machine, I use
:> "INVARIANT" & "INVARIANT_SUPPORT". Should I remove them ?
:>
:> It seems that from my reading of the code, the panic would not had happened
:> without INVARIANT.
:>
:It is these options that caused the panic, you either remove them from the
:kernel proper, or compile the kld with them.
:
:-lq
No mix and match, eh? I don't use kld's at all any more - at least not on
the development kernel (CURRENT). Too many changes to system structures
almost guarentee crashes when kld's are used.
I run all my kernels with INVARIANTS and INVARIANT_SUPPORT, and all
modules are built into the kernel. That works for me.
-Matt
Matthew Dillon
<[EMAIL PROTECTED]>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message