Force textdump, it should fix #6943

This commit is contained in:
Renato Botelho 2016-11-21 10:34:11 -02:00
parent a7d88d2cbf
commit 0529323ff9

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; call doadump; reset
script kdb.enter.panic=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