https://bugs.kde.org/show_bug.cgi?id=422948
--- Comment #21 from Matt <mattmoore...@gmail.com> --- (In reply to David Edmundson from comment #20) > >[1] 11226 segmentation fault plasma_session > > That's very interesting. plasma_session is crashing. > > Can you run "gdb plasma_session" then when we hit the same point "type" bt > to include a backtrace. Not sure if I did this right. I haven't used the debugger before. Here's the output I get with backtrace: (gdb) cont Continuing. org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/restore_kmix_volumes.desktop" ("/usr/bin/kmixctrl", "--restore") [Detaching after fork from child process 7390] Thread 1 "plasma_session" hit Breakpoint 2, 0x00007ffff76c4310 in QMessageLogger::info() const () from /usr/lib/libQt5Core.so.5 (gdb) org.kde.kmix: no mix devices and not dynamic org.kde.kmix: no mix devices and not dynamic org.kde.kmix: no mix devices and not dynamic org.kde.kmix: no mix devices and not dynamic org.kde.kmix: no mix devices and not dynamic org.kde.kmix: no mix devices and not dynamic org.kde.kmix: no mix devices and not dynamic org.kde.kmix: no mix devices and not dynamic org.kde.kmix: no mix devices and not dynamic org.kde.kmix: no mix devices and not dynamic org.kde.kmix: no mix devices and not dynamic org.kde.kmix: no mix devices and not dynamic org.kde.kmix: no mix devices and not dynamic org.kde.kmix: no mix devices and not dynamic org.kde.kmix: no mix devices and not dynamic org.kde.kmix: no mix devices and not dynamic bt #0 0x00007ffff76c4310 in QMessageLogger::info() const () from /usr/lib/libQt5Core.so.5 #1 0x00005555555630cf in ?? () #2 0x00007ffff78dd1d2 in QObject::event(QEvent*) () from /usr/lib/libQt5Core.so.5 #3 0x00007ffff78b0790 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5 #4 0x00007ffff78b32a3 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQt5Core.so.5 #5 0x00007ffff7909cf4 in ?? () from /usr/lib/libQt5Core.so.5 #6 0x00007ffff567a43c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #7 0x00007ffff56c81d9 in ?? () from /usr/lib/libglib-2.0.so.0 #8 0x00007ffff5679221 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #9 0x00007ffff7909331 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5 #10 0x00007ffff78af13c in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5 #11 0x00007ffff78b75c4 in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5 #12 0x000055555555d071 in ?? () #13 0x00007ffff7280002 in __libc_start_main () from /usr/lib/libc.so.6 #14 0x000055555555d0ce in _start () -- You are receiving this mail because: You are watching all bug changes.