You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
Scanning for near duplicates on a large volume (1.2M photos - ~3TB) of old photos seems to work fine for a day or so but that hangs at 65% of the way after hashing ~800k photos. Attaching STDERR which showed panics and such earlier in the process but nothing bad recently.
Steps to reproduce:
Scan large volumes of old photos, some of which are likely corrupt.
Bug Description
Scanning for near duplicates on a large volume (1.2M photos - ~3TB) of old photos seems to work fine for a day or so but that hangs at 65% of the way after hashing ~800k photos. Attaching STDERR which showed panics and such earlier in the process but nothing bad recently.
Steps to reproduce:
Scan large volumes of old photos, some of which are likely corrupt.
Terminal output (optional):
cargo run --release --bin czkawka_gui --features "heif,libraw"
warning: struct
Hamming
is never constructed--> czkawka_core/src/similar_videos.rs:60:8
|
60 | struct Hamming;
| ^^^^^^^
|
= note:
#[warn(dead_code)]
on by defaultwarning:
czkawka_core
(lib) generated 1 warningCompiling czkawka_gui v7.0.0 (/Users/jasontitus/experiments/czkawka/czkawka_gui)
Finished
release
profile [optimized] target(s) in 6.28sRunning
target/release/czkawka_gui
16:06:36.895 [INFO] czkawka_core::common: App version: 7.0.0, release mode, rust 1.78.0 (2024-04-29), os Mac OS 14.4.1 [aarch64 64-bit], 20 cpu/threads
16:06:37.283 [INFO] czkawka_gui: Set thread number to 20
System
The text was updated successfully, but these errors were encountered: