This should be 'default' rather than 'panic' or some non-panic crashes will land at a debugger prompt rather than rebooting.

This commit is contained in:
jim-p 2016-11-21 09:05:37 -05:00
parent 0529323ff9
commit c945d7a5bc

View File

@ -9,7 +9,7 @@
script lockinfo=show locks; show alllocks; show lockedvnods
# kdb.enter.panic panic(9) was called.
script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; textdump dump; reset
script kdb.enter.default=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; textdump dump; reset
# kdb.enter.witness witness(4) detected a locking error.
script kdb.enter.witness=run lockinfo