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

Null ref in PythonAnalyzerSession.Analyze #1501

Closed
MikhailArkhipov opened this issue Sep 3, 2019 · 1 comment
Closed

Null ref in PythonAnalyzerSession.Analyze #1501

MikhailArkhipov opened this issue Sep 3, 2019 · 1 comment
Assignees
Labels

Comments

@MikhailArkhipov
Copy link

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)
@MikhailArkhipov
Copy link
Author

#1482 fixes this.

@MikhailArkhipov MikhailArkhipov self-assigned this Sep 18, 2019
@MikhailArkhipov MikhailArkhipov added this to the September 2019.1 milestone Sep 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant