Windows error 0x00000187, 391

Detailed Error Information

VIDEO_DWMINIT_TIMEOUT_FALLBACK_BDD[1]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0x187: VIDEO_DWMINIT_TIMEOUT_FALLBACK_BDD.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][3]
DescriptionThe default facility code.[2][3]
Error Code391 (0x0187)

Questions

4votes
1answer

Linux module: performance counter does not work

I want to monitor the cache request number in the last level cache. I wrote a Linux module to get that information based on the tutorial here. It can compile and run, but the output result is always 0. In other words, when I use rdmsr, it always give me [...] read more
c
linux
module
kernel
perf

Comments

Leave a comment

(plain text only)

Sources

  1. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0