[Mono-bugs] [Bug 419828] Verifier causes F# to fail on Mono trunk
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun May 10 14:33:08 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=419828
User miguel at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=419828#c4
Miguel de Icaza <miguel at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |miguel at novell.com
AssignedTo|mono-bugs at lists.ximian.com |rkumpera at novell.com
Summary|F# on mono fails |Verifier causes F# to fail
| |on Mono trunk
--- Comment #4 from Miguel de Icaza <miguel at novell.com> 2009-05-10 12:33:04 MDT ---
Installing a newer version (download FSharp-1.9.6.2 zip's file from Microsoft's
download center) and then do:
cd FSharp-1.9.6.2
sh install-mono.sh
mono bin/fsi.exe test.ml
Produces a verifier error now:
System.InvalidProgramException: Invalid IL code in FSI_0002.Test:map<int, int>
(Microsoft.FSharp.Core.FastFunc`2<int,
int>,Microsoft.FSharp.Collections.List`1<int>): IL_0066: nop
at FSI_0002.Test.map[Int32,Int32] (Microsoft.FSharp.Core.FastFunc`2 f,
Microsoft.FSharp.Collections.List`1 l) [0x00000]
at <StartupCode$FSI_0002>.$FSI_0002_Test._main () [0x00000]
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke
(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) [0x00000]
stopped due to error
>
[1]+ Stopped mono bin/fsi.exe test.ml
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list