Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-22314

Fix the detection of Python processes in the hang analyzer script

    • Fully Compatible
    • ALL
    • TIG F (01/29/16), TIG 10 (02/19/16)

      The hang analyzer script attempts to attach to Python processes last to avoid interrupting the processes.

      As max.hirschhorn noticed, the code for doing this assumes that the process name == "python", but it could just as easily be "python.exe", "python2.7", etc.

      The code should be updated to instead check that the process name starts with "python".

            Assignee:
            michael.grundy Michael Grundy
            Reporter:
            kamran.khan Kamran K.
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: