summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEddie Louie <eddie.louie@mongodb.com>2017-03-31 18:36:15 -0400
committerEddie Louie <eddie.louie@mongodb.com>2017-05-01 15:11:05 -0400
commitc5353005e1b088851f30342b0f40377c54021a89 (patch)
tree084c0616a30788c974a071164c6d20f949755588
parent1a24cc13e5068cc6e3e536b825b4821dedcb851d (diff)
downloadmongo-c5353005e1b088851f30342b0f40377c54021a89.tar.gz
SERVER-28466 hang_analyzer should not attach to resmoke.py and dump
stacks via debugger (cherry picked from commit b95082ab3ffa4517b79e09c71a27b846c386fc04)
-rwxr-xr-xbuildscripts/hang_analyzer.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildscripts/hang_analyzer.py b/buildscripts/hang_analyzer.py
index ef99fb8461a..2729c04bef8 100755
--- a/buildscripts/hang_analyzer.py
+++ b/buildscripts/hang_analyzer.py
@@ -512,8 +512,6 @@ def main():
(process[1], process[0]))
signal_process(process[0], signal.SIGUSR1)
- dbg.dump_info(process[0], process[1], sys.stdout)
-
# Suspend the timer so we can exit cleanly
timer.cancel()