A user's custom database client application on a Windows 11 workstation has become completely unresponsive. A systems administrator needs to determine if the application is experiencing a thread deadlock, terminate the blocking process, and inspect the system logs for the application hang event. In what chronological order should the administrator perform the steps below?
- 1Launch Resource Monitor (resmon.exe) and navigate to the CPU tab.
- 2Right-click the unresponsive database client process and select Analyze Wait Chain.
- 3Select the identified blocking process thread in the Wait Chain tree and click End Process.
- 4Open Event Viewer (eventvwr.msc) and inspect the Application log for Application Hang entries.
Answer
The correct sequence begins by launching Resource Monitor and selecting the CPU tab, right-clicking the hung process to Analyze Wait Chain, terminating the identified blocking process thread, and finally checking the Application log in Event Viewer for event details.
The correct workflow starts by opening Resource Monitor (resmon.exe) to evaluate live CPU processes. Using 'Analyze Wait Chain' on the frozen process allows the administrator to pinpoint the exact blocking PID causing the deadlock. Ending that specific blocking process clears the lock. Finally, opening Event Viewer (eventvwr.msc) to examine the Application log allows the administrator to review the Application Hang event for underlying faulting modules.
Step-by-Step Solution
Key Concept
Windows Resource Monitor Analyze Wait Chain and Event Viewer Application Log Diagnostics
Estimated Time:1m 30s