DragonFly BSD
DragonFly commits List (threaded) for 2011-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 23 Jan 2011 13:36:10 -0800 (PST)

commit 3735beb96fdbbbbb209fd20339f0662fee69897a
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]