Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2015 20:22:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 198208] FreeBSD 10.1 multiple kernel panics
Message-ID:  <bug-198208-8-qoGft7Q7JE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198208-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198208-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198208

Mateusz Guzik <mjg@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjg@FreeBSD.org

--- Comment #7 from Mateusz Guzik <mjg@FreeBSD.org> ---
(In reply to Dan from comment #6)

Please build a debug kernel.

The following (somewhat spurious) options added to your kernel config should do
the trick:

# Debugging support.  Always need this:
options         KDB                     # Enable kernel debugger support.
options         KDB_TRACE               # Print a stack trace for a panic.
# For full debugger support use (turn off in stable branch):
options         DDB                     # Support DDB.
options         GDB                     # Support remote GDB.
options         DEADLKRES               # Enable the deadlock resolver
options         INVARIANTS              # Enable calls of extra sanity checking
options         INVARIANT_SUPPORT       # Extra sanity checks of internal
structures, required by INVARIANTS
options         WITNESS                 # Enable checks to detect deadlocks and
cycles
options         WITNESS_SKIPSPIN        # Don't run witness on spinlocks for
speed
options         MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
options         DEBUG_VFS_LOCKS

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198208-8-qoGft7Q7JE>