Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
3.2.0
-
Fully Compatible
-
ALL
-
TIG F (01/29/16), TIG 10 (02/19/16)
Description
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".