Skip to content

Instantly share code, notes, and snippets.

@alanmcgovern
Created March 22, 2017 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alanmcgovern/20d75242fc94264c9d7c2178996f3f8e to your computer and use it in GitHub Desktop.
Save alanmcgovern/20d75242fc94264c9d7c2178996f3f8e to your computer and use it in GitHub Desktop.
MonoTouch.Design.Client.CouldNotInitializeRendererException: Unexpected exception trying to connect to the server ---> System.AggregateException: One or more errors occurred. ---> System.ObjectDisposedException: Safe handle has been closed
at System.Runtime.InteropServices.SafeHandle.DangerousAddRef (System.Boolean& success) [0x00025] in /private/tmp/source-mono-4.8.0/bockbuild-mono-4.8.0-branch/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/corlib/System.Runtime.InteropServices/SafeHandle.cs:125
at Microsoft.Win32.NativeMethods.DuplicateHandle (System.Runtime.InteropServices.HandleRef hSourceProcessHandle, System.Runtime.InteropServices.SafeHandle hSourceHandle, System.Runtime.InteropServices.HandleRef hTargetProcess, Microsoft.Win32.SafeHandles.SafeWaitHandle& targetHandle, System.Int32 dwDesiredAccess, System.Boolean bInheritHandle, System.Int32 dwOptions) [0x00002] in /private/tmp/source-mono-4.8.0/bockbuild-mono-4.8.0-branch/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/System/ReferenceSources/NativeMethods.cs:55
at System.Diagnostics.ProcessWaitHandle..ctor (Microsoft.Win32.SafeHandles.SafeProcessHandle processHandle) [0x00008] in /private/tmp/source-mono-4.8.0/bockbuild-mono-4.8.0-branch/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/processwaithandle.cs:15
at (wrapper remoting-invoke-with-check) System.Diagnostics.ProcessWaitHandle:.ctor (Microsoft.Win32.SafeHandles.SafeProcessHandle)
at System.Diagnostics.Process.GetProcessHandle (System.Int32 access, System.Boolean throwIfExited) [0x00013] in /private/tmp/source-mono-4.8.0/bockbuild-mono-4.8.0-branch/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/Process.cs:1760
at System.Diagnostics.Process.GetProcessHandle (System.Int32 access) [0x00000] in /private/tmp/source-mono-4.8.0/bockbuild-mono-4.8.0-branch/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/Process.cs:1811
at System.Diagnostics.Process.Kill () [0x00002] in /private/tmp/source-mono-4.8.0/bockbuild-mono-4.8.0-branch/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/Process.cs:2474
at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Kill ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment