diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2016-12-08 15:15:01 -0500 |
---|---|---|
committer | Eddie Louie <eddie.louie@mongodb.com> | 2017-04-13 19:52:52 -0400 |
commit | 933e663f2937b94c3860cfafc45ca3f15186e7a1 (patch) | |
tree | 8bb28b91f8c59620dc828a2f6339d5cb96382200 /buildscripts | |
parent | 84e93628689aba8f0e20c47f7fc2254e51e10fa6 (diff) | |
download | mongo-933e663f2937b94c3860cfafc45ca3f15186e7a1.tar.gz |
SERVER-27191 hang analyzer should dump lock manager state
(cherry picked from commit e713fab06dba2dd34b66ecdcf891a04377b74f1f)
Diffstat (limited to 'buildscripts')
-rwxr-xr-x | buildscripts/hang_analyzer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/hang_analyzer.py b/buildscripts/hang_analyzer.py index 7d313692242..574c14e7c33 100755 --- a/buildscripts/hang_analyzer.py +++ b/buildscripts/hang_analyzer.py @@ -291,6 +291,7 @@ class GDBDumper(object): "info sharedlibrary", "thread apply all bt", "gcore dump_" + process_name + "." + str(pid) + "." + self.get_dump_ext() if take_dump else "", + "mongodb-analyze", "set confirm off", "quit", ] |