Skip to content

.Net C RunFsc.sh StackOverflowE for --f/w net4.6.1, macOS #3546

@haf

Description

@haf

I decided to give .net core for F# a try (due to the last couple of days problems I've had) for our project. It gives a StackOverflowException during compilation for .Net 4.6.1.

Repro steps

For Mono's clickety-click installer for v5.2.0:

export FrameworkPathOverride=/Library/Frameworks/Mono.framework/Versions/Current/Commands/../lib/mono/4.6.1-api/
dotnet build src/Domain --no-restore --framework net461 --verbosity detailed

using the pattern established here https://github.com/haf/Http.fs/blob/master/Rakefile#L52

To get the logs which contain detailed output, screen-share and/or git repo, please e-mail me at henrik at haf dot se.

Expected behavior

No stack overflows in the compiler bitte.

Actual behavior

Crash and burn.

Known workarounds

Don't use .Net core.

Related information

Provide any related information

  • Operating system, macOS 10.12
  • Branch, see log
  • .NET Runtime, CoreCLR or Mono Version, 2.0 as downloaded through brew cask install dotnet-sdk
  • Editing Tools (e.g. Visual Studio Version); none
  • Indications of severity: major, complete failure to compile software

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions