Summary: | KDE connect daemon always crashes | ||
---|---|---|---|
Product: | [Applications] kdeconnect | Reporter: | Bart <bart> |
Component: | common | Assignee: | Albert Vaca Cintora <albertvaka> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | Info.sbphotographics, kpcaldw, nicolas.fella, skater2101 |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 1.3.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/kdeconnect-kde/commit/3fc7df550ba00341f8a4b1888f264e1361cb3d4d | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Bart
2019-03-08 08:34:45 UTC
Looks like there is an issue with the certificate. Can you please move ~/.config/kdeconnect/ to some other place and then delete the original folder and check if the problem persists? Hi, After checking the certificates mentioned in that folder, I could see that the pem files were empty: -rw------- 1 0 Mar 4 16:45 ../kdeconnect/privateKey.pem -rw------- 1 0 Mar 4 16:45 ../kdeconnect/certificate.pem removing the directory and restarting kde connect indeed resolved the problem. thanks! Git commit 09ba6b76318275bd1128ace68180e3ca789fed44 by Albert Vaca Cintora, on behalf of Albert Vaca. Committed on 08/05/2019 at 20:56. Pushed by albertvaka into branch 'albertvaka/kdeconnect-kde-master'. Better error handling when loading cert and key M +1 -0 core/daemon.h M +95 -42 core/kdeconnectconfig.cpp M +2 -3 core/kdeconnectconfig.h M +8 -0 daemon/kdeconnectd.cpp M +4 -0 tests/testdaemon.h https://invent.kde.org/kde/kdeconnect-kde/commit/09ba6b76318275bd1128ace68180e3ca789fed44 Git commit 3a2ada53993fc098be248c9e619bcece0bf074e1 by Albert Vaca. Committed on 11/03/2019 at 12:49. Pushed by albertvaka into branch 'albertvaka/master'. Better error handling when loading cert and key M +1 -0 core/daemon.h M +95 -42 core/kdeconnectconfig.cpp M +2 -3 core/kdeconnectconfig.h M +8 -0 daemon/kdeconnectd.cpp M +4 -0 tests/testdaemon.h https://invent.kde.org/kde/kdeconnect-kde/commit/3a2ada53993fc098be248c9e619bcece0bf074e1 Git commit 3fc7df550ba00341f8a4b1888f264e1361cb3d4d by Albert Vaca Cintora, on behalf of Albert Vaca. Committed on 08/05/2019 at 22:03. Pushed by albertvaka into branch 'master'. Better error handling when loading cert and key M +1 -0 core/daemon.h M +95 -42 core/kdeconnectconfig.cpp M +2 -3 core/kdeconnectconfig.h M +8 -0 daemon/kdeconnectd.cpp M +4 -0 tests/testdaemon.h https://invent.kde.org/kde/kdeconnect-kde/commit/3fc7df550ba00341f8a4b1888f264e1361cb3d4d Created attachment 126966 [details]
New crash information added by DrKonqi
kdeconnectd (1.3.5) using Qt 5.13.2
- What I was doing when the application crashed:
1) ctrl+alt+f2
2) root login
3) dnf update
4) reboot system
After each launch the application crashes.
Ryzen 5 2600x, b450
installed video cards in the system of gtx 1660 and gtx 960. If it matters.
-- Backtrace (Reduced):
#6 0x00007f3a666b84ec in QSslCertificate::subjectInfo(QSslCertificate::SubjectInfo) const () from /lib64/libQt5Network.so.5
#7 0x00007f3a67fe2a35 in KdeConnectConfig::deviceId() () from /lib64/libkdeconnectcore.so.1
#8 0x00007f3a67fe7c26 in NetworkPacket::createIdentityPacket(NetworkPacket*) () from /lib64/libkdeconnectcore.so.1
#9 0x00007f3a67fc4954 in LanLinkProvider::broadcastToNetwork() () from /lib64/libkdeconnectcore.so.1
[...]
#11 0x00007f3a66da818b in QTimer::timeout(QTimer::QPrivateSignal) () from /lib64/libQt5Core.so.5
Created attachment 153254 [details]
New crash information added by DrKonqi
kdeconnectd (21.04.3) using Qt 5.15.2
- What I was doing when the application crashed:
this happens every time and is not fixed.
This started happening when i switched to gnome and installed gsconnect. i removed that and gnome and switched back to KDE, now this issue has started occurring
-- Backtrace (Reduced):
#4 0x00007feec0f105f6 in KdeConnectConfig::deviceId() () from /lib64/libkdeconnectcore.so.21
#5 0x00007feec0f152f7 in NetworkPacket::createIdentityPacket(NetworkPacket*) () from /lib64/libkdeconnectcore.so.21
#6 0x00007feec0f01280 in LanLinkProvider::broadcastToNetwork() () from /lib64/libkdeconnectcore.so.21
#7 0x00007feebfa1bf19 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
#8 0x00007feebfa1f1be in QTimer::timeout(QTimer::QPrivateSignal) () from /lib64/libQt5Core.so.5
*** Bug 481760 has been marked as a duplicate of this bug. *** |