Fix the detection of Python processes in the hang analyzer script

XMLWordPrintableJSON

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

      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 (Inactive)
              Reporter:
              Kamran K. (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: