Skip to content
New issue

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

VS Crash - NullReferenceException in Analysis code #369

Closed
mousetraps opened this issue Aug 14, 2015 · 0 comments · Fixed by #458
Closed

VS Crash - NullReferenceException in Analysis code #369

mousetraps opened this issue Aug 14, 2015 · 0 comments · Fixed by #458
Assignees
Labels

Comments

@mousetraps
Copy link
Contributor

   at Microsoft.NodejsTools.Analysis.AnalysisUnit.ToString()
   at Microsoft.NodejsTools.Analysis.Analyzer.FunctionAnalysisUnit.ToString()
   at System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider, System.String, System.ParamsArray)
   at System.String.FormatHelper(System.IFormatProvider, System.String, System.ParamsArray)
   at System.String.Format(System.IFormatProvider, System.String, System.Object[])
   at System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache, System.String, System.Diagnostics.TraceEventType, Int32, System.String, System.Object[])
   at System.Diagnostics.TraceInternal.TraceEvent(System.Diagnostics.TraceEventType, Int32, System.String, System.Object[])
   at System.Diagnostics.Trace.TraceWarning(System.String, System.Object[])
   at Microsoft.NodejsTools.Analysis.AnalysisUnit.Analyze(Microsoft.NodejsTools.Analysis.Analyzer.DDG, System.Threading.CancellationToken)
   at Microsoft.NodejsTools.Analysis.Analyzer.DDG.Analyze(Microsoft.NodejsTools.Analysis.Deque`1<Microsoft.NodejsTools.Analysis.AnalysisUnit>, System.Threading.CancellationToken)
   at Microsoft.NodejsTools.Analysis.JsAnalyzer.AnalyzeQueuedEntries(System.Threading.CancellationToken)
   at Microsoft.NodejsTools.Intellisense.VsProjectAnalyzer+AnalysisQueue+GroupAnalysis.Analyze(System.Threading.CancellationToken)
   at Microsoft.NodejsTools.Intellisense.VsProjectAnalyzer+AnalysisQueue.Worker(System.Object)
   at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Threading.ThreadHelper.ThreadStart(System.Object)
@mousetraps mousetraps added the bug label Aug 14, 2015
@billti billti added this to the August milestone Aug 20, 2015
@billti billti modified the milestones: September, August Sep 11, 2015
mousetraps added a commit to mousetraps/nodejstools that referenced this issue Sep 15, 2015
mousetraps added a commit that referenced this issue Sep 15, 2015
#369 VS Crash - NullReferenceException in Analysis code
fix #369
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants