To use WinDbg to analyze The dump must load the correct symbol, you can set the Symbols File path to "d:/symbols; Srv*d:/symbols*http://msdl.microsoft.com/download/symbols ", when WinDbg cannot find the required symbol in D:/symbols, the Msdl.microsoft.com/download/symbols download.
WinDbg field names and their meanings:
FAULTING_IP: A pointer to an instruction in the event of an error Exception_record: The exception record at the time of the crash, information can be displayed through the. EXR Command bugcheck_str: Exception code (exception code) default_ BUCKET_ID: What type of error is this error process_name: The process name that caused the exception Last_control_transfer: The latest call on the stack stack_text: stack trace When an error is displayed Symbol_ Name: corresponding symbol name module_name: corresponding module name debug_flr_image_timestamp: corresponding timestamp stack_command: Print Stack command bucker_id: The type of current failure
The--windbg field name of WinDbg Learning advanced and its significance