SIFT tends to crash when loading datasets from the same FCI repeat cycle in separate Open File Wizard calls #415
Labels
bug
Something isn't working
component: workspace
EUM-WIP
This issue is (scheduled to) being worked on by EUM
Problem
To reproduce the issue:
After this, and during the Scene opening and loading operations, SIFT has been observed to crash and disappar with a Segfault. However, this does not happen every time consistently.
This has been observed on a Linux system.
Analysis
The suspect is that it is an issue with multiple accesses to open NetCDF files. Since the Scene gets reinitialised at every Open File Wizard call anyway, possibly a better cleanup/closing/deleting/garbage-collecting of Scene/Filehandlers might fix the issue.
Possibly related to pytroll/satpy#2092
The text was updated successfully, but these errors were encountered: