[Mono-list] F# crash

Alex xtzgzorex at gmail.com
Wed Sep 28 11:22:13 EDT 2011


Hi,

This is hard to say. It would be great if you could reduce this to a
smaller test case, because debugging through that entire source base
is a bit too much. I'm not sure if FSC uses System.Xml, but if that is
the case, then Mono's implementation may have some bug(s) Microsoft's
doesn't (I'm assuming this works under MS.NET).

Regards,
Alex

On Wed, Sep 28, 2011 at 1:33 PM, Kakadu <KakaduHafanana at yandex.ru> wrote:
> hi!
>
> I've install mono 2.10 from debian.meeby.net/experimental and I've compiled F# from this sources and I've installed PowerPack archive from MS's site.
>
> I'm trying to compile this code (http://claret.googlecode.com/svn/trunk/) using makefile below
> --------------------------------------------------------------------------
> OPTIONS=--target:library --out:bin/Debug/Lexer.dll --mlcompatibility
> FSC=fsharpc --noframework --nologo $(OPTIONS)
> LIBS=-r:/usr/lib/fsharp/FSharp.Core.dll \
>    -r:/usr/lib/mono/4.0/mscorlib.dll \
>    -r:/usr/lib/mono/4.0/System.dll \
>    -r:/usr/lib/fsharp/FSharp.PowerPack.dll \
>    -r:/usr/lib/fsharp/FSharp.PowerPack.Compatibility.dll \
>    -r:/usr/lib/fsharp/FSharp.PowerPack.Build.Tasks.dll \
>
> all:
>        fslex clexer.fsl
>        $(FSC) $(LIBS) LexingStub.fs pretty.fs errormsg.fs cabs.fs cabshelper.fs whitetrack.fs lexerhack.fs \
>               Tokens.fs clexer.fs Lexer.fs
>
> ------------------------------------------------------------------
>
> And F# compiler crashes. https://gist.github.com/1238249
>
> I don't know is this problem mono's or F#'s. Can u give me a tip?
>
> --
> Best wishes,
> Kakadu
>
> P.S. Makefile is not a problem. I have the same crash while using monodevelop.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


More information about the Mono-list mailing list