In our last post on Server Hangs, we discussed using the Debugging Tools to examine a dump file to analyze pool depletion. Today we are going to look at using our troubleshooting tools to examine a server hang caused by a handle leak. Issues where there are an abnormal number of handles for a process are very common and result in kernel memory depletion. A quick way to find the number of handles for each process by checking the Task Manager > Processes. You may have to add the handles column from View > Select columns. Generally if a process has more than 10,000 then we probably want to take a look at what is going on. That does not necessarily mean that it is the offending process, just a suspect. However, there are instances where the process may be for a database or some other memory intensive application. The most common instance of this is the STORE.EXE process for Exchange Server which routinely has well over 10,000 handles. On the other hand if our Print Spooler process has 10,000 (or more) handles then we most likely have an issue.
|