git: kernel - remove debugging print_backtrace() when a vkernel is killed

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jul 28 16:21:44 PDT 2011


commit 5fb4f156a8c394bdd558af7d5ffc80df76a43200
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Jul 28 16:20:33 2011 -0700

    kernel - remove debugging print_backtrace() when a vkernel is killed
    
    * In certain cases a debugging print_backtrace() occurs when a vkernel is
      killed while one or more of its cpu threads is active.  This can crash
      64-bit systems.
    
    * Remove the call for now.

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

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5fb4f156a8c394bdd558af7d5ffc80df76a43200


-- 
DragonFly BSD source repository





More information about the Commits mailing list