-
-
Notifications
You must be signed in to change notification settings - Fork 675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when sorting by folder name #1416
Labels
bug
Something isn't working
Comments
Same thing with the same app version installed using brew, MacOS. stacktrace
7.0 fails the same. Here is the way I installed it:
6.1 the same:
gtk version:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
Czkawka crashes when attempting to sort or group duplicates by directory. (Similar crash can occur when I try to select files by path or with Regex.)
The crash occurs regardless of the dataset size and has been reproduced consistently on my system. The application exits with a critical GTK error and panics.
Steps to reproduce:
What I Expected to Happen: The application should sort or group duplicates by directory without any errors or crashes.
What Actually Happened: The application crashes, displaying the following terminal error:
Running with RUST_LOG=debug consistently reproduces the issue.
The crash does not occur when listing or sorting duplicates by file size or name—only when sorting by directory.
Cache files were verified to be intact, with no missing or corrupted entries.
Steps Taken:
Verified the issue with a variety of datasets and duplicate groups.
Cleared and rebuilt caches to rule out cache-related issues.
Tested with both cached and non-cached duplicate sets.
Attachments:
czkawka_debug.log
Other Notes:
This issue seems related to the gtk_list_store_get_value function, possibly indicating a mismatch in data type handling within the GUI’s tree model when grouping by directory.
Running the app in debug mode (RUST_LOG=debug) does not avoid the crash.
Debug log
System
The text was updated successfully, but these errors were encountered: