You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
No reliable repro, happened in tests. Looks like _walker became null.
System.NullReferenceException: Object reference not set to an instance of an object.
at void Microsoft.Python.Analysis.Analyzer.PythonAnalyzerSession.Analyze(IDependencyChainNode<PythonAnalyzerEntry> node, AsyncCountdownEvent ace, Stopwatch stopWatch) in F:/PLS/src/Analysis/Ast/Impl/Analyzer/PythonAnalyzerSession.cs:line 290
at Task Microsoft.Python.Analysis.Analyzer.PythonAnalyzerSession.StartAnalysis(IDependencyChainNode<PythonAnalyzerEntry> node, AsyncCountdownEvent ace, Stopwatch stopWatch)+() => { } in F:/PLS/src/Analysis/Ast/Impl/Analyzer/PythonAnalyzerSession.cs:line 243
at void System.Threading.Tasks.Task.ExecuteWithThreadLocal(ref Task currentTaskSlot)
The text was updated successfully, but these errors were encountered:
No reliable repro, happened in tests. Looks like
_walker
became null.The text was updated successfully, but these errors were encountered: