A user reports that a graphic design application closes unexpectedly whenever a heavy rendering task is started. The helpdesk technician needs to review historic application crash logs to identify the specific faulting module. Which Windows administrative tool should the technician open?
- Event ViewerAnswer
- BDevice Manager
- CDisk Management
- DSystem Configuration (msconfig)
Answer
Event Viewer is the correct tool to inspect application crash logs and identify the faulting module.
Event Viewer records application errors, warnings, and information messages under the Windows Logs > Application section. When an application crashes, Windows writes an Error entry (typically Event ID 1000) containing key diagnostic information, such as the faulting application path, exception code, and faulting module name.
Step-by-Step Solution
Key Concept
Using Event Viewer to analyze application crash logs and faulting modules