Summary: | Dolphin crashes in KFileItemModel::ItemData::~ItemData() when I empty trash | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Łukasz Konieczny <ftefrjbhfvasf32> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | ftefrjbhfvasf32, kfm-devel, meven.car, meven29, nate |
Priority: | NOR | Keywords: | drkonqi |
Version: | 20.08.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=426657 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Łukasz Konieczny
2020-10-31 22:38:26 UTC
Thank you for this bug report. Do you have any idea how you managed to get items duplicated ? This is most likely the bug origin causing later a double free causing this crash. I don't have any idea. Perhaps Dolphin has problems if there are too large files in trash? I had some large files then and total amount of used space in trash was around 400 MiB. (In reply to Łukasz Konieczny from comment #2) > I don't have any idea. Perhaps Dolphin has problems if there are too large > files in trash? I had some large files then and total amount of used space > in trash was around 400 MiB. The issue comes from a logic issue. File size in inconsequential most likely. Is there double files in ~/.local/share/Trash/info/ as well compared to the trash "real" content in "~/.local/share/Trash/files" ? Duplicate entries where also seen by other reporters; might be caused by the Tree view mode. Do you use this? See also bug 426657. I have thrown 7.4 GiB of data into trash. Dolphin duplicates files in trash and crashes even when I go back from trash to earlier directory. @Christoph Feck [[[Duplicate entries where also seen by other reporters; might be caused by the Tree view mode. Do you use this?]]] No matter which view mode I use, Dolphin shows duplicated files in trash. I have thrown 3 files, Dolphin shows 6. @Méven Car [[[Is there double files in ~/.local/share/Trash/info/ as well compared to the trash "real" content in "~/.local/share/Trash/files" ?]]] In both directories mentioned by you I have now 3 files. There is everything OK. Dolphin only erratically shows 6 files in trash:/ Moreover, Dolphin doesn't show duplicated files every time. It only shows duplicated files every time I move to trash some large files. Now I have thrown to trash three files which are 7.4 GiB in total. Dolphin showed them duplicated, then crashed when I went back to earlier directory. When I launched Dolphin once again, those files in trash were not duplicated. I could then empty the trash successfully. Perhaps the problem is caused by tree view mode. I wrote that problem occurs no matter which view mode I choose. But I had initially tree view mode. When I set view to icon view mode and threw those files to trash, they were not duplicated. Resolving according to comment 6. *** This bug has been marked as a duplicate of bug 422282 *** |