summaryrefslogtreecommitdiff
path: root/buildscripts/mongosymb.py
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66613 Send binary version instead of evergreen version to symbolizer ↵Mikhail Shchatko2022-08-231-12/+8
| | | | | | service (cherry picked from commit c2f3bb6b7f263d91f9a5f212faec2417adadea97)
* SERVER-65781 Run the symbolizer on CI outputMikhail Shchatko2022-08-231-57/+168
| | | | (cherry picked from commit ff674137736f6df1f74dd08267ef11c82e0e75d2)
* SERVER-62858 Investigate symbolized outputs with "?" signsJasur Nurboyev2022-01-261-8/+31
|
* SERVER-61725 Change symbolizer to use production serverr5.3.0-alphaJasur Nurboyev2021-12-281-1/+1
|
* SERVER-59241 Allow mongosymb.py to stream from stdinJasur Nurboyev2021-12-231-9/+58
|
* SERVER-61242 Add logic to the CI to add BUILD ID info to the symbolizer service.Jasur Nurboyev2021-12-081-2/+9
|
* SERVER-61710 Added client-side authentication for mongosymb.pyJasur Nurboyev2021-11-241-6/+60
|
* SERVER-61443 Make unpacking output dir consistent, check for existing files ↵Jasur Nurboyev2021-11-151-23/+40
| | | | before unpacking, append binary name to path, make 'pr' default option
* SERVER-61209 Add 'pr' to debug-file-resolver choices listJasur Nurboyev2021-11-031-2/+4
|
* SERVER-60968 Added new PathResolver class to work with new web serviceJasur Nurboyev2021-10-261-53/+264
|
* SERVER-58863 fix symbolizer rerun error, missing frame info, and move ↵Robert Guo2021-07-291-0/+5
| | | | multiversion download cache dir to build
* SERVER-58695 improved symbolizerRobert Guo2021-07-261-18/+54
|
* SERVER-46260 handle structured log lines in mongosymb.pyBilly Donahue2020-02-221-0/+19
|
* SERVER-45587 SIGUSR2 one thread per log lineBilly Donahue2020-01-301-31/+42
| | | | | | | - add mongosymb_multithread.py - mongosymb.py argparse and slight refactor for reuse. create mode 100755 buildscripts/mongosymb_multithread.py
* SERVER-42448 Fix mongosymb.py for pylintBen Caimano2019-07-311-10/+9
|
* SERVER-42448 Add backtrace test for DiagnosticInfoBen Caimano2019-07-301-16/+33
|
* SERVER-40629 Pass frame as bytes to symbolizer in mongosymb.pyBen Caimano2019-04-161-1/+1
|
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-101-1/+1
|
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-4/+4
|
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-051-26/+39
|
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-261-21/+20
|
* SERVER-28614 Make mongosymb.py ignore everything before the opening braceMathias Stearn2017-04-121-1/+8
|
* SERVER-25967 fix mongosymb.py outputMathias Stearn2016-09-081-1/+7
| | | | | | Corrects for the return address not being off by one, and adds the column and final colon to the output. This makes it match compiler error output format which makes it easier to integrate into editors.
* SERVER-22035 Make mongosymb.py robust to somap entries that are missing a ↵Andy Schwerin2016-01-051-1/+1
| | | | "b" field.
* SERVER-22035 Use map comprehension instead of loop in mongosymb.pyAndy Schwerin2015-12-301-4/+1
|
* SERVER-22035 Introduce mongosymb.py stack trace symbolizer.Andy Schwerin2015-12-301-0/+183