summaryrefslogtreecommitdiff
path: root/buildscripts/hang_analyzer.py
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44017 hang_analyzer.py inflates debug-symbolsRobert Guo2019-10-291-0/+57
* Revert "SERVER-44017 hang_analyzer.py inflates debug-symbols"Robert Guo2019-10-261-57/+0
* SERVER-44017 hang_analyzer.py inflates debug-symbolsRyan Timmons2019-10-221-0/+57
* SERVER-43254 Hang Analyzer shell integration uses child and peer mongo processesRyan Timmons2019-10-151-6/+1
* SERVER-42310 Specify mode for NamedTemporaryFile in hang_analyzer.pyMathew Robinson2019-07-221-1/+1
* SERVER-40593 hang_analyzer.py should not crash when receiving invalid unicode...Mathew Robinson2019-04-111-1/+1
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-101-1/+1
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-31/+34
* SERVER-40244 Make `hang_analyzer.py` discover Windows 10 SDK's debuggerKaloian Manassiev2019-03-211-2/+7
* SERVER-38823 Re-enable dumping of SessionCatalog in hang analyzerWilliam Schultz2019-01-041-0/+3
* SERVER-38045 Remove dump sessions command from hang analyzerWilliam Schultz2018-12-211-4/+0
* SERVER-38045 Disable dumping of the SessionCatalog in the hang analyzerWilliam Schultz2018-12-211-1/+2
* SERVER-38045 Add GDB tools for dumping the SessionCatalog in the hang analyzerWilliam Schultz2018-12-111-0/+3
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-051-156/+191
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-261-97/+54
* SERVER-28824 Trap debugger excptions in hang analyzer and display at end for ...Jonathan Abrahams2017-08-081-19/+35
* SERVER-29646 hang_analyzer.py signals python processes before attaching to an...Jonathan Abrahams2017-06-201-14/+15
* SERVER-28596 Upload hanging or failing tests in compile_all to S3Jonathan Abrahams2017-06-021-6/+6
* SERVER-28995 Fix format string in JstackDumper.Max Hirschhorn2017-04-271-1/+3
* SERVER-28354 Fix typo in helpJonathan Abrahams2017-04-131-1/+1
* SERVER-28354 Add new option to supply base process name in hang_analyzerJonathan Abrahams2017-04-131-26/+45
* SERVER-28349 Redirect stderr to stdout for process output logs generated by h...Eddie Louie2017-04-031-1/+2
* SERVER-28466 hang_analyzer should not attach to resmoke.py and dumpEddie Louie2017-04-031-9/+1
* SERVER-21842 Generate report.json file and dump resmoke stacks on WindowsEddie Louie2017-03-311-6/+54
* SERVER-28416 Hang analyzer GDB on ARM can run "thread apply all bt"Jonathan Abrahams2017-03-301-7/+0
* SERVER-28463 Add set scheduler-locking to Hang Analyzer to prevent threads fr...Jonathan Abrahams2017-03-301-5/+6
* SERVER-28416 Split mongo pretty printers into separate fileJonathan Abrahams2017-03-301-2/+6
* SERVER-28479 Canonicalize process names to lowercase in hang analyzer.Max Hirschhorn2017-03-241-0/+4
* SERVER-27727 Dump raw stacks to a file so we have them if we need themMathias Stearn2017-03-241-3/+20
* SERVER-27727 Hide idle threads in hang analyzer (core only)Mathias Stearn2017-03-241-1/+1
* SERVER-28415 Run thread backtrace before loading Python modules in hang_analy...Jonathan Abrahams2017-03-231-1/+10
* SERVER-27874 - Hang analysis thread backtrace and mongo locksJonathan Abrahams2017-03-211-24/+20
* SERVER-27874 Display locks and generate digraph for threads using LockManager...Jonathan Abrahams2017-03-161-4/+17
* SERVER-27873 Dump a JavaScript backtrace of any code running in SpiderMonkey ...Jonathan Abrahams2017-03-161-2/+5
* SERVER-27877 Write function to deduplicate stacks from different threads in GDBEddie Louie2017-03-091-1/+18
* SERVER-27462 Remove Python 2.6 compatibility code from scripts in buildscript...Mark Benvenuto2017-03-091-36/+1
* SERVER-27817 Remove extraneous messages from hang_analyzer.pyJonathan Abrahams2017-02-271-4/+2
* SERVER-27871 Add hang_analyzer.py option to produce core dump, default to offJonathan Abrahams2017-02-271-46/+77
* SERVER-27870 Add option to invoke hang_analyzer.py with an explicit list of PIDsJonathan Abrahams2017-02-271-55/+65
* SERVER-27869 Create a build artifact of hang_analyzer.py output and upload it...Jonathan Abrahams2017-02-231-142/+198
* SERVER-27876 Exclude stacks that are duplicates when dumping stacks onEddie Louie2017-02-211-1/+1
* SERVER-27875 Dump locked critical sections on Windows in hang_analyzer.pyEddie Louie2017-02-211-0/+1
* SERVER-27684 Remove hang_analyzer timeoutJonathan Abrahams2017-01-171-19/+0
* SERVER-27191 hang analyzer should dump lock manager stateMark Benvenuto2016-12-081-0/+1
* SERVER-26634 GDB Pretty-Printers and CommandsMark Benvenuto2016-12-081-1/+8
* SERVER-15407 Set Thread Name in Windows, Mac OS X, and LinuxMark Benvenuto2016-12-021-0/+1
* SERVER-26931 Add file:line info to windows hang analyzersMark Benvenuto2016-11-111-1/+2
* SERVER-26842 dump the go stack traces on hung tools in the hang analyzerMark Benvenuto2016-11-041-9/+24
* SERVER-25761 hang_analyzer should use GDB in the mongodb tool chainMark Benvenuto2016-08-241-1/+1
* SERVER-25288 Configure hang_analyzer.py to generate coredumps on LinuxMark Benvenuto2016-08-171-8/+38