recent changes have caused TRAP_TRACING to induce corruption

disable until the issue has been tracked down
This commit is contained in:
Kip Macy 2006-12-04 05:06:47 +00:00
parent e46af1289e
commit 63d8511da8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164867

View File

@ -65,8 +65,8 @@ options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
options KDB # Enable kernel debugger support.
options KDB_TRACE
options DDB # Support DDB.
options TRAP_TRACING # Enable trap tracing.
options TRAP_TRACE_ENTRIES=256 # Trap trace buffer entries.
#options TRAP_TRACING # Enable trap tracing.
#options TRAP_TRACE_ENTRIES=256 # Trap trace buffer entries.
#options GDB # Support remote GDB.
#options INVARIANTS # Enable calls of extra sanity checking
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS