Skip to content

Instantly share code, notes, and snippets.

@se5a
Created November 12, 2017 21:24
Show Gist options
  • Select an option

  • Save se5a/4ec9a353b3349e45b094421f3c36393e to your computer and use it in GitHub Desktop.

Select an option

Save se5a/4ec9a353b3349e45b094421f3c36393e to your computer and use it in GitHub Desktop.
AS crash while building AS in AS.
Unhandled Exception: System.AggregateException: One or more errors occurred. (The method or operation is not implemented.) ---> System.NotImplementedException: The method or operation is not implemented.
at Microsoft.Samples.Debugging.CorDebug.CoreClrShimUtil.CreateCorDebugImpl(DbgShimInterop dbgShimInterop, UInt32 processId, TimeSpan runtimeLoadTimeout, Void* resumeHandle, Action`2 onSetup) in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/AvalonStudio/debugger-libs/CorApi2/debug/CoreClrShimUtil.cs:line 114
at Microsoft.Samples.Debugging.CorDebug.CoreClrShimUtil.CreateCorDebugForCommand(DbgShimInterop dbgShimInterop, String command, String workingDir, IDictionary`2 env, TimeSpan runtimeLoadTimeout, Action`2 onSetup, Int32& procId) in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/AvalonStudio/debugger-libs/CorApi2/debug/CoreClrShimUtil.cs:line 51
at Mono.Debugging.Win32.CoreClrDebuggerSession.<>c__DisplayClass3_0.<OnRun>b__0() in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/AvalonStudio/debugger-libs/Mono.Debugging.Win32/CoreClrDebuggerSession.cs:line 25
at AvalonStudio.Extensibility.Threading.JobRunner.RunJobs() in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/AvalonStudio/AvalonStudio/AvalonStudio.Extensibility/Threading/JobRunner.cs:line 69
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Mono.Debugging.Win32.MtaThread.Run(Action ts, Int32 timeout) in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/AvalonStudio/debugger-libs/Mono.Debugging.Win32/MtaThread.cs:line 57
at Mono.Debugging.Win32.CoreClrDebuggerSession.OnRun(DebuggerStartInfo startInfo) in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/AvalonStudio/debugger-libs/Mono.Debugging.Win32/CoreClrDebuggerSession.cs:line 20
at Mono.Debugging.Client.DebuggerSession.<>c__DisplayClass89_0.<Run>b__0() in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/AvalonStudio/debugger-libs/Mono.Debugging/Mono.Debugging.Client/DebuggerSession.cs:line 341
at Mono.Debugging.Client.DebuggerSession.<Dispatch>b__88_0(Object <p0>) in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/AvalonStudio/debugger-libs/Mono.Debugging/Mono.Debugging.Client/DebuggerSession.cs:line 292
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadPoolWorkQueue.Dispatch()
Aborted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment