-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 3.2.0
-
Component/s: Testing Infrastructure
-
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".