Windows error 0x80131C4F, -2146231217

Detailed Error Information

CORDBG_E_MISSING_DEBUGGER_EXPORTS[1]

Message"The debuggee memory space does not have the expected debugging export table."
CommentThe debuggee memory space does not have the expected debugging export table.

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode19 (0x013)
NameFACILITY_URT[2][3]
DescriptionThe source of the error code is .NET CLR.[2][3]
Error Code7247 (0x1c4f)

Questions

3votes
0answers

.NET Core Runtime doesn't match available SDK versions to source SOS.DLL for WinDbg

I have a DMP from an application running on my system. This is a .NET Core application. I'm trying to use WinDbg to look at memory issues. From reading around it appears that I need to get the SOS.DLL file that matches the runtime used and it appears a lot [...] read more
.net-core
windbg

Comments

Leave a comment

(plain text only)

Sources

  1. https://github.com/dotnet/coreclr/blob/v1.1.0/src/inc/corerror.xml
  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