mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
0529323ff9
commit
c945d7a5bc
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user