Bug 219363 - crash everytime amarok starts
Summary: crash everytime amarok starts
Status: RESOLVED DOWNSTREAM
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-19 23:20 UTC by RoDrIgO
Modified: 2009-12-20 13:37 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 RoDrIgO 2009-12-19 23:20:30 UTC
Application that crashed: plasma-desktop
Version of the application: 0.3
KDE Version: 4.3.4 (KDE 4.3.4) "release 2"
Qt Version: 4.5.3
Operating System: Linux 2.6.31.5-0.1-desktop x86_64
Distribution: "openSUSE 11.2 (x86_64)"

What I was doing when the application crashed:
everytime amarok using kwallet plasma crashes.

 -- Backtrace:
Application: Plasma Workspace (kdeinit4), signal: Segmentation fault
[Current thread is 1 (Thread 0x7fd6a1d3c750 (LWP 10184))]

Thread 2 (Thread 0x7fd684ccb910 (LWP 10187)):
#0  0x00007fd6a150b049 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fd6a177be69 in wait (time=<value optimized out>, this=<value optimized out>) at thread/qwaitcondition_unix.cpp:87
#2  QWaitCondition::wait (time=<value optimized out>, this=<value optimized out>) at thread/qwaitcondition_unix.cpp:159
#3  0x00007fd6a03a7c5c in QHostInfoAgent::run (this=0xb03100) at kernel/qhostinfo.cpp:260
#4  0x00007fd6a177aeb5 in QThreadPrivate::start (arg=0xb03100) at thread/qthread_unix.cpp:188
#5  0x00007fd6a150665d in start_thread () from /lib64/libpthread.so.0
#6  0x00007fd69e05614d in clone () from /lib64/libc.so.6
#7  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7fd6a1d3c750 (LWP 10184)):
[KCrash Handler]
#5  0x00007fd6893c9ad7 in TaskManager::Task::icon(int, int, bool) () from /usr/lib64/libtaskmanager.so.4
#6  0x00007fd68554eaae in daisy::windowChanged(unsigned long, unsigned long const*) () from /usr/lib64/kde4/plasma_applet_daisy.so
#7  0x00007fd685556e30 in daisy::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib64/kde4/plasma_applet_daisy.so
#8  0x00007fd6a1878ee2 in QMetaObject::activate (sender=0x837740, from_signal_index=<value optimized out>, to_signal_index=13, argv=0x20) at kernel/qobject.cpp:3113
#9  0x00007fd69fe0f2fb in KWindowSystem::windowChanged(unsigned long, unsigned long const*) () from /usr/lib64/libkdeui.so.5
#10 0x00007fd69fe11aad in ?? () from /usr/lib64/libkdeui.so.5
#11 0x00007fd69fce2543 in KApplication::x11EventFilter(_XEvent*) () from /usr/lib64/libkdeui.so.5
#12 0x00007fd69682d437 in ?? () from /usr/lib64/libkdeinit4_plasma-desktop.so
#13 0x00007fd69ec54d2f in qt_x11EventFilter (ev=0x7fff2861da10) at kernel/qapplication_x11.cpp:377
#14 0x00007fd69ec68244 in QApplication::x11ProcessEvent (this=0x66f3a0, event=0x7fff2861da10) at kernel/qapplication_x11.cpp:3271
#15 0x00007fd69ec908b4 in x11EventSourceDispatch (s=0x67b210, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#16 0x00007fd69d6d5dde in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
#17 0x00007fd69d6d97a8 in ?? () from /usr/lib64/libglib-2.0.so.0
#18 0x00007fd69d6d98d0 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#19 0x00007fd6a188d56c in QEventDispatcherGlib::processEvents (this=0x619810, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:407
#20 0x00007fd69ec9003f in QGuiEventDispatcherGlib::processEvents (this=0x7fff2861bc10, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:202
#21 0x00007fd6a18629e2 in QEventLoop::processEvents (this=<value optimized out>, flags=...) at kernel/qeventloop.cpp:149
#22 0x00007fd6a1862db4 in QEventLoop::exec (this=0x7fff2861dd40, flags=...) at kernel/qeventloop.cpp:201
#23 0x00007fd6a18650a4 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:888
#24 0x00007fd696819d6f in kdemain () from /usr/lib64/libkdeinit4_plasma-desktop.so
#25 0x0000000000407495 in _start ()

Reported using DrKonqi
Comment 1 Dario Andres 2009-12-20 13:37:31 UTC
The crash is direcly related to the daisy widget's code:

#5  0x00007fd6893c9ad7 in TaskManager::Task::icon(int, int, bool) () from
/usr/lib64/libtaskmanager.so.4
#6  0x00007fd68554eaae in daisy::windowChanged(unsigned long, unsigned long
const*) () from /usr/lib64/kde4/plasma_applet_daisy.so

You could report this to its author (in the kde-look page) if you want
Regards