Windows error 0x0000011F, 287

Detailed Error Information

INVALID_DRIVER_HANDLE[1]

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

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 Code287 (0x011f)

Questions

8votes
2answers

Merging of ETL files has failed (0x80070070) (Flags: 0x0000011f)

Trying to profile my command line application in VS 2017 on a W10 machine with April 2018 Update, VS fails to create the report. The UI says Microsoft Visual Studio was unable to create a diagnostics report. Check Output window for errors. The Output window says Profiling of 'Program' started. [...] read more
windows
visual-studio-2017
profiling
1vote
1answer

Azure web apps throws error Merging of ETL files has failed

We have an azure website with two instances. .net core 2.1.1 with ef core and some other basic dependencies. From time to time one of the instances gets in a corrupted state and starts throwing 500 on every request. The error logged in application insights is very low level so [...] read more
azure
azure-web-app-service
azure-application-insights
ef-core-2.1

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