【发布时间】:2011-02-17 07:24:51
【问题描述】:
使用本地和在线存储库添加 F# 绑定 - 相同的错误。
单开发:2.4.2.1
gtk-sharp-2.12.10.win32
MonoDevelop.FSharpBinding_2.4
Windows 操作系统
错误堆栈:
System.Reflection.TargetInvocationException: target of an invocation throws an exception. ---> System.AccessViolationException: Attempted to read or write protected memory. This often indicates that other memory is corrupt.
в Gtk.Application.gtk_main_iteration()
в Gtk.Application.RunIteration()
в Mono.Addins.Gui.InstallMonitor.WaitForCompleted()
в Mono.Addins.Gui.AddinInstallDialog.Install()
в Mono.Addins.Gui.AddinInstallDialog.OnPageChanged()
в Mono.Addins.Gui.AddinInstallDialog.OnNextPage(Object sender, EventArgs e)
--- end of internal stack ---
в System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
в System.Delegate.DynamicInvokeImpl(Object[] args)
в GLib.Signal.ClosureInvokedCB(Object o, ClosureInvokedArgs args)
в GLib.SignalClosure.Invoke(ClosureInvokedArgs args)
в GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
也许我需要从主干尝试 monodevelop ?
【问题讨论】:
标签: f# mono monodevelop