Skip to content

Instantly share code, notes, and snippets.

@abolibibelot
Created August 25, 2013 12:31
Show Gist options
  • Save abolibibelot/6333622 to your computer and use it in GitHub Desktop.
Save abolibibelot/6333622 to your computer and use it in GitHub Desktop.
Catastrophic failure: System.InvalidOperationException: Hashtable.Enumerator: snapshot out of sync.
at System.Collections.Hashtable+Enumerator.FailFast () [0x00000] in <filename unknown>:0
at System.Collections.Hashtable+Enumerator.MoveNext () [0x00000] in <filename unknown>:0
at System.Net.EndPointListener.Close () [0x00000] in <filename unknown>:0
at System.Net.EndPointManager.RemoveEndPoint (System.Net.EndPointListener epl, System.Net.IPEndPoint ep) [0x00000] in <filename unknown>:0
at System.Net.EndPointListener.CheckIfRemove () [0x00000] in <filename unknown>:0
at System.Net.EndPointListener.RemovePrefix (System.Net.ListenerPrefix prefix, System.Net.HttpListener listener) [0x00000] in <filename unknown>:0
at System.Net.EndPointManager.RemovePrefixInternal (System.String prefix, System.Net.HttpListener listener) [0x00000] in <filename unknown>:0
at System.Net.EndPointManager.RemoveListener (System.Net.HttpListener listener) [0x00000] in <filename unknown>:0
at System.Net.HttpListener.Close (Boolean force) [0x00000] in <filename unknown>:0
at System.Net.HttpListener.Stop () [0x00000] in <filename unknown>:0
at SelfishHttp.Server.Stop () [0x00000] in <filename unknown>:0
at SelfishHttp.Server.Dispose () [0x00000] in <filename unknown>:0
at SyntaxTree.Mono.Debugger.Server.DebuggerServer.Dispose () [0x00000] in <filename unknown>:0
at SyntaxTree.Mono.Debugger.Server.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment