Reminder: Removal of WITHOUT_ARM_EABI

Ronald Klop ronald-freebsd8 at klop.yi.org
Thu Aug 29 16:21:26 UTC 2013


On Thu, 29 Aug 2013 18:08:47 +0200, Adrian Chadd <adrian at freebsd.org>  
wrote:

> are you running with witness compiled in?
>
> can you do 'show alllocks' ?

I just compiled a new kernel with WITNESS enabled. (FYI I did not enable  
stuff like INVARIANTS.)
makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug  
symbols
#options                INVARIANTS
#options                INVARIANT_SUPPORT
options         WITNESS
#options                DEBUG_LOCKS
#options                DEBUG_VFS_LOCKS
#options                DIAGNOSTIC
makeoptions     WERROR="-Werror"

Without WITNESS it gave this (as expected):
db> show alllocks
No such command

With WITNESS it gives no output:
db> show alllocks
db>

Do I miss another option in my kernel?

Ronald.


More information about the freebsd-arm mailing list