Summary: | Dolphin randomly skips files on large transfers by copy or move | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Cacciatore <cacciatoredisirene> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED DUPLICATE | ||
Severity: | critical | CC: | frank78ac, kde, kdelibs-bugs, merikes.lists |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Cacciatore
2015-09-15 17:32:30 UTC
Thanks for the bug report. This might be an issue with the KIO framework, which handles file transfers for Dolphin and other KDE applications. What are your Dolphin and kdelibs or KDE Frameworks versions? Hello Frank, Here is some additional info regarding your request kdelibs version is 4.14.11-1 dolphin 15.0.8.0-2 plasma-framework 5.13.0-1 Thanks for the quick reply. Reassigning to frameworks-kio (which is used by Dolphin 15.08). This is bug 162211 / bug 333436, which unfortunately no developer was able to reproduce. Hello Christoph I'm really sorry to hear that. Have you tried with real files e.g. a 100gb folder filled with photos with multiple subfolders etc? 20gb with documents of various types? I think I had read on a forum that when someone tries to reproduce this but with zero filled files, this bug does not activate. Git commit 2beb1a0ad23177f7dc2e5ee622bed3a70f671278 by David Edmundson. Committed on 26/11/2018 at 13:17. Pushed by davidedmundson into branch 'Plasma/5.12'. Set error if a kjob host disappears from kuiserver with active jobs Summary: If the host of a kjob crashes or is killed kuiserver currently reports that the job has been completed successfully. This is seriously wrong as it could lead a user to perform a potentially destructive operation. Setting any error (that's not 0 or 1) will cause plasmashell, the main kuiserver view, to show a persistent notification that a job has failed. For master I will use a more correct new enum, new error text, and a way to tell for KIO operations to report to the uiserver if the host crashing is important or not. Test Plan: Whilst copying a million files killed dolphin Got a persistent error instead of a success message on the last file it was on Moving files successfully then killing the app remained fine Reviewers: #plasma, broulik Reviewed By: #plasma, broulik Subscribers: broulik, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D17171 M +1 -0 kuiserver/progresslistmodel.cpp https://commits.kde.org/plasma-workspace/2beb1a0ad23177f7dc2e5ee622bed3a70f671278 *** This bug has been marked as a duplicate of bug 162211 *** |