stats crashes in batch mode after 1018 lines #3842
Labels
bug
Something isn't working
good first issue
Good for newcomers
Products
Issues which are impacting the products group
ISIS version(s) affected: 4.1.0_RC1
Description
stats fails with unable to open the FROM cube after 1018 lines of batch mode. lsof shows the input cubes are not being closed after each loop of the batch file processing.
See #3841 for a similar problem
How to reproduce
Run ulimit -n to see what your open file limit is
Run stats with -batch=some_file with more lines than your limit of open files
Possible Solution
Close all open files before returning
Additional context
The text was updated successfully, but these errors were encountered: