A technician is troubleshooting a Windows 11 workstation where a custom line-of-business application, , becomes completely unresponsive whenever a user initiates a heavy data export. To investigate the hang, the technician opens Resource Monitor, navigates to the CPU tab, right-clicks , and selects Analyze Wait Chain. The Wait Chain Traversal window indicates that is waiting for thread response from . Which of the following is the most appropriate next action to isolate and resolve the application freeze without restarting the workstation?
- Terminate or restart the blocking process () to clear the deadlock condition.Cevap
- BPerform an immediate in-place OS upgrade repair to fix application startup dependencies.
- COpen Performance Monitor and configure a Data Collector Set for % Processor Time to release the thread lock.
- DExecute the command `dism /online /cleanup-image /restorehealth /f` from an elevated prompt to kill the hung process tree.
Cevap
Terminate or restart the blocking process (spoolsv.exe) to clear the deadlock condition.
Analyzing the Wait Chain in Resource Monitor shows precisely which process thread is causing an application to freeze. When an application is waiting on a unresponsive secondary process (like spoolsv.exe), ending or restarting that specific blocking process frees the hung application threads without destroying un-saved application data or requiring a full system reboot.
Adım Adım Çözüm
Anahtar Kavram
Resource Monitor Wait Chain Traversal and Process Deadlock Isolation