Windows error 0x00000117, 279

Detailed Error Information

VIDEO_TDR_TIMEOUT_DETECTED[1]

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

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 Code279 (0x0117)

Questions

0votes
0answers

Incorrect shared libraries picked in AIX

While building a particular module, I get the below error: ld: 0711-317 ERROR: Undefined symbol: .MD5_Init ld: 0711-317 ERROR: Undefined symbol: .SHA1_Init ld: 0711-317 ERROR: Undefined symbol: .SHA224_Init ld: 0711-317 ERROR: Undefined symbol: .SHA256_Init ld: 0711-317 ERROR: Undefined symbol: .SHA384_Init ld: 0711-317 ERROR: Undefined symbol: .SHA512_Init ld: 0711-317 ERROR: Undefined [...] read more
aix
dynamic-linking

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