0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-24 08:30:56 +01:00
Commit Graph

15 Commits

Author SHA1 Message Date
Mark Benvenuto
2ea868d3c1 SERVER-25761 hang_analyzer should use GDB in the mongodb tool chain 2016-08-24 13:12:21 -04:00
Mark Benvenuto
48594ea613 SERVER-25288 Configure hang_analyzer.py to generate coredumps on Linux 2016-08-17 11:22:42 -04:00
Jonathan Abrahams
46e47e5aac SERVER-24420 Add Jepsen processes to hang_analyzer 2016-06-15 14:55:58 -04:00
Jonathan Abrahams
40e9159548 SERVER-23007 hang_analyzer support on Solaris 2016-03-10 12:58:53 -05:00
Jonathan Abrahams
4019e38d10 SERVER-23006 hang_analyzer should use GDB in the mongodb tool chain 2016-03-09 09:06:18 -05:00
Jonathan Abrahams
a89f968134 SERVER-22101 Generate minidumps when the hang analyzer is triggered on Windows 2016-02-09 16:22:40 -05:00
Mike Grundy
df9b5b55f2 SERVER-22314 Fix the detection of Python processes in the hang analyzer script 2016-01-29 14:05:48 -05:00
Valentin Kuznetsov
5492a19aaf SERVER-22135 Take python from environment rather system default path
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>

Closes #1056
2016-01-15 17:03:22 -05:00
Mark Benvenuto
95edfa1136 SERVER-22028 hang_analyzer should fail when run against unsupported lldb 2016-01-11 15:11:25 -05:00
Max Hirschhorn
d5510db2d5 SERVER-21875 Support self-termination of hang analyzer on Windows. 2015-12-28 16:50:40 -05:00
Mathias Stearn
a43cd78c0c Revert "Changes to hang_analyzer to find right gdb version on Linux 64."
This reverts commit 7c1faf54e6.
2015-07-02 14:06:00 -04:00
Andy Schwerin
7c1faf54e6 Changes to hang_analyzer to find right gdb version on Linux 64. 2015-06-30 18:18:14 -04:00
Mark Benvenuto
35f827aef4 SERVER-14714: Add stack trace signal handler
SERVER-14181: Dump dbtest & python processes, add timeout
2014-08-05 13:58:33 -04:00
Mark Benvenuto
00b5c825eb SERVER-14181: Test Hang Analyzer
A prototype hang analyzer for MCI integration to help investigate test
timeouts.

1. Script supports taking dumps, and/or dumping a summary of useful
information about a process
2. Script will iterate through a list of interesting processes (mongo,
mongod, and mongos), and run the tools from step 1.

Supports Linux, MacOS X, and Windows.
2014-07-25 20:15:23 -04:00
Mark Benvenuto
4adee3fa86 SERVER-14181: Test Hang Analyzer
Add a stub hang_analyzer.py for MCI to integrate with.
2014-07-02 14:54:28 -04:00