Difference between revisions of "Inspecting mini dump files"

From MPSWiki
Jump to: navigation, search
Line 1: Line 1:
 +
=Inspecting=
 
*Extract FIP_SYSTEM_LOG.err to folder: E:\FiP_Versions\  
 
*Extract FIP_SYSTEM_LOG.err to folder: E:\FiP_Versions\  
 
*Look at file E:\FiP_Versions\version.info and find FiP version
 
*Look at file E:\FiP_Versions\version.info and find FiP version
Line 10: Line 11:
  
 
and then in View menu open '''Show Stack''' (and then Source args) and '''Locals'''
 
and then in View menu open '''Show Stack''' (and then Source args) and '''Locals'''
 +
=Testing=
 +
In some cases it is required to test the application (PHX) in critical conditions (after the crash).
 +
To initiate the program exception failure:
 +
#Close all screens
 +
#Type "give me the crash"
 +
 +
  
 
Tags: Acton, dump, crash, log, inspect.
 
Tags: Acton, dump, crash, log, inspect.

Revision as of 11:44, 8 May 2020

Inspecting

  • Extract FIP_SYSTEM_LOG.err to folder: E:\FiP_Versions\
  • Look at file E:\FiP_Versions\version.info and find FiP version
  • Copy correct fip version from E:\FiP_Versions\v8d\{FiP version} to E:\FiP_Versions\dump_check
  • Copy mini_dump.dmp to E:\FiP_Versions\
  • Run dumpcheck.bat

after run commands in cmd: go to exception: .ecxr show stack: k

and then in View menu open Show Stack (and then Source args) and Locals

Testing

In some cases it is required to test the application (PHX) in critical conditions (after the crash). To initiate the program exception failure:

  1. Close all screens
  2. Type "give me the crash"


Tags: Acton, dump, crash, log, inspect.