summaryrefslogtreecommitdiff
path: root/buildscripts/hang_analyzer.py
AgeCommit message (Expand)Author
2024-05-16SERVER-90570: Enable formatting checks for buildscripts directory, excluding ...Steve McClure
2020-05-04SERVER-46684 Repackage the hang-analyzer as a resmoke subcommandCarl Raiden Worley
2020-05-04SERVER-45556 Create GDB command to dump all active RecoveryUnitsJamie Heppenstall
2020-04-09SERVER-45133 Dump mutex info in hang analyzerSpencer T Brody
2020-04-08Revert "SERVER-45133 Dump mutex info in hang analyzer"Spencer T Brody
2020-04-07SERVER-45133 Dump mutex info in hang analyzerSpencer T Brody
2020-02-13SERVER-45048 Use hygienic builds in EvergreenMathew Robinson
2019-10-29SERVER-44017 hang_analyzer.py inflates debug-symbolsRobert Guo
2019-10-26Revert "SERVER-44017 hang_analyzer.py inflates debug-symbols"Robert Guo
2019-10-22SERVER-44017 hang_analyzer.py inflates debug-symbolsRyan Timmons
2019-10-15SERVER-43254 Hang Analyzer shell integration uses child and peer mongo processesRyan Timmons
2019-07-22SERVER-42310 Specify mode for NamedTemporaryFile in hang_analyzer.pyMathew Robinson
2019-04-11SERVER-40593 hang_analyzer.py should not crash when receiving invalid unicode...Mathew Robinson
2019-04-10SERVER-40542 Remove references to pip2Mathew Robinson
2019-04-08SERVER-32295 Support Python 3Mathew Robinson
2019-03-21SERVER-40244 Make `hang_analyzer.py` discover Windows 10 SDK's debuggerKaloian Manassiev
2019-01-04SERVER-38823 Re-enable dumping of SessionCatalog in hang analyzerWilliam Schultz
2018-12-21SERVER-38045 Remove dump sessions command from hang analyzerWilliam Schultz
2018-12-21SERVER-38045 Disable dumping of the SessionCatalog in the hang analyzerWilliam Schultz
2018-12-11SERVER-38045 Add GDB tools for dumping the SessionCatalog in the hang analyzerWilliam Schultz
2018-04-05SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams
2018-03-26SERVER-23312 Format Python files with yapfJonathan Abrahams
2017-08-08SERVER-28824 Trap debugger excptions in hang analyzer and display at end for ...Jonathan Abrahams
2017-06-20SERVER-29646 hang_analyzer.py signals python processes before attaching to an...Jonathan Abrahams
2017-06-02SERVER-28596 Upload hanging or failing tests in compile_all to S3Jonathan Abrahams
2017-04-27SERVER-28995 Fix format string in JstackDumper.Max Hirschhorn
2017-04-13SERVER-28354 Fix typo in helpJonathan Abrahams
2017-04-13SERVER-28354 Add new option to supply base process name in hang_analyzerJonathan Abrahams
2017-04-03SERVER-28349 Redirect stderr to stdout for process output logs generated by h...Eddie Louie
2017-04-03SERVER-28466 hang_analyzer should not attach to resmoke.py and dumpEddie Louie
2017-03-31SERVER-21842 Generate report.json file and dump resmoke stacks on WindowsEddie Louie
2017-03-30SERVER-28416 Hang analyzer GDB on ARM can run "thread apply all bt"Jonathan Abrahams
2017-03-30SERVER-28463 Add set scheduler-locking to Hang Analyzer to prevent threads fr...Jonathan Abrahams
2017-03-30SERVER-28416 Split mongo pretty printers into separate fileJonathan Abrahams
2017-03-24SERVER-28479 Canonicalize process names to lowercase in hang analyzer.Max Hirschhorn
2017-03-24SERVER-27727 Dump raw stacks to a file so we have them if we need themMathias Stearn
2017-03-24SERVER-27727 Hide idle threads in hang analyzer (core only)Mathias Stearn
2017-03-23SERVER-28415 Run thread backtrace before loading Python modules in hang_analy...Jonathan Abrahams
2017-03-21SERVER-27874 - Hang analysis thread backtrace and mongo locksJonathan Abrahams
2017-03-16SERVER-27874 Display locks and generate digraph for threads using LockManager...Jonathan Abrahams
2017-03-16SERVER-27873 Dump a JavaScript backtrace of any code running in SpiderMonkey ...Jonathan Abrahams
2017-03-09SERVER-27877 Write function to deduplicate stacks from different threads in GDBEddie Louie
2017-03-09SERVER-27462 Remove Python 2.6 compatibility code from scripts in buildscript...Mark Benvenuto
2017-02-27SERVER-27817 Remove extraneous messages from hang_analyzer.pyJonathan Abrahams
2017-02-27SERVER-27871 Add hang_analyzer.py option to produce core dump, default to offJonathan Abrahams
2017-02-27SERVER-27870 Add option to invoke hang_analyzer.py with an explicit list of PIDsJonathan Abrahams
2017-02-23SERVER-27869 Create a build artifact of hang_analyzer.py output and upload it...Jonathan Abrahams
2017-02-21SERVER-27876 Exclude stacks that are duplicates when dumping stacks onEddie Louie
2017-02-21SERVER-27875 Dump locked critical sections on Windows in hang_analyzer.pyEddie Louie
2017-01-17SERVER-27684 Remove hang_analyzer timeoutJonathan Abrahams