| 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: | CONFIRMED --- | ||
| Severity: | crash | CC: | aehancoc, brianbthompson, dolphin-bugs-null, friedman.edo, friesoft, gaspump, hlebets, info, kdedev, laszlo.bejczi, shaytzedaka123, taurnil.oronar |
| Priority: | VHI | 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/Implemented 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. *** *** Bug 509727 has been marked as a duplicate of this bug. *** The latest duplicates are in Frameworks Version: 6.17.0 *** Bug 509682 has been marked as a duplicate of this bug. *** *** Bug 510252 has been marked as a duplicate of this bug. *** *** Bug 510799 has been marked as a duplicate of this bug. *** Unsubscribing per abuse report received. *** Bug 511332 has been marked as a duplicate of this bug. *** *** Bug 511387 has been marked as a duplicate of this bug. *** Is there a fix planned for this? there are so many duplicate bugs by now.. what's the status? Setting this back to confirmed. The latest commit referenced was merged, but that wasn't all the work that's needed (this is a ccbug) *** Bug 512018 has been marked as a duplicate of this bug. *** |