We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide a succinct description of the issue.
Provide the steps required to reproduce the problem
Repro solution FSCompilerCrasher.zip
Basically, I just put in a record with 110 named 'int' fields.
Can compile release / optimizing mode without FSC.exe crashing out
Build of release/optimizing mode errors out with:
Microsoft.FSharp.Targets(277,9): error MSB6006: "fsc.exe" exited with code -1073741571
Cut down the number of fields in the records, or turn off optimization.
Provide any related information
Windows 10 Visual Studio 2019 16.0.4 Severe if you want a large record
The text was updated successfully, but these errors were encountered:
@supergrade,
110 isn't really that large a number of fields :-) , so for sure it should be able to cope with this. We will take a look, and thanks for the report.
Sorry, something went wrong.
This is a duplicate of #6258 and has been fixed. It will be available in the bits that correspond to the 16.1 release.
@cartermp is correct, VS2019.1 is quite close to release, you can download the preview from here:
https://visualstudio.microsoft.com/downloads/
click on download preview.
Thanks
Kevin
No branches or pull requests
Please provide a succinct description of the issue.
Repro steps
Provide the steps required to reproduce the problem
Repro solution
FSCompilerCrasher.zip
Basically, I just put in a record with 110 named 'int' fields.
Expected behavior
Can compile release / optimizing mode without FSC.exe crashing out
Actual behavior
Build of release/optimizing mode errors out with:
Microsoft.FSharp.Targets(277,9): error MSB6006: "fsc.exe" exited with code -1073741571
Known workarounds
Cut down the number of fields in the records, or turn off optimization.
Related information
Provide any related information
Windows 10
Visual Studio 2019 16.0.4
Severe if you want a large record
The text was updated successfully, but these errors were encountered: