git: kernel - Improve kernel trap message

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Dec 15 17:27:09 PST 2015


commit 609d2105b0d5dfdd0989baa0588736ca6bf2982c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Dec 15 12:11:31 2015 -0800

    kernel - Improve kernel trap message
    
    * Improve the 'kernel trap with interrupts disabled' message.  Include
      the thread td_comm and %rip.  This way if the trap gets into a loop
      and fails to panic or dump we may be able to track it down from the
      dmesg buffer retained after a reset.

Summary of changes:
 sys/platform/pc64/x86_64/trap.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/609d2105b0d5dfdd0989baa0588736ca6bf2982c


-- 
DragonFly BSD source repository



More information about the Commits mailing list