fdupes icon indicating copy to clipboard operation
fdupes copied to clipboard

Running with delete on a very large set of files causes fdupes to be aborted

Open Tiago-FM opened this issue 11 months ago • 1 comments

Hello, Tried to run on a very large set of files (~400k) where about 230k are duplicates but fdupes aborted with:

free(): invalid pointer
Aborted (core dumped)

after printing a couple of lines of what it will delete. I'm running version 2.3.0 on a Ubuntu 22.04 in a ZFS mount. the command used was: fdupes -r -c -n -d -N . Cheers

Tiago-FM avatar Mar 05 '24 18:03 Tiago-FM