Windows error 0x80131C08, -2146231288

Detailed Error Information

CORDBG_E_TIMEOUT[1]

Message"A wait timed out, likely an indication of deadlock."
Comment a wait timed out .. likely an indication of deadlock.

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 Code7176 (0x1c08)

Questions

14votes
3answers

Fatal Error HRESULT=0x80131c08 while debugging in Visual Studio 2010

I am running Visual Studio 2010 in Windows 7 Professional 64-Bit in VMware 4.1.1 running on 2 processors and roughly 2GB of ram. On debugging a simple application Visual Studio seems to hang/unresponsive. I then get a bubble message informing me that "Visual Studio is busy waiting for an internal [...] read more
visual-studio-2010
windows-7
vmware
5votes
0answers

Debugging an dotnet core application remote via ssh and fails to attach

I am trying to debug an dotnet core application on another machine(linux) from Visual Studio 2017 I can connect via ssh to the remote machine. I installed the debugger via the follwing command. sudo apt-get install unzip curl -sSL https://aka.ms/getvsdbgsh | bash /dev/stdin -v vs2017u5 -l ~/vsdbg I can't attach [...] read more
c#
linux
visual-studio
.net-core
remote-debugging
1vote
1answer

Debug class library in VS Code

How can I debug a class library in VS Code? I have an ASP.NET Core project and a class library that is in a separate solution. The class library is going to be a nuget package. I've added a project reference to the class library in my ASP.NET Core project [...] read more
asp.net-core
visual-studio-code
1vote
1answer

GlobalAlloc flags for Marshal.PtrToStructure

Short version: Could passing the handle from GlobalAlloc(GMEM_MOVEABLE, Size) to Marshal.PtrToStructure() and Marshal.FreeHGlobal() cause memory corruption? Long version: I'm using Windows Global memory allocation to pass a data structure back and forth between a Delphi and C# application (the fact that it's Delphi isn't really significant to this question, because [...] read more
c#
interop
marshalling

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