Summary: | Saved Samba entry stopped working as of KDE Plasma 6.4 | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Jaroslav Krpálek <krpisjar> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | ASSIGNED --- | ||
Severity: | crash | CC: | aehancoc, friesoft, hlebets, info, kdedev, kfm-devel |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 25.04.3 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/-/merge_requests/1940/diffs?commit_id=0c0fd62b53469010a865cf8c637ed2822842a246 | Version Fixed In: | |
Sentry Crash Report: | https://crash-reports.kde.org/organizations/kde/issues/218766/events/3ea0318f7253489bb0d5e676e1c25603/ |
Description
Jaroslav Krpálek
2025-07-18 07:19:15 UTC
We had thought this was fixed in Frameworks 6.16.0 per bug 451050, but this is the same backtrace The good news is that this *may* be fixed by a merge request that's being worked on Git commit 2cf5289d9e994f830749eb30791aabe1719406f9 by Akseli Lahtinen. Committed on 28/07/2025 at 09:45. Pushed by akselmo into branch 'master'. KCoreDirLister: Do not list files again if the new url has same job When getting a redirection URL, we check if the URL already has a job or not. We also check that it's not the current job we're working on. If it has same job as given to the slot as parameter, we are not working on a new directory, but an old one. This can happen when we are in `sftp://foo@bar/home/foo`, then type `sftp://foo@bar` which in turn redirects us back to `sftp://foo@bar/home/foo`. In these cases, we know we're not working on a new directory, so we handle it through cache or refreshing it. This fixes crashes with the oldJob assert and also gives back to Qt the trailing slash handling, while keeping expected behavior. This also implements the mock test of commit 0808afd7 Related: bug 507278, bug 451050 M +4 -0 CMakeLists.txt M +70 -8 autotests/kdirlistertest.cpp M +3 -2 autotests/kdirlistertest.h M +9 -15 src/core/kcoredirlister.cpp M +4 -0 src/core/worker.cpp M +4 -0 src/core/worker_p.h https://invent.kde.org/frameworks/kio/-/commit/2cf5289d9e994f830749eb30791aabe1719406f9 *** Bug 508446 has been marked as a duplicate of this bug. *** *** Bug 508838 has been marked as a duplicate of this bug. *** *** Bug 509121 has been marked as a duplicate of this bug. *** *** Bug 509659 has been marked as a duplicate of this bug. *** |