git: kernel - stop cpus on panic whether the debugger is entered or not

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Jan 23 13:37:13 PST 2011


commit 3735beb96fdbbbbb209fd20339f0662fee69897a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Jan 23 00:19:22 2011 -0800

    kernel - stop cpus on panic whether the debugger is entered or not
    
    * Stop cpus on panic regardless of the state of debug.debugger_on_panic.
    
    * Cpus were previously only stopped when entering the debugger, causing
      unattended panics not entering the debugger to often cause secondary
      panics on other cpus and lockup entirely.

Summary of changes:
 sys/kern/kern_shutdown.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3735beb96fdbbbbb209fd20339f0662fee69897a


-- 
DragonFly BSD source repository





More information about the Commits mailing list