Bug 403537 - kdeini5 crashes on each incoming IM message
Summary: kdeini5 crashes on each incoming IM message
Status: RESOLVED DUPLICATE of bug 402646
Alias: None
Product: frameworks-kinit
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR crash
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-23 20:07 UTC by Eugene Shalygin
Modified: 2019-02-15 01:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Shalygin 2019-01-23 20:07:53 UTC
KDE version: everything from git master (KDE Frameworks 5.54.0, Qt 5.12.0 (built against 5.12.0)

On each incoming ktp message, kdeinit5 crashes with the following stacktrace:

Application: kdeinit5 (kdeinit5), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[KCrash Handler]
#5  0x00007fa9db18e40b in raise () from /lib64/libc.so.6
#6  0x00007fa9db177535 in abort () from /lib64/libc.so.6
#7  0x00007fa9da5f2c5b in QMessageLogger::fatal(char const*, ...) const () from /usr/lib64/libQt5Core.so.5
#8  0x00007fa9d4e9d911 in KIO::SlaveBase::waitForAnswer(int, int, QByteArray&, int*) () from /usr/lib64/libKF5KIOCore.so.5
#9  0x00007fa9d4e9e2ed in KIO::SlaveBase::canResume(unsigned long long) () from /usr/lib64/libKF5KIOCore.so.5
#10 0x00007fa9d45599f6 in FileProtocol::put(QUrl const&, int, QFlags<KIO::JobFlag>) () from /usr/lib64/qt5/plugins/kf5/kio/file.so
#11 0x00007fa9d4ea51f6 in KIO::SlaveBase::dispatch(int, QByteArray const&) () from /usr/lib64/libKF5KIOCore.so.5
#12 0x00007fa9d4ea5996 in KIO::SlaveBase::dispatchLoop() () from /usr/lib64/libKF5KIOCore.so.5
#13 0x00007fa9d455df73 in kdemain () from /usr/lib64/qt5/plugins/kf5/kio/file.so
#14 0x000055b0abf61e65 in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) ()
#15 0x000055b0abf63198 in handle_launcher_request(int, char const*) [clone .isra.59] ()
#16 0x000055b0abf63bec in handle_requests(int) ()
#17 0x000055b0abf5e6aa in main ()
[Inferior 1 (process 3688) detached]

The fatal message is: Fatal Error: Got cmd 100, while waiting for an answer!
STEPS TO REPRODUCE
1. Login to Plasma
2. Ask any of your contacts how they are doing.
3. Observe a chain of kdeinit5 crashes
Comment 1 Eugene Shalygin 2019-01-23 21:20:21 UTC
Correction: you need kdeconnect running and a phone paired as well. Seems like it is the notification from kdeconnect initiates the crash.
Comment 2 Christoph Feck 2019-02-15 01:04:23 UTC

*** This bug has been marked as a duplicate of bug 402646 ***