https://bugs.kde.org/show_bug.cgi?id=480091
Bug ID: 480091 Summary: kdeconnectd dies upon connection Classification: Applications Product: kdeconnect Version: 23.08.4 Platform: Arch Linux OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: common Assignee: albertv...@gmail.com Reporter: j...@jonawagner.me CC: andrew.g.r.hol...@gmail.com Target Milestone: --- Created attachment 165071 --> https://bugs.kde.org/attachment.cgi?id=165071&action=edit GDB logs SUMMARY kdeconnectd process stops upon receiving a connection from my android phone, other devices (tested with an iPad) seem to be working. STEPS TO REPRODUCE This isn't 100% reproducible, more like 90%, it happens pretty much daily on boot up. I can fix it by restarting kdeconnectd often enough, eventually it just starts working. OBSERVED RESULT kdeconnectd keeps stopping with SIGTERM EXPECTED RESULT kdeconnectd works SOFTWARE/OS VERSIONS Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.27.10 KDE Frameworks Version: 5.114.0 Qt Version: 5.15.12 ADDITIONAL INFORMATION I did some debugging. First let me describe my debug method: For debugging: `gdb /usr/lib/kdeconnectd` >(gdb) catch signal all >Catchpoint 1 (any signal) >(gdb) commands 1 >Type commands for breakpoint(s) 1, one per line. >End with a line saying just "end". >>bt >>continue >>end When the process exits gracefully (because KDEconnectd is already started by a systemd unit named `dbus-:1.3-org.kde.kdeconnect@<counter>.service`): `pkill kdeconnectd` and restart kdeconnectd in gdb. I did a traces with both my android phone which stops kdeconnectd and my iPad which works correctly. When connecting the android phone kdeconnectd seems to perform a fork, which kills it. Please see the attachment for the trace(s). -- You are receiving this mail because: You are watching all bug changes.