Skip to content

Instantly share code, notes, and snippets.

@mrward
Created February 11, 2016 12:30
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 mrward/026c39b029eed3cdc1a1 to your computer and use it in GitHub Desktop.
Save mrward/026c39b029eed3cdc1a1 to your computer and use it in GitHub Desktop.
UI thread locked in MonoDevelopWorkspace.ApplyDocumentTextChanged:
oldFile = document.GetTextAsync ().Result;
"GUI Thread" at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.Monitor.Monitor_wait (object,int) <IL 0x00026, 0xffffffff> at System.Threading.Monitor.Wait (object,int) [0x0003e] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/mcs/class/corlib/System.Threading/Monitor.cs:148
at System.Threading.ManualResetEventSlim.Wait (int,System.Threading.CancellationToken) [0x0017e] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/ManualResetEventSlim.cs:669
at System.Threading.Tasks.Task.SpinThenBlockingWait (int,System.Threading.CancellationToken) [0x00039] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3356
at System.Threading.Tasks.Task.InternalWait (int,System.Threading.CancellationToken) [0x00042] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3295
at System.Threading.Tasks.Task`1<TKey_REF>.GetResultCore (bool) [0x0000b] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Future.cs:562
at System.Threading.Tasks.Task`1<TKey_REF>.get_Result () [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Future.cs:535
at MonoDevelop.Ide.TypeSystem.MonoDevelopWorkspace.ApplyDocumentTextChanged (Microsoft.CodeAnalysis.DocumentId,Microsoft.CodeAnalysis.Text.SourceText) [0x0015f] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.TypeSystem/MonoDevelopWorkspace.cs:720
at Microsoft.CodeAnalysis.Workspace.ApplyProjectChanges (Microsoft.CodeAnalysis.ProjectChanges) <IL 0x00362, 0x00a0a>
at MonoDevelop.Ide.TypeSystem.MonoDevelopWorkspace.ApplyProjectChanges (Microsoft.CodeAnalysis.ProjectChanges) [0x00007] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.TypeSystem/MonoDevelopWorkspace.cs:633
at Microsoft.CodeAnalysis.Workspace.TryApplyChanges (Microsoft.CodeAnalysis.Solution) <IL 0x000d6, 0x002ed>
at MonoDevelop.Ide.TypeSystem.MonoDevelopWorkspace.TryApplyChanges (Microsoft.CodeAnalysis.Solution) [0x0000b] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.TypeSystem/MonoDevelopWorkspace.cs:625
at Xamarin.Ide.Insights.CodeSupport.AbstractInsightsIntegrationSupport.UpdateInitializationMethodToClass (Microsoft.CodeAnalysis.Location,bool) [0x000e1] in /Users/builder/data/lanes/432/4b3fe99a/source/md-addins/Xamarin.Ide.Insights/CodeSupport/AbstractInsightsIntegrationSupport.cs:152
at MonoDevelop.IPhone.Insights.InsightsIntegrationSupport.AddInitializationToApplicationSubclass () [0x00059] in /Users/builder/data/lanes/432/4b3fe99a/source/md-addins/MonoDevelop.IPhone/MonoDevelop.IPhone/Insights/InsightsIntegrationSupport.cs:51
at MonoDevelop.IPhone.Insights.InsightsIntegrationSupport.DoAddInsightsInitialization () [0x00000] in /Users/builder/data/lanes/432/4b3fe99a/source/md-addins/MonoDevelop.IPhone/MonoDevelop.IPhone/Insights/InsightsIntegrationSupport.cs:39
at Xamarin.Ide.Insights.CodeSupport.AbstractInsightsIntegrationSupport/<AddInsightsInitialization>c__async0.MoveNext () [0x000de] in /Users/builder/data/lanes/432/4b3fe99a/source/md-addins/Xamarin.Ide.Insights/CodeSupport/AbstractInsightsIntegrationSupport.cs:66
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<Xamarin.Ide.Insights.CodeSupport.AbstractInsightsIntegrationSupport/<AddInsightsInitialization>c__async0> (Xamarin.Ide.Insights.CodeSupport.AbstractInsightsIntegrationSupport/<AddInsightsInitialization>c__async0&) [0x00039] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:833
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>.Start<Xamarin.Ide.Insights.CodeSupport.AbstractInsightsIntegrationSupport/<AddInsightsInitialization>c__async0> (Xamarin.Ide.Insights.CodeSupport.AbstractInsightsIntegrationSupport/<AddInsightsInitialization>c__async0&) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:447
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<Xamarin.Ide.Insights.CodeSupport.AbstractInsightsIntegrationSupport/<AddInsightsInitialization>c__async0> (Xamarin.Ide.Insights.CodeSupport.AbstractInsightsIntegrationSupport/<AddInsightsInitialization>c__async0&) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:287
at Xamarin.Ide.Insights.CodeSupport.AbstractInsightsIntegrationSupport.AddInsightsInitialization () <IL 0x0001c, 0x000ef>
at MonoDevelop.IPhone.Insights.InsightsIntegrationSupport.AddInsightsInitialization (MonoDevelop.Projects.DotNetProject) [0x00007] in /Users/builder/data/lanes/432/4b3fe99a/source/md-addins/MonoDevelop.IPhone/MonoDevelop.IPhone/Insights/InsightsIntegrationSupport.cs:34
at MonoDevelop.IPhone.IPhoneProjectFlavor.Xamarin.Ide.Insights.IInsightsIntegrationSupport.InsertInsightsInitializationCode (System.Threading.CancellationToken) [0x00000] in /Users/builder/data/lanes/432/4b3fe99a/source/md-addins/MonoDevelop.IPhone/MonoDevelop.IPhone/Project/IPhoneProject.cs:724
at Xamarin.Ide.Insights.Helpers/<AddXamarinInsightsSupportAsync>c__async1.MoveNext () [0x0014c] in /Users/builder/data/lanes/432/4b3fe99a/source/md-addins/Xamarin.Ide.Insights/Helpers.cs:143
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<Xamarin.Ide.Insights.Helpers/<AddXamarinInsightsSupportAsync>c__async1> (Xamarin.Ide.Insights.Helpers/<AddXamarinInsightsSupportAsync>c__async1&) [0x00039] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:833
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>.Start<Xamarin.Ide.Insights.Helpers/<AddXamarinInsightsSupportAsync>c__async1> (Xamarin.Ide.Insights.Helpers/<AddXamarinInsightsSupportAsync>c__async1&) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:447
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<Xamarin.Ide.Insights.Helpers/<AddXamarinInsightsSupportAsync>c__async1> (Xamarin.Ide.Insights.Helpers/<AddXamarinInsightsSupportAsync>c__async1&) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:287
at Xamarin.Ide.Insights.Helpers.AddXamarinInsightsSupportAsync (MonoDevelop.Projects.DotNetProject,System.Threading.CancellationToken,bool) <IL 0x0002c, 0x00113>
at Xamarin.Ide.Insights.Helpers/<AddXamarinInsightsSupportAsync>c__async0.MoveNext () [0x00310] in /Users/builder/data/lanes/432/4b3fe99a/source/md-addins/Xamarin.Ide.Insights/Helpers.cs:97
at System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner.InvokeMoveNext (object) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:1064
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00081] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/executioncontext.cs:581
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/executioncontext.cs:530
at System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner.Run () [0x0003b] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:1045
at System.Threading.Tasks.AwaitTaskContinuation.InvokeAction (object) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/TaskContinuation.cs:753
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback,object,System.Threading.Tasks.Task&) [0x00017] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/TaskContinuation.cs:784
at System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation.Run (System.Threading.Tasks.Task,bool) [0x00016] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/TaskContinuation.cs:424
at System.Threading.Tasks.Task.FinishContinuations () [0x0018a] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3727
at System.Threading.Tasks.Task.FinishStageThree () [0x00045] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2387
at System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>.TrySetResult (System.Threading.Tasks.VoidTaskResult) [0x00058] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Future.cs:488
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>.SetResult (System.Threading.Tasks.VoidTaskResult) [0x0001f] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:568
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>.SetResult (System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>) [0x00019] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:596
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult () [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:363
at MonoDevelop.Projects.SolutionItem/<SaveAsync>c__AnonStorey1C/<SaveAsync>c__AnonStorey1D/<SaveAsync>c__async1B.MoveNext () [0x00254] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Projects/SolutionItem.cs:434
at System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner.InvokeMoveNext (object) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:1064
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00081] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/executioncontext.cs:581
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/executioncontext.cs:530
at System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner.Run () [0x0003b] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:1045
at System.Threading.Tasks.AwaitTaskContinuation.InvokeAction (object) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/TaskContinuation.cs:753
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback,object,System.Threading.Tasks.Task&) [0x00017] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/TaskContinuation.cs:784
at System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation.Run (System.Threading.Tasks.Task,bool) [0x00016] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/TaskContinuation.cs:424
at System.Threading.Tasks.Task.FinishContinuations () [0x0008c] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3668
at System.Threading.Tasks.Task.FinishStageThree () [0x00045] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2387
at System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>.TrySetResult (System.Threading.Tasks.VoidTaskResult) [0x00058] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Future.cs:488
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>.SetResult (System.Threading.Tasks.VoidTaskResult) [0x0001f] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:568
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>.SetResult (System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>) [0x00019] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:596
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult () [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:363
at MonoDevelop.Projects.SolutionItem/<DoSave>c__async3.MoveNext () [0x0011c] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Projects/SolutionItem.cs:450
at System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner.InvokeMoveNext (object) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:1064
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00081] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/executioncontext.cs:581
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/executioncontext.cs:530
at System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner.Run () [0x0003b] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:1045
at System.Threading.Tasks.AwaitTaskContinuation.InvokeAction (object) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/TaskContinuation.cs:753
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback,object,System.Threading.Tasks.Task&) [0x00017] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/TaskContinuation.cs:784
at System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation.Run (System.Threading.Tasks.Task,bool) [0x00016] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/TaskContinuation.cs:424
at System.Threading.Tasks.Task.FinishContinuations () [0x0008c] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3668
at System.Threading.Tasks.Task.FinishStageThree () [0x00045] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2387
at System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>.TrySetResult (System.Threading.Tasks.VoidTaskResult) [0x00058] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Future.cs:488
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>.SetResult (System.Threading.Tasks.VoidTaskResult) [0x0001f] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:568
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>.SetResult (System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>) [0x00019] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:596
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult () [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:363
at MonoDevelop.Projects.Project/<OnSave>c__async4.MoveNext () [0x00180] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Projects/Project.cs:523
at System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner.InvokeMoveNext (object) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:1064
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00081] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/executioncontext.cs:581
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/executioncontext.cs:530
at System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner.Run () [0x0003b] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:1045
at System.Threading.Tasks.AwaitTaskContinuation.InvokeAction (object) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/TaskContinuation.cs:753
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback,object,System.Threading.Tasks.Task&) [0x00017] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/TaskContinuation.cs:784
at System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation.Run (System.Threading.Tasks.Task,bool) [0x00016] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/TaskContinuation.cs:424
at System.Threading.Tasks.Task.FinishContinuations () [0x0008c] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3668
at System.Threading.Tasks.Task.FinishStageThree () [0x00045] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2387
at System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>.TrySetResult (System.Threading.Tasks.VoidTaskResult) [0x00058] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Future.cs:488
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>.SetResult (System.Threading.Tasks.VoidTaskResult) [0x0001f] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:568
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>.SetResult (System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>) [0x00019] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:596
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult () [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:363
at MonoDevelop.Projects.MSBuild.RemoteProjectBuilder/<Refresh>c__async1.MoveNext () [0x00123] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.MSBuild/RemoteProjectBuilder.cs:342
at System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner.InvokeMoveNext (object) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:1064
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00081] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/executioncontext.cs:581
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/executioncontext.cs:530
at System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner.Run () [0x0003b] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:1045
at System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation.<s_postCallback>m__0 (object) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/TaskContinuation.cs:393
at MonoDevelop.Ide.DispatchService/GtkSynchronizationContext/<Post>c__AnonStorey0.<>m__0 (object,System.EventArgs) [0x00000] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/DispatchService.cs:52
at Gtk.Application/InvokeCB.Invoke () [0x00013] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/gtk-sharp-2.12.21/gtk/Application.cs:202
at GLib.Timeout/TimeoutProxy.Handler () [0x0000f] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/gtk-sharp-2.12.21/glib/Timeout.cs:70
at (wrapper native-to-managed) GLib.Timeout/TimeoutProxy.Handler () <IL 0x00031, 0xffffffff>
at <unknown> <0xffffffff>
at (wrapper managed-to-native) Gtk.Application.gtk_main () <IL 0x00026, 0xffffffff>
at Gtk.Application.Run () [0x00001] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/gtk-sharp-2.12.21/gtk/Application.cs:135
at MonoDevelop.Ide.IdeApp.Run () [0x00000] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/Ide.cs:379
at MonoDevelop.Ide.IdeStartup.Run (MonoDevelop.Ide.MonoDevelopOptions) [0x00795] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs:289
at MonoDevelop.Ide.IdeStartup.Main (string[],MonoDevelop.Ide.Extensions.IdeCustomizer) [0x000a3] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs:666
at Xamarin.Startup.MainClass.Main (string[]) [0x00000] in /Users/builder/data/lanes/432/4b3fe99a/source/md-addins/Xamarin.Startup/Main.cs:11
at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object (object,intptr,intptr,intptr) <IL 0x00064, 0xffffffff>
"NuGet background dispatcher" at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.Monitor.Monitor_wait (object,int) <IL 0x00026, 0xffffffff>
at System.Threading.Monitor.Wait (object,int) [0x0003e] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/mcs/class/corlib/System.Threading/Monitor.cs:148
at System.Threading.ManualResetEventSlim.Wait (int,System.Threading.CancellationToken) [0x0017e] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/ManualResetEventSlim.cs:669
at System.Threading.Tasks.Task.SpinThenBlockingWait (int,System.Threading.CancellationToken) [0x00039] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3356
at System.Threading.Tasks.Task.InternalWait (int,System.Threading.CancellationToken) [0x00042] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3295
at System.Threading.Tasks.Task.Wait (int,System.Threading.CancellationToken) [0x0001f] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3201
at System.Threading.Tasks.Task.Wait () [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3083
at MonoDevelop.PackageManagement.MonoDevelopProjectSystem.GuiSyncDispatch (System.Func`1<System.Threading.Tasks.Task>) [0x00000] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/MonoDevelopProjectSystem.cs:488
at MonoDevelop.PackageManagement.MonoDevelopProjectSystem.AddReference (string,System.IO.Stream) [0x00014] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/MonoDevelopProjectSystem.cs:118
at NuGet.ProjectManager.ExtractPackageFilesToProject (NuGet.IPackage) <IL 0x001ea, 0x0064a>
at NuGet.ProjectManager.AddPackageReferenceToProject (NuGet.IPackage) <IL 0x00056, 0x00116>
at NuGet.ProjectManager.Execute (NuGet.PackageOperation) <IL 0x000c9, 0x00247>
at NuGet.ProjectManager.Execute (NuGet.IPackage,NuGet.IPackageOperationResolver) <IL 0x0002b, 0x0008b>
at NuGet.ProjectManager.AddPackageReference (NuGet.IPackage,bool,bool) <IL 0x0007b, 0x00167>
at NuGet.ProjectManager.AddPackageReference (string,NuGet.SemanticVersion,bool,bool) <IL 0x00021, 0x00066>
at MonoDevelop.PackageManagement.MonoDevelopPackageManager.AddPackageReference (NuGet.IPackage,bool,bool) [0x0000e] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/MonoDevelopPackageManager.cs:101
at MonoDevelop.PackageManagement.MonoDevelopPackageManager.InstallPackage (NuGet.IPackage,MonoDevelop.PackageManagement.InstallPackageAction) [0x0000c] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/MonoDevelopPackageManager.cs:94
at MonoDevelop.PackageManagement.PackageManagementProject.InstallPackage (NuGet.IPackage,MonoDevelop.PackageManagement.InstallPackageAction) [0x00000] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/PackageManagementProject.cs:151
at MonoDevelop.PackageManagement.InstallPackageAction.ExecuteCore () [0x00031] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/InstallPackageAction.cs:74
at Xamarin.Ide.Insights.Helpers/AwaitableNugetInstallPackageAction.ExecuteCore () [0x00000] in /Users/builder/data/lanes/432/4b3fe99a/source/md-addins/Xamarin.Ide.Insights/Helpers.cs:294
at MonoDevelop.PackageManagement.ProcessPackageAction.Execute () [0x00012] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/ProcessPackageAction.cs:82
at MonoDevelop.PackageManagement.BackgroundPackageActionRunner.RunActionsWithProgressMonitor (MonoDevelop.Core.ProgressMonitor,System.Collections.Generic.IList`1<MonoDevelop.PackageManagement.IPackageAction>) [0x00013] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/BackgroundPackageActionRunner.cs:147
at MonoDevelop.PackageManagement.BackgroundPackageActionRunner.RunActionsWithProgressMonitor (MonoDevelop.PackageManagement.ProgressMonitorStatusMessage,System.Collections.Generic.IList`1<MonoDevelop.PackageManagement.IPackageAction>) [0x00041] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/BackgroundPackageActionRunner.cs:115
at MonoDevelop.PackageManagement.BackgroundPackageActionRunner.TryRunActionsWithProgressMonitor (MonoDevelop.PackageManagement.ProgressMonitorStatusMessage,System.Collections.Generic.IList`1<MonoDevelop.PackageManagement.IPackageAction>) [0x00000] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/BackgroundPackageActionRunner.cs:101
at MonoDevelop.PackageManagement.BackgroundPackageActionRunner/<Run>c__AnonStorey1.<>m__0 () [0x00000] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/BackgroundPackageActionRunner.cs:85
at MonoDevelop.PackageManagement.PackageManagementBackgroundDispatcher.RunDispatcher () [0x0006b] in /Users/builder/data/lanes/432/4b3fe99a/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/PackageManagementBackgroundDispatcher.cs:73
at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x00017] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/thread.cs:68
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00081] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/executioncontext.cs:581
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/executioncontext.cs:530
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x00031] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/executioncontext.cs:519
at System.Threading.ThreadHelper.ThreadStart () [0x0000b] in /private/tmp/source-mono-mac-4.2.0-branch-c6sr1/bockbuild-mono-4.2.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.2/external/referencesource/mscorlib/system/threading/thread.cs:105
at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <IL 0x00056, 0xffffffff>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment