Version: (using KDE 4.4.1) Compiler: gcc (GCC) 4.4.3 OS: Linux Installed from: Archlinux Packages Everytime i start amarok, plasma crashes. I don't have any plasmoid connected to amarok. Composite active or not doesn't change anything. The only backtrace i can get is : Application: Espace de travail Plasma (kdeinit4), signal: Segmentation fault [KCrash Handler] #5 0x00007f788feecbb7 in TaskManager::Task::icon(int, int, bool) () from /usr/lib/libtaskmanager.so.4 #6 0x00007f788d0d7dc9 in daisy::windowChanged(unsigned long, unsigned long const*) () from /usr/lib/kde4/plasma_applet_daisy.so #7 0x00007f788d0deded in daisy::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/kde4/plasma_applet_daisy.so #8 0x00007f78acbae4df in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4 #9 0x00007f78ad2050ab in KWindowSystem::windowChanged(unsigned long, unsigned long const*) () from /usr/lib/libkdeui.so.5 #10 0x00007f78ad2080f1 in KWindowSystemPrivate::x11Event(_XEvent*) () from /usr/lib/libkdeui.so.5 #11 0x00007f78ad0cd206 in KApplication::x11EventFilter(_XEvent*) () from /usr/lib/libkdeui.so.5 #12 0x00007f78a14183d4 in PlasmaApp::x11EventFilter(_XEvent*) () from /usr/lib/libkdeinit4_plasma-desktop.so #13 0x00007f78abdb8741 in ?? () from /usr/lib/libQtGui.so.4 #14 0x00007f78abdc7221 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/libQtGui.so.4 #15 0x00007f78abdf2172 in ?? () from /usr/lib/libQtGui.so.4 #16 0x00007f78a800926e in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #17 0x00007f78a800cc28 in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0 #18 0x00007f78a800cd50 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #19 0x00007f78acbc4c13 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #20 0x00007f78abdf1d6e in ?? () from /usr/lib/libQtGui.so.4 #21 0x00007f78acb9a0c2 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #22 0x00007f78acb9a49c in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #23 0x00007f78acb9e1db in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4 #24 0x00007f78a1406d22 in kdemain () from /usr/lib/libkdeinit4_plasma-desktop.so #25 0x0000000000406b7e in _start () How to reproduce : Start amarok. Plasma crashes. It doesn't seem to affect everyone. I've seen only one other guy (in the archlinux forums), who had exactly the same problem, with the same backtrace.
#6 0x00007f788d0d7dc9 in daisy::windowChanged(unsigned long, unsigned long const*) () from /usr/lib/kde4/plasma_applet_daisy.so daisy is a third party widget; it also uses libtaskmanager which is not ABI stable (read: it shouldn't be doing that)
Aaah, it comes from Daisy... Sad. Ok, sorry for the useless report.