Skip to content

Instantly share code, notes, and snippets.

@mkrueger
Created October 11, 2012 09:37
Show Gist options
  • Select an option

  • Save mkrueger/3871280 to your computer and use it in GitHub Desktop.

Select an option

Save mkrueger/3871280 to your computer and use it in GitHub Desktop.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ExecutionEngineException: SIGILL
at (wrapper managed-to-native) Gtk.Container:gtk_container_remove (intptr,intptr)
at Gtk.Container.Remove (Gtk.Widget widget) [0x00000] in /Users/mkrueger/work/a/a/profiles/monodevelop-mac-dev/build-root/gtk-sharp-2-12-branch/_build/mono-gtk-sharp-b078aac/gtk/generated/Container.cs:303
at MonoDevelop.Components.Docking.DockFrame.AutoHide (MonoDevelop.Components.Docking.DockItem item, MonoDevelop.Components.Docking.AutoHideBox widget, Boolean animate) [0x00089] in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockFrame.cs:876
at MonoDevelop.Components.Docking.DockFrame+<AutoHide>c__AnonStorey7F.<>m__D9 (System.Object , System.EventArgs ) [0x00010] in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockFrame.cs:862
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) [0x000d5] in /Users/mkrueger/work/a/a/profiles/monodevelop-mac-dev/build-root/mono-2.10.10/_build/mono-2.10.10.git/mcs/class/corlib/System.Reflection/MonoMethod.cs:226
--- 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) [0x000eb] in /Users/mkrueger/work/a/a/profiles/monodevelop-mac-dev/build-root/mono-2.10.10/_build/mono-2.10.10.git/mcs/class/corlib/System.Reflection/MonoMethod.cs:234
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in /Users/mkrueger/work/a/a/profiles/monodevelop-mac-dev/build-root/mono-2.10.10/_build/mono-2.10.10.git/mcs/class/corlib/System.Reflection/MethodBase.cs:96
at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x000bf] in /Users/mkrueger/work/a/a/profiles/monodevelop-mac-dev/build-root/mono-2.10.10/_build/mono-2.10.10.git/mcs/class/corlib/System/Delegate.cs:413
at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00018] in /Users/mkrueger/work/a/a/profiles/monodevelop-mac-dev/build-root/mono-2.10.10/_build/mono-2.10.10.git/mcs/class/corlib/System/MulticastDelegate.cs:70
at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in /Users/mkrueger/work/a/a/profiles/monodevelop-mac-dev/build-root/mono-2.10.10/_build/mono-2.10.10.git/mcs/class/corlib/System/Delegate.cs:387
at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x0004f] in /Users/mkrueger/work/a/a/profiles/monodevelop-mac-dev/build-root/gtk-sharp-2-12-branch/_build/mono-gtk-sharp-b078aac/glib/Signal.cs:195
at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x0000c] in /Users/mkrueger/work/a/a/profiles/monodevelop-mac-dev/build-root/gtk-sharp-2-12-branch/_build/mono-gtk-sharp-b078aac/glib/SignalClosure.cs:118
at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00075] in /Users/mkrueger/work/a/a/profiles/monodevelop-mac-dev/build-root/gtk-sharp-2-12-branch/_build/mono-gtk-sharp-b078aac/glib/SignalClosure.cs:146
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment