Skip to content

Instantly share code, notes, and snippets.

View darrenkopp's full-sized avatar

Darren Kopp darrenkopp

View GitHub Profile
@darrenkopp
darrenkopp / crash.txt
Created October 30, 2020 15:50
visual studio crash on ctrl + .
StreamJsonRpc.RemoteInvocationException : Specified argument was out of the range of valid values.
Parameter name: span
at async StreamJsonRpc.JsonRpc.InvokeCoreAsync[TResult](<Unknown Parameters>)
at async Microsoft.CodeAnalysis.Remote.RemoteEndPoint.InvokeAsync(<Unknown Parameters>)
at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)
---> (Remote Exception) {
"type": "System.ArgumentOutOfRangeException",
"message": "Specified argument was out of the range of valid values.\r\nParameter name: span",
"stack": " at Microsoft.CodeAnalysis.SyntaxNode.FindNode(TextSpan span, Boolean findInsideTrivia, Boolean getInnermostNodeForTie)\r\n at Microsoft.CodeAnalysis.FindSymbols.SymbolFinder.<FindLinkedSymbolsAsync>d__9.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices