fix issues from review

This commit is contained in:
Aaron Czechowski
2022-05-03 12:00:38 -07:00
parent e27b218ded
commit 8dabf0996a

View File

@ -29,10 +29,10 @@ There's no simple explanation for the cause of stop errors (also known as blue s
Our analysis of the root causes of crashes indicates that: Our analysis of the root causes of crashes indicates that:
- 70% are caused by third-party driver code - 70% are caused by third-party driver code.
- 10% are caused by hardware issues - 10% are caused by hardware issues.
- 5% are caused by Microsoft code - 5% are caused by Microsoft code.
- 15% have unknown causes, because the memory is too corrupted to analyze - 15% have unknown causes, because the memory is too corrupted to analyze.
> [!NOTE] > [!NOTE]
> The root cause of stop errors is never a user-mode process. While a user-mode process (such as Notepad or Slack) may trigger a stop error, it is merely exposing the underlying bug which is always in a driver, hardware, or the OS. > The root cause of stop errors is never a user-mode process. While a user-mode process (such as Notepad or Slack) may trigger a stop error, it is merely exposing the underlying bug which is always in a driver, hardware, or the OS.
@ -243,9 +243,6 @@ This section doesn't contain a list of all error codes, but since many error cod
The following sections list general troubleshooting procedures for common stop error codes. The following sections list general troubleshooting procedures for common stop error codes.
Stop error message and code | Mitigation
--- | ---
### VIDEO_ENGINE_TIMEOUT_DETECTED or VIDEO_TDR_TIMEOUT_DETECTED ### VIDEO_ENGINE_TIMEOUT_DETECTED or VIDEO_TDR_TIMEOUT_DETECTED
Stop error code 0x00000141, or 0x00000117 Stop error code 0x00000141, or 0x00000117