-
-
Save ryansroberts/b6383af77fd6aa3a663483a743d6c003 to your computer and use it in GitHub Desktop.
Revisions
-
ryansroberts created this gist
Apr 6, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ ~/c/lolba ❯❯❯ dotnet build --native Compiling olba for NXCore,Version=v5.0 ompilation succeeded. 0 Warning(s) 0 Error(s) Time elapsed 00:00:05.8359092 Input Assembly: /Users/ryanroberts/code/lolba/bin/Debug/dnxcore50/lolba.dll Error: A positive capacity must be specified for a Memory Mapped File backed by an empty file. System.ArgumentException: A positive capacity must be specified for a Memory Mapped File backed by an empty file. at System.IO.MemoryMappedFiles.MemoryMappedFile.CreateFromFile(FileStream fileStream, String mapName, Int64 capacity, MemoryMappedFileAccess access, HandleInheritability inheritability, Boolean leaveOpen) at ILCompiler.SymbolReader.PortablePdbSymbolReader.TryOpenMetadataFile(String filePath, MetadataStringDecoder stringDecoder, MemoryMappedViewAccessor& mappedViewAccessor) at ILCompiler.SymbolReader.PortablePdbSymbolReader.TryOpen(String pdbFilename, MetadataStringDecoder stringDecoder) at ILCompiler.CompilerTypeSystemContext.InitializeSymbolReader(ModuleData moduleData) at ILCompiler.CompilerTypeSystemContext.AddModule(String filePath, String expectedSimpleName) at ILCompiler.CompilerTypeSystemContext.GetModuleFromPath(String filePath) at ILCompiler.Compilation.AddCompilationRoots() at ILCompiler.Compilation.CompileSingleFile() at ILCompiler.Program.Run(Stringrgs)