Skip to content

Instantly share code, notes, and snippets.

@kg
Created April 18, 2019 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kg/3a67278d7afa76ca4096d168e8a62837 to your computer and use it in GitHub Desktop.
Save kg/3a67278d7afa76ca4096d168e8a62837 to your computer and use it in GitHub Desktop.
kate@reeir-debian2:~/Projects/mono/mcs/build$ tail -f compiler-server.log
at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser..ctor (Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.Lexer lexer, Microsoft.CodeAnalysis.CSharp.CSharpSyntaxNode oldTree, System.Collections.Generic.IEnumerable`1[T] changes, Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LexerMode lexerMode, System.Threading.CancellationToken cancellationToken) [0x0000b] in <d6728d536b884cd2af1698e1ee49045c>:0
at Microsoft.CodeAnalysis.CSharp.CSharpSyntaxTree.ParseText (Microsoft.CodeAnalysis.Text.SourceText text, Microsoft.CodeAnalysis.CSharp.CSharpParseOptions options, System.String path, System.Threading.CancellationToken cancellationToken) [0x00024] in <d6728d536b884cd2af1698e1ee49045c>:0
at Microsoft.CodeAnalysis.CSharp.SyntaxFactory.ParseSyntaxTree (Microsoft.CodeAnalysis.Text.SourceText text, Microsoft.CodeAnalysis.ParseOptions options, System.String path, System.Threading.CancellationToken cancellationToken) [0x00000] in <d6728d536b884cd2af1698e1ee49045c>:0
at Microsoft.CodeAnalysis.CSharp.CSharpCompiler.ParseFile (Microsoft.CodeAnalysis.CSharp.CSharpParseOptions parseOptions, Microsoft.CodeAnalysis.CSharp.CSharpParseOptions scriptParseOptions, Microsoft.CodeAnalysis.Text.SourceText content, Microsoft.CodeAnalysis.CommandLineSourceFile file) [0x00015] in <d6728d536b884cd2af1698e1ee49045c>:0
at Microsoft.CodeAnalysis.CSharp.CSharpCompiler.ParseFile (Microsoft.CodeAnalysis.CSharp.CSharpParseOptions parseOptions, Microsoft.CodeAnalysis.CSharp.CSharpParseOptions scriptParseOptions, System.Boolean& addedDiagnostics, Microsoft.CodeAnalysis.CommandLineSourceFile file, Microsoft.CodeAnalysis.DiagnosticBag diagnostics, System.String& normalizedFilePath) [0x0005d] in <d6728d536b884cd2af1698e1ee49045c>:0
at Microsoft.CodeAnalysis.CSharp.CSharpCompiler+<>c__DisplayClass8_0.<CreateCompilation>b__0 (System.Int32 i) [0x0002b] in <d6728d536b884cd2af1698e1ee49045c>:0
--- PID=22151 TID=15 Ticks=149019178: Inner exception[1] 'The type initializer for 'System.MemoryExtensions' threw an exception.'. Stack trace:
The type initializer for 'System.MemoryExtensions' threw an exception.
--- PID=22151 TID=15 Ticks=149019178: Inner exception[2] 'Could not load file or assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.'. Stack trace:
Could not load file or assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
^C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment