Bug 229932 - Plasma crash when starting amarok
Summary: Plasma crash when starting amarok
Status: RESOLVED DOWNSTREAM
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-08 12:21 UTC by Inso
Modified: 2010-03-09 07:18 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 Inso 2010-03-08 12:21:08 UTC
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.
Comment 1 Aaron J. Seigo 2010-03-09 03:09:05 UTC
#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)
Comment 2 Inso 2010-03-09 07:18:30 UTC
Aaah, it comes from Daisy... Sad. Ok, sorry for the useless report.