Summary: | Dolphin crashed on accessing folder mounted over WebDAV | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | zylsjsp |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | crash | CC: | akselmo, kfm-devel |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 23.08.3 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | error: unable to connect |
Description
zylsjsp
2023-12-01 13:03:46 UTC
Same issue again. Backtrace only differs in program address, and symbols are all the same. This time I was opening a intergrated terminal in dolphin, noticed shell didn't cd to directory under /run/user/1000/kio-*/ , and dolphin crashed after a while. I can't get Dolphin to crash, I just get following in the integrated terminal/; bash: cd: /run/user/1000/kio-fuse-EXEgPW/remote/nextcloud: Input/output error Wonder if this is distro specific? I'm on Fedora KDE 39. I tried both Plasma 6 and Plasma 5, both do not crash. Tested same on freshly installed Arch Linux VM, could not reproduce. Same thing happens as with my previous comment. Could you try to reproduce this in Plasma 6? You can use Plasma 6 in virtual machine, such as KDE Neon Unstable, to see if it happens. If it does, please install also debug symbols for dolphin, kio and kio-extras and send a backtrace. Thank you! Created attachment 164004 [details] error: unable to connect (In reply to Akseli Lahtinen from comment #4) > Could you try to reproduce this in Plasma 6? You can use Plasma 6 in virtual > machine, such as KDE Neon Unstable, to see if it happens. If it does, please > install also debug symbols for dolphin, kio and kio-extras and send a > backtrace. Thank you! Sorry to tell I failed to reproduce this in Plasma 6. I'm testing on my qemu arch vm, but the network folder wizard tells me an error that it's unable to connect to server. Through the background you can see the firefox works well. That's odd.. Can you connect to it by just typing webdav://address:port to the location bar of Dolphin? (In reply to Akseli Lahtinen from comment #6) > That's odd.. > > Can you connect to it by just typing webdav://address:port to the location > bar of Dolphin? Prompts (In reply to Akseli Lahtinen from comment #6) > That's odd.. > > Can you connect to it by just typing webdav://address:port to the location > bar of Dolphin? (In reply to Akseli Lahtinen from comment #6) > That's odd.. > > Can you connect to it by just typing webdav://address:port to the location > bar of Dolphin? No. Prompts file or folder does not exist. And same url can be accessed in my host computer's dolphin, with a prompt asking for my webdav user & pass. BTW I also noticed the internal command prompt of dolphin can't cd to some very long path ( common in my torrent directory ). The bug causes the dolphin end up with a status that the file window cancels to enter the false path while the command shell actually changed the right path. More exactly, as I opened `/run/media/zentino/Data/Torrent/[DMG&VCB-Studio] BOCCHI THE ROCK! [Ma10p_1080p]/CDs/[230522] 「光の中へ」/結束バンド [24bit_48kHz] (flac)` , the fake path is `/run/media/zentino/Data/Torrent/[DMG&VCB-Studio] BOCCHI THE ROCK! [Ma10p_1080p]/CDs/[230522] 「光の中へ」/結束バンド [24bit_48kHz] )/` , and the issue is not with another path `/run/media/zentino/Data/Torrent/[DMG&VCB-Studio] BOCCHI THE ROCK! [Ma10p_1080p]/CDs/[230524] 「光の中へ」/結束バンド (flac+webp)/` , which is a few characters less. I hope this information will help you to determine which code the bug is from. |