mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
Make "src" the implicit "/usr/local" so that nobody can sneak in weird files in the base file system or potentially overwrite them. This is the last time, I swear... :)
4 lines
225 B
Plaintext
4 lines
225 B
Plaintext
script lockinfo=show locks; show alllocks; show lockedvnods
|
|
script kdb.enter.default=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; call doadump; reset
|
|
script kdb.enter.witness=run lockinfo
|