https://bugs.kde.org/show_bug.cgi?id=374228
Elvis Angelaccio <elvis.angelac...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |elvis.angelac...@kde.org --- Comment #1 from Elvis Angelaccio <elvis.angelac...@kde.org> --- This is a known issue, but the bug is not in Dolphin. See also https://bugs.kde.org/show_bug.cgi?id=75324#c20 and following comments. For example, if I run dolphin in gdb and I reproduce the freeze, backtrace says: Thread 1 "dolphin" received signal SIGINT, Interrupt. 0x00007fffef326e55 in _xstat () from /usr/lib/libc.so.6 (gdb) bt #0 0x00007fffef326e55 in _xstat () from /usr/lib/libc.so.6 #1 0x00007ffff00a3770 in ?? () from /usr/lib/libQt5Core.so.5 #2 0x00007ffff003bfa8 in QFileInfo::exists(QString const&) () from /usr/lib/libQt5Core.so.5 #3 0x00007ffff5eedcd0 in KFileItemActions::addServiceActionsTo (this=0x7fffffffb610, mainMenu=0xfe2c50) at /home/elvis/dev/kde/src/kio/src/widgets/kfileitemactions.cpp:282 #4 0x00007ffff7b11edf in DolphinContextMenu::addServiceActions (this=0xfe2c50, fileItemActions=...) at /home/elvis/dev/kde/src/dolphin/src/dolphincontextmenu.cpp:487 #5 0x00007ffff7b10c5f in DolphinContextMenu::openViewportContextMenu (this=0xfe2c50) at /home/elvis/dev/kde/src/dolphin/src/dolphincontextmenu.cpp:358 which means the hang is in the low-level filesystem calls... Workaround: don't use sshfs + Dolphin, use the sftp ioslave instead (type sftp://user@server in the Dolphin URL bar). You many need to install the kio-extras package if you don't have it already. -- You are receiving this mail because: You are watching all bug changes.