https://bugs.kde.org/show_bug.cgi?id=388991
--- Comment #15 from David Mattatall <davidsm...@davidsmind.com> --- Interesting. Maybe more than one thing is at play. Here's a new one: (04:08:25) david@gothbox:/etc/portage $ gdb /usr/lib64/libexec/kdeconnectd GNU gdb (Gentoo 7.12.1 vanilla) 7.12.1 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <https://bugs.gentoo.org/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /usr/lib64/libexec/kdeconnectd...Reading symbols from /usr/lib/debug//usr/lib64/libexec/kdeconnectd.debug...done. done. (gdb) run Starting program: /usr/lib64/libexec/kdeconnectd [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". [New Thread 0x7fffdfb8d700 (LWP 15499)] [New Thread 0x7fffd7d74700 (LWP 15500)] kdeconnect.core: KdeConnect daemon starting [New Thread 0x7fffd7573700 (LWP 15501)] kdeconnect.core: onStart kdeconnect.core: KdeConnect daemon started kdeconnect.core: Broadcasting identity packet kdeconnect.core: Starting client ssl (but I'm the server TCP socket) kdeconnect.core: Socket succesfully stablished an SSL connection kdeconnect.core: It is a known device "OnePlus" kdeconnect.core: Not loading plugin "kdeconnect_remotecommands" because device doesn't support it kdeconnect.core: Not loading plugin "kdeconnect_mprisremote" because device doesn't support it kdeconnect.core: Not loading plugin "kdeconnect_lockdevice" because device doesn't support it Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) kdeconnect.plugin.mpris: MPRIS service "org.mpris.MediaPlayer2.clementine" just came online kdeconnect.plugin.mpris: Mpris addPlayer "org.mpris.MediaPlayer2.clementine" -> "Clementine" kdeconnect.plugin.sftp: add to dolphin kdeconnect.plugin.sftp: Created device: "OnePlus" discarding unsupported package "kdeconnect.runcommand.request" for "OnePlus" kdeconnect.core: Destination QUrl QUrl("/tmp/kdeconnect/a77729036df82d1daa9d9085253369f9") lacks a scheme. Setting its scheme to 'file'. kdeconnect.core: FileTransferJob Downloading payload to QUrl("/tmp/kdeconnect/a77729036df82d1daa9d9085253369f9") size: 6821 kdeconnect.core: Destination QUrl QUrl("/tmp/kdeconnect/a77729036df82d1daa9d9085253369f9") lacks a scheme. Setting its scheme to 'file'. kdeconnect.core: FileTransferJob Downloading payload to QUrl("/tmp/kdeconnect/a77729036df82d1daa9d9085253369f9") size: 6821 kdeconnect.core: Destination QUrl QUrl("/tmp/kdeconnect/12e673432d351e0c508edf910094ee9d") lacks a scheme. Setting its scheme to 'file'. kdeconnect.core: FileTransferJob Downloading payload to QUrl("/tmp/kdeconnect/12e673432d351e0c508edf910094ee9d") size: 9411 kdeconnect.core: Destination QUrl QUrl("/tmp/kdeconnect/b63a275187c6c51784fb27abf1e15bb7") lacks a scheme. Setting its scheme to 'file'. kdeconnect.core: FileTransferJob Downloading payload to QUrl("/tmp/kdeconnect/b63a275187c6c51784fb27abf1e15bb7") size: 2563 kdeconnect.core: Destination QUrl QUrl("/tmp/kdeconnect/a77729036df82d1daa9d9085253369f9") lacks a scheme. Setting its scheme to 'file'. kdeconnect.core: FileTransferJob Downloading payload to QUrl("/tmp/kdeconnect/a77729036df82d1daa9d9085253369f9") size: 6821 kdeconnect.core: Destination QUrl QUrl("/tmp/kdeconnect/a77729036df82d1daa9d9085253369f9") lacks a scheme. Setting its scheme to 'file'. kdeconnect.core: FileTransferJob Downloading payload to QUrl("/tmp/kdeconnect/a77729036df82d1daa9d9085253369f9") size: 6821 kdeconnect.core: Destination QUrl QUrl("/tmp/kdeconnect/12e673432d351e0c508edf910094ee9d") lacks a scheme. Setting its scheme to 'file'. kdeconnect.core: FileTransferJob Downloading payload to QUrl("/tmp/kdeconnect/12e673432d351e0c508edf910094ee9d") size: 9411 kdeconnect.core: Destination QUrl QUrl("/tmp/kdeconnect/b63a275187c6c51784fb27abf1e15bb7") lacks a scheme. Setting its scheme to 'file'. kdeconnect.core: FileTransferJob Downloading payload to QUrl("/tmp/kdeconnect/b63a275187c6c51784fb27abf1e15bb7") size: 2563 kdeconnect.core: TCP connection done (i'm the existing device) kdeconnect.core: Starting server ssl (I'm the client TCP socket) kdeconnect.core: Socket succesfully stablished an SSL connection kdeconnect.core: It is a known device "OnePlus" kdeconnect.plugin.notification: Not found noti by internal Id: "0|com.google.android.gm|7|null|10061" kdeconnect.core: Destination QUrl QUrl("/tmp/kdeconnect/654db74a4a34b95672cc883fdbfe4293") lacks a scheme. Setting its scheme to 'file'. kdeconnect.core: FileTransferJob Downloading payload to QUrl("/tmp/kdeconnect/654db74a4a34b95672cc883fdbfe4293") size: 3071 kdeconnect.core: Finished transfer QUrl("file:///tmp/kdeconnect/654db74a4a34b95672cc883fdbfe4293") Thread 1 "kdeconnectd" received signal SIGSEGV, Segmentation fault. 0x00007ffff6106ab3 in operator==(QString const&, QString const&) () from /usr/lib64/libQt5Core.so.5 (gdb) thread apply all bt Thread 4 (Thread 0x7fffd7573700 (LWP 15501)): #0 0x00007ffff593299d in poll () from /lib64/libc.so.6 #1 0x00007ffff07984f6 in ?? () from /usr/lib64/libglib-2.0.so.0 #2 0x00007ffff079860c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #3 0x00007ffff628958f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #4 0x00007ffff6237b8a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #5 0x00007ffff6092d53 in QThread::exec() () from /usr/lib64/libQt5Core.so.5 #6 0x00007ffff6097281 in ?? () from /usr/lib64/libQt5Core.so.5 #7 0x00007ffff256d887 in start_thread () from /lib64/libpthread.so.0 #8 0x00007ffff593dd4f in clone () from /lib64/libc.so.6 Thread 3 (Thread 0x7fffd7d74700 (LWP 15500)): #0 0x00007ffff593299d in poll () from /lib64/libc.so.6 #1 0x00007ffff07984f6 in ?? () from /usr/lib64/libglib-2.0.so.0 #2 0x00007ffff079860c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #3 0x00007ffff628958f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #4 0x00007ffff6237b8a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #5 0x00007ffff6092d53 in QThread::exec() () from /usr/lib64/libQt5Core.so.5 #6 0x00007ffff52286e5 in ?? () from /usr/lib64/libQt5DBus.so.5 #7 0x00007ffff6097281 in ?? () from /usr/lib64/libQt5Core.so.5 #8 0x00007ffff256d887 in start_thread () from /lib64/libpthread.so.0 #9 0x00007ffff593dd4f in clone () from /lib64/libc.so.6 Thread 2 (Thread 0x7fffdfb8d700 (LWP 15499)): #0 0x00007ffff593299d in poll () from /lib64/libc.so.6 #1 0x00007fffef31785f in ?? () from /usr/lib64/libxcb.so.1 #2 0x00007fffef3195e9 in xcb_wait_for_event () from /usr/lib64/libxcb.so.1 #3 0x00007fffe1efa1f9 in ?? () from /usr/lib64/libQt5XcbQpa.so.5 #4 0x00007ffff6097281 in ?? () from /usr/lib64/libQt5Core.so.5 #5 0x00007ffff256d887 in start_thread () from /lib64/libpthread.so.0 #6 0x00007ffff593dd4f in clone () from /lib64/libc.so.6 Thread 1 (Thread 0x7fffe8c3a800 (LWP 15495)): #0 0x00007ffff6106ab3 in operator==(QString const&, QString const&) () from /usr/lib64/libQt5Core.so.5 #1 0x00007ffff760ac4c in KNotification::setTitle(QString const&) () from /usr/lib64/libKF5Notifications.so.5 #2 0x00007fffd48604cd in Notification::createKNotification (this=0x555555a95370, update=<optimized out>, np=...) at /tmp/portage/kde-misc/kdeconnect-1.2/work/kdeconnect-kde-1.2/plugins/notifications/notification.cpp:90 #3 0x00007fffd4861ecd in Notification::update (this=<optimized out>, np=...) at /tmp/portage/kde-misc/kdeconnect-1.2/work/kdeconnect-kde-1.2/plugins/notifications/notification.cpp:76 #4 0x00007fffd4867517 in NotificationsDbusInterface::processPackage (this=0x55555594f2c0, np=...) at /tmp/portage/kde-misc/kdeconnect-1.2/work/kdeconnect-kde-1.2/plugins/notifications/notificationsdbusinterface.cpp:88 #5 0x00007fffd486258b in NotificationsPlugin::receivePackage (this=0x55555594f110, np=...) at /tmp/portage/kde-misc/kdeconnect-1.2/work/kdeconnect-kde-1.2/plugins/notifications/notificationsplugin.cpp:59 #6 0x00007ffff7bc0348 in Device::privateReceivedPackage (this=<optimized out>, np=...) at /tmp/portage/kde-misc/kdeconnect-1.2/work/kdeconnect-kde-1.2/core/device.cpp:345 #7 0x00007ffff6261cae in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib64/libQt5Core.so.5 #8 0x00007ffff7bc6cd5 in DeviceLink::receivedPackage (this=this@entry=0x55555587c4a0, _t1=...) at /tmp/portage/kde-misc/kdeconnect-1.2/work/kdeconnect-1.2_build/core/kdeconnectcore_autogen/CSWKE6ESUK/moc_devicelink.cpp:209 #9 0x00007ffff7ba35ea in LanDeviceLink::dataReceived (this=0x55555587c4a0) at /tmp/portage/kde-misc/kdeconnect-1.2/work/kdeconnect-kde-1.2/core/backends/lan/landevicelink.cpp:133 #10 0x00007ffff6261cae in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib64/libQt5Core.so.5 #11 0x00007ffff7ba8666 in SocketLineReader::dataReceived (this=0x555555877b00) at /tmp/portage/kde-misc/kdeconnect-1.2/work/kdeconnect-kde-1.2/core/backends/lan/socketlinereader.cpp:51 #12 0x00007ffff6261cae in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib64/libQt5Core.so.5 #13 0x00007ffff7f37f2f in ?? () from /usr/lib64/libQt5Network.so.5 #14 0x00007ffff7f22c21 in ?? () from /usr/lib64/libQt5Network.so.5 #15 0x00007ffff6261959 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib64/libQt5Core.so.5 #16 0x00007ffff7ef02d3 in ?? () from /usr/lib64/libQt5Network.so.5 #17 0x00007ffff7ef038c in ?? () from /usr/lib64/libQt5Network.so.5 #18 0x00007ffff7f00f91 in ?? () from /usr/lib64/libQt5Network.so.5 #19 0x00007ffff6c8c21c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #20 0x00007ffff6c93aa9 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #21 0x00007ffff6238e5a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib64/libQt5Core.so.5 #22 0x00007ffff6289f0f in ?? () from /usr/lib64/libQt5Core.so.5 #23 0x00007ffff07982f7 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 #24 0x00007ffff0798560 in ?? () from /usr/lib64/libglib-2.0.so.0 #25 0x00007ffff079860c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #26 0x00007ffff628958f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #27 0x00007ffff6237b8a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #28 0x00007ffff6240084 in QCoreApplication::exec() () from /usr/lib64/libQt5Core.so.5 #29 0x0000555555555ff4 in main (argc=<optimized out>, argv=<optimized out>) at /tmp/portage/kde-misc/kdeconnect-1.2/work/kdeconnect-kde-1.2/daemon/kdeconnectd.cpp:88 (gdb) continue Continuing. [Thread 0x7fffd7573700 (LWP 15501) exited] [Thread 0x7fffd7d74700 (LWP 15500) exited] [Thread 0x7fffdfb8d700 (LWP 15499) exited] Program terminated with signal SIGSEGV, Segmentation fault. The program no longer exists. -- You are receiving this mail because: You are watching all bug changes.