Created
July 31, 2013 17:58
-
-
Save kumpera/6124438 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| </SystemInformation><Exception>System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> 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 <filename unknown>: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 <filename unknown>:0 | |
| at (wrapper delegate-invoke) <Module>: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.<SetCurrentBacktrace>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&) | |
| 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 <filename unknown>:0 | |
| at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>: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 <filename unknown>:0 </Exception></CrashLog> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment