Bug 493469 - kdeconnect freezes dolphin
Summary: kdeconnect freezes dolphin
Status: REPORTED
Alias: None
Product: kdeconnect
Classification: Applications
Component: android-application (show other bugs)
Version: 24.08.1
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Albert Vaca Cintora
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-22 09:39 UTC by Andreas Gunkel
Modified: 2024-10-14 14:33 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Gunkel 2024-09-22 09:39:32 UTC
dolphin no longer responds when accessing an Android smartphone. Quitting Dolphin does not work. Even a “kill -9” of the processes does not work:

gunkel@Nexus:~> kill -9 4315
gunkel@Nexus:~> ps ax | grep dolphin
 4315 ?        Zl     0:01 [dolphin] <defunct>

only by logging in again or restarting the computer does dolphin work again.

testet with:
OpenSuse Leap 15.6 & KDE 5
Manjaro & KDE 6

Android 13 (Google Pixel 4a)
Comment 1 Thomas Bertels 2024-10-14 14:32:21 UTC
Ideally, there's two things to fix:
- kdeconnnect which eats up all cpu
- dolphin which hangs because of kdeconnect (so that future bugs don't hang dolphin)

The dolphin part happens when right clicking on a file because dolphin tries to create the Share context menu entry. The backtrace mentions kdeconnectfileitemaction.so (no symbol server with Manjaro).