[PATCH] Lockmgr deadlock on STABLE_8

Thomas Backman serenity at exscape.org
Thu Jan 14 13:19:52 UTC 2010


On Jan 14, 2010, at 2:11 PM, Pete French wrote:

>> Also enable INVARIANTS.
> 
> Including INVARIANTS stops my kernel from building. It
> has been this way since 8.0 (this is why I only
> had WITNESS compiled in). It fails with many many
> errors like this:
> 
> /usr/src/sys/vm/vm_map.c:575: undefined reference to `_mtx_assert'
> 
> My kernel config file looks like this:
> 
> 	include         GENERIC
> 	ident           WITNESS
> 
> 	options         KDB
> 	options         DDB
> 	options         WITNESS
> 	options         INVARIANTS
INVARIANTS requires INVARIANT_SUPPORT [sic] in the kernel config (see comments in GENERIC).

Regards,
Thomas


More information about the freebsd-stable mailing list