Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Null ref in PythonAnalyzerSession.Analyze #1501

Closed
@MikhailArkhipov

Description

@MikhailArkhipov

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)

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions