https://bugs.kde.org/show_bug.cgi?id=351839
--- Comment #17 from Fabian Vogt <fab...@ritter-vogt.de> --- I can reproduce it reliably by running while true; do (kwrite &); sleep 1; killall kwrite; done for a few minutes and then switching to an aurorae based theme. I'm also using Qt 5.5.1, so it might be fixed. The backtrace looks like: #25 0x00007fffef9c6c70 in QQmlComponent::create(QQmlContext*) () at /usr/lib64/libQt5Qml.so.5 #26 0x00007fffc42b5474 in () at /usr/lib64/qt5/plugins/org.kde.kdecoration2/kwin5_aurorae.so #27 0x00007ffff73278c0 in () at /usr/lib64/libkwin.so.5 #28 0x00007ffff721cba9 in () at /usr/lib64/libkwin.so.5 #29 0x00007ffff7225c3b in () at /usr/lib64/libkwin.so.5 #30 0x00007ffff725b669 in () at /usr/lib64/libkwin.so.5 #31 0x00007ffff73273ec in () at /usr/lib64/libkwin.so.5 #32 0x00007ffff7329942 in () at /usr/lib64/libkwin.so.5 #33 0x00007ffff5727e17 in QMetaObject::activate(QObject*, int, int, void**) () at /usr/lib64/libQt5Core.so.5 #34 0x00007ffff720cef1 in KWin::Workspace::slotReconfigure() () at /usr/lib64/libkwin.so.5 with full debug info. Somehow gdb does not like kwin debugging, it does not show some symbols. -- You are receiving this mail because: You are watching all bug changes.