Update troubleshoot-stop-errors.md

To fix suggestions
This commit is contained in:
Lovina Saldanha 2021-03-10 18:39:11 +05:30 committed by David Coulter
parent 117353ebb1
commit fee27e5eec
No known key found for this signature in database
GPG Key ID: BE48A750D59A79C2

View File

@ -146,7 +146,7 @@ You can use the tools such as Windows Software Development KIT (SDK) and Symbols
a. If the computer is connected to the Internet, enter the [Microsoft public symbol server](/windows-hardware/drivers/debugger/microsoft-public-symbols) (https://msdl.microsoft.com/download/symbols) and click **OK**. This is the recommended method.<br>
b. If the computer is not connected to the Internet, you must specify a local [symbol path](/windows-hardware/drivers/debugger/symbol-path).
6. Click on **Open Crash Dump**, and then open the memory.dmp file that you copied. See the example below.
![WinDbg](images/windbg.png)
![WinDbg img](images/windbg.png)
7. There should be a link that says **!analyze -v** under **Bugcheck Analysis**. Click that link. This will enter the command !analyze -v in the prompt at the bottom of the page.
8. A detailed bugcheck analysis will appear. See the example below.
![Bugcheck analysis](images/bugcheck-analysis.png)
@ -576,4 +576,4 @@ ReadVirtual: 812d1248 not properly sign extended
## References
[Bug Check Code Reference](/windows-hardware/drivers/debugger/bug-check-code-reference2)
[Bug Check Code Reference](/windows-hardware/drivers/debugger/bug-check-code-reference2)