I am working on an application which is supposed to find out the reason if the system is being crashed running on Windows OS.
Whenever a system crashes, OS will write a dump log file at c:\Windows\Minidump. This file is created in a encoded format and it requires a tool to interpret the content of this file. MS provided a tool called "dumpchk.exe".
When I ran dumpchk.exe on Win 10 ;Ver 1703 ;OS Build 15063.1088, it is not translating the content in correct format. The correct format should have the following line:
RetAddr : Args to Child
However, I am getting error:
Please check your debugger configuration and/or network access.
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
GetContextState failed, 0x8007001E
Unable to get current machine context, Win32 error 0n30
GetContextState failed, 0x8007001E
GetContextState failed, 0x8007001E
Bugcheck code 00000119
Will be greatly appreciate if someone put some light on the possible reason here.
Thanks.
User contributions licensed under CC BY-SA 3.0