Skip to content

Instantly share code, notes, and snippets.

@kumpera
Created July 31, 2013 17:58
Show Gist options
  • Select an option

  • Save kumpera/6124438 to your computer and use it in GitHub Desktop.

Select an option

Save kumpera/6124438 to your computer and use it in GitHub Desktop.
</SystemInformation><Exception>System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---&gt; Mono.Debugger.Soft.InvalidStackFrameException: The requested operation cannot be completed because the specified stack frame is no longer valid.
at Mono.Debugger.Soft.VirtualMachine.ErrorHandler (System.Object sender, Mono.Debugger.Soft.ErrorHandlerEventArgs args) [0x00075] in /Users/kumpera/src/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/VirtualMachine.cs:301
at Mono.Debugger.Soft.Connection.SendReceive (CommandSet command_set, Int32 command, Mono.Debugger.Soft.PacketWriter packet) [0x000e9] in /Users/kumpera/src/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs:1448
at Mono.Debugger.Soft.Connection.StackFrame_GetThis (Int64 thread_id, Int64 id) [0x00011] in /Users/kumpera/src/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs:2217
at Mono.Debugger.Soft.StackFrame.GetThis () [0x00053] in /Users/kumpera/src/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/StackFrame.cs:148
at Mono.Debugging.Soft.SoftDebuggerAdaptor.GetThisReference (Mono.Debugging.Soft.SoftEvaluationContext cx) [0x00024] in /Users/kumpera/src/monodevelop/main/external/debugger-libs/Mono.Debugging.Soft/SoftDebuggerAdaptor.cs:855
at Mono.Debugging.Soft.SoftDebuggerAdaptor.OnGetThisReference (Mono.Debugging.Evaluation.EvaluationContext ctx) [0x00020] in /Users/kumpera/src/monodevelop/main/external/debugger-libs/Mono.Debugging.Soft/SoftDebuggerAdaptor.cs:847
at Mono.Debugging.Evaluation.ObjectValueAdaptor.GetThisReference (Mono.Debugging.Evaluation.EvaluationContext ctx) [0x00001] in /Users/kumpera/src/monodevelop/main/external/debugger-libs/Mono.Debugging/Mono.Debugging.Evaluation/ObjectValueAdaptor.cs:671
at Mono.Debugging.Evaluation.BaseBacktrace.GetFrameInfo (Int32 frameIndex, Mono.Debugging.Client.EvaluationOptions options, Boolean ignoreEvalStatus) [0x00089] in /Users/kumpera/src/monodevelop/main/external/debugger-libs/Mono.Debugging/Mono.Debugging.Evaluation/BaseBacktrace.cs:227
at Mono.Debugging.Evaluation.BaseBacktrace.GetParameters (Int32 frameIndex, Mono.Debugging.Client.EvaluationOptions options) [0x00027] in /Users/kumpera/src/monodevelop/main/external/debugger-libs/Mono.Debugging/Mono.Debugging.Evaluation/BaseBacktrace.cs:75
at Mono.Debugging.Client.StackFrame.GetParameters (Mono.Debugging.Client.EvaluationOptions options) [0x00018] in /Users/kumpera/src/monodevelop/main/external/debugger-libs/Mono.Debugging/Mono.Debugging.Client/StackFrame.cs:156
at MonoDevelop.Debugger.StackTracePad.EvaluateMethodName (Mono.Debugging.Client.StackFrame frame, Mono.Debugging.Client.EvaluationOptions options) [0x00012] in /Users/kumpera/src/monodevelop/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/StackTracePad.cs:173
at MonoDevelop.Debugger.StackTracePad.Update () [0x0008d] in /Users/kumpera/src/monodevelop/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/StackTracePad.cs:212
at MonoDevelop.Debugger.StackTracePad.UpdateDisplay () [0x0001c] in /Users/kumpera/src/monodevelop/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/StackTracePad.cs:165
at MonoDevelop.Debugger.StackTracePad.OnClassStackChanged (System.Object o, System.EventArgs args) [0x0000c] in /Users/kumpera/src/monodevelop/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/StackTracePad.cs:303
at __EventHandler_DelegateFactory_8.Dispatch (System.Object ) [0x00000] in &lt;filename unknown&gt;:0
at MonoDevelop.Ide.Gui.GuiSyncContext.AsyncDispatch (MonoDevelop.Ide.StatefulMessageHandler cb, System.Object ob) [0x0000b] in /Users/kumpera/src/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/GuiSyncContext.cs:47
at __EventHandler_DelegateFactory_8.ProxyCall (System.Object , System.EventArgs ) [0x00000] in &lt;filename unknown&gt;:0
at (wrapper delegate-invoke) &lt;Module&gt;:invoke_void__this___object_EventArgs (object,System.EventArgs)
at MonoDevelop.Debugger.DebuggingService.NotifyCallStackChanged () [0x0000b] in /Users/kumpera/src/monodevelop/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggingService.cs:699
at MonoDevelop.Debugger.DebuggingService.&lt;SetCurrentBacktrace&gt;m__20 () [0x00001] in /Users/kumpera/src/monodevelop/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggingService.cs:806
at MonoDevelop.Ide.DispatchService.GuiDispatch (MonoDevelop.Ide.MessageHandler cb) [0x0000c] in /Users/kumpera/src/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/DispatchService.cs:75
at MonoDevelop.Debugger.DebuggingService.SetCurrentBacktrace (Mono.Debugging.Client.Backtrace bt) [0x00022] in /Users/kumpera/src/monodevelop/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggingService.cs:805
at MonoDevelop.Debugger.DebuggingService.set_ActiveThread (Mono.Debugging.Client.ThreadInfo value) [0x00016] in /Users/kumpera/src/monodevelop/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggingService.cs:793
at MonoDevelop.Debugger.ThreadsPad.OnRowActivated (System.Object s, Gtk.RowActivatedArgs args) [0x00033] in /Users/kumpera/src/monodevelop/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/ThreadsPad.cs:188
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&amp;)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00054] in /private/tmp/source/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-3.0.12/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
--- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00069] in /private/tmp/source/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-3.0.12/mcs/class/corlib/System.Reflection/MonoMethod.cs:238
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in /private/tmp/source/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-3.0.12/mcs/class/corlib/System.Reflection/MethodBase.cs:114
at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x000d5] in /private/tmp/source/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-3.0.12/mcs/class/corlib/System/Delegate.cs:424
at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00018] in /private/tmp/source/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-3.0.12/mcs/class/corlib/System/MulticastDelegate.cs:72
at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in /private/tmp/source/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-3.0.12/mcs/class/corlib/System/Delegate.cs:398
at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000] in &lt;filename unknown&gt;:0
at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] in &lt;filename unknown&gt;:0
at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] in &lt;filename unknown&gt;:0 </Exception></CrashLog>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment