Windows error 0x8013134F, -2146233521

Detailed Error Information

CORDBG_E_OBJECT_NEUTERED[1]

Message"Object is in a zombie state."
Comment Object has been neutered (it's in a zombie state).

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 Code4943 (0x134f)

Questions

10votes
1answer

JetBrain Rider: viewing List<> during debugging

I'm trying to view the content of a List<> during debugging. Unfortunately I can't see them, cause I get the following message within the variables window: > corvalue.GetExactTypeSafe(out type). The object is in a zombie state. > (Exception of HRESULT: 0x8013134F). The error code is > CORDBG_E_OBJECT_NEUTERED, or 0x8013134F. Does [...] read more
c#
debugging
rider
4votes
1answer

DialogDebuggerVisualizer: COMException: Object is in a zombie state

On the first time in a debugging session that I try to show the visualizer, it raises that exception (appears at the bottom), I click "Continue" on the exception message dialog and show again the visualizer (by clicking on the "magnifying glass icon next to the variable). This is the [...] read more
c#
visual-studio-2012
comexception
debuggervisualizer
1vote
1answer

Items added to ConcurrentDictionary immediately go into a zombie state

I'm trying to throw together a quick little program using Alchemy Websockets which uses the ConcurrentDictionary collection in its examples. In the code I wrote, I'm attempting to add a new client to a ConcurrentDictionary. I noticed my script failing in other areas when attempting to access this client and [...] read more
c#
mono
concurrentdictionary

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