Home » Blog
date 11.May.2014

■ Why is that program stuck and not responding?


The other day we saw how we can use a tool called ProcDump to create a minidump file that can be used to troubleshoot a program that is stuck — not crashed but not responding. That tool is perhaps too advanced for the average joe user but I recently stumbled upon two other alternatives.

Some program may be hung because it is using some other program (a child process or a COM server) and it is waiting for it to respond. This kind of problem is nicely investigated using an obscure windows 7 feature called wait chains. Using start menu search for Resource Monitor and switch to the CPU tab. A stuck process will appear red. Right click on it and choose Analyse wait chain command from the menu to see the information. If the process is not stuck because of chain waiting, but has caused its own demise, this tool will not tell you anything except for "the program is not responding" show a wait chain from resource monitor

For older windows or if the program has shot itself in the foot, you can try a nirsoft tool called What Is Hung. This will tell you what the program is busy doing instead of responding to the user. You start WhatIsHang, find the stuck program in the list and press F9 to see the problem. The information is a bit cryptic but if you copy/paste it and email it to the program support, they may be able to figure out what's wrong.

Post a comment on this topic »

Share |

©2002-2014 ZABKAT, all rights reserved | Privacy policy | Sitemap