Summary: | dolphin with >=kde-frameworks-5.20 crashes when copy+paste file in same directory | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Andreas Sturmlechner <asturm> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | chenghaomanzhouli, cordlandwehr, cyril.baletaud, demm, emmanuelpescosta099, hrvoje.senjan, jc_yeahright, kdelibs-bugs, lambdasoftware, mzs.112000, rapiteanu.catalin, rdieter, rjvbertin, ssadowsky |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kio/bf37e9aa27a2321f4a6ce7188a0901fabd47c962 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | dolphin kcrash with kio debug symbols |
Description
Andreas Sturmlechner
2016-03-13 17:54:36 UTC
*** Bug 360479 has been marked as a duplicate of this bug. *** *** Bug 359520 has been marked as a duplicate of this bug. *** I assume that this crash was introduced by this change [1]. [1] https://github.com/KDE/kio/commit/83578134b3ddb090248e6db1a699d9bdf7428fe0#diff-d5085d0df7ae867dd4049820c0ef2449R388 Created attachment 97873 [details]
dolphin kcrash with kio debug symbols
Added new crash log with more debug symbols.
Same here on gentoo, with kde-plasma-5.95.0 Possible fix: https://git.reviewboard.kde.org/r/127410/ (In reply to Emmanuel Pescosta from comment #6) > Possible fix: https://git.reviewboard.kde.org/r/127410/ Nice, works for me. Many thanks Emmanuel Git commit bf37e9aa27a2321f4a6ce7188a0901fabd47c962 by Emmanuel Pescosta. Committed on 19/03/2016 at 11:14. Pushed by emmanuelp into branch 'master'. Fix crash in rename dialog ResizePanels must only be called in case of overwrite, all other cases violate the preconditions. REVIEW: 127410 M +10 -1 src/widgets/renamedialog.cpp http://commits.kde.org/kio/bf37e9aa27a2321f4a6ce7188a0901fabd47c962 Dolphin won't crash when copying a same-name file from another folder. But it still will crash when copying and pasting a file in one folder. So I'm afraid it's still not fixed. *** Bug 361599 has been marked as a duplicate of this bug. *** *** Bug 360966 has been marked as a duplicate of this bug. *** *** Bug 360809 has been marked as a duplicate of this bug. *** *** Bug 361107 has been marked as a duplicate of this bug. *** Crash still occurs when pasting or renaming file. Dolphin Version 4.14.2 OS: Linux (x86_64) release 3.2.0-109-generic Compiler: x86_64-linux-gnu-gcc That's an old KDE4 version! I can confirm that Dolphin 16.08.0 (with FWs 5.24.0) doesn't crash when doing a copy/paste of a file without changing directories. It pops up a warning that offers to give the copy a new name. |