jRimbault / yadf

Yet Another Dupes Finder
MIT License
51 stars 0 forks source link

after upgrade to 1.0.0 stop of execution #8

Open plavcik opened 2 years ago

plavcik commented 2 years ago

on OpenBSD 7.1 amd64 on filesystem ffs and also on mfs filesystem

yadf -V
yadf 1.0.0
yadf -vvv
[2022-05-30T06:51:02Z DEBUG yadf] Args { paths: ["/tmp"], format: Fdupes, algorithm: AHash, no_empty: false, min: None, max: None, max_depth: None, hard_links: false, regex: None, pattern: None, verbosity: Verbosity { verbose: 3, quiet: 0, default: 0 }, rfactor: None, output: None }
[2022-05-30T06:51:02Z DEBUG yadf] Yadf { paths: ["/tmp"], minimum_file_size: None, maximum_file_size: None, max_depth: None, regex: None, glob: None, hard_links: false }
[2022-05-30T06:51:02Z DEBUG yadf] using AHash hashing
[2022-05-30T06:51:02Z DEBUG yadf::fs::heuristic] "/tmp" may be on a Unknown(-1)

it's stops there. Older version worked (but don't know version number).

jRimbault commented 2 years ago

Hi, thank you for the report

yadf should output an error report when crashing, unless there's no more available memory.

There's definitely something going on, though I currently don't have a BSD system to test it.

In the meantime I would recommend you use fclones it has many of the same features and more.