http://bugzilla.novell.com/show_bug.cgi?id=419828

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=419828#c4


Miguel de Icaza <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
         AssignedTo|[email protected]  |[email protected]
            Summary|F# on mono fails            |Verifier causes F# to fail
                   |                            |on Mono trunk




--- Comment #4 from Miguel de Icaza <[email protected]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to