Bug 158164 - crash on plasma loading
Summary: crash on plasma loading
Status: RESOLVED WORKSFORME
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-21 15:16 UTC by Vito Santacesaria
Modified: 2008-02-22 19:28 UTC (History)
0 users

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 Vito Santacesaria 2008-02-21 15:16:13 UTC
Version:            (using Devel)
Installed from:    Compiled sources
Compiler:          cmake 
OS:                Linux

Application: Plasma Workspace (plasma), signal SIGSEGV
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1249679648 (LWP 1569)]
[New Thread -1276998768 (LWP 1570)]
[KCrash handler]
#6  0x00000000 in ?? ()
#7  0xb7f1d8fa in Plasma::LayoutItem::setManagingLayout ()
   from /opt/kde4/lib/libplasma.so.1
#8  0xb7f1759e in Plasma::FreeLayout::addItem ()
   from /opt/kde4/lib/libplasma.so.1
#9  0xb7f42dbb in Plasma::Widget::addChild ()
   from /opt/kde4/lib/libplasma.so.1
#10 0xb7f01add in Plasma::Containment::addApplet ()
   from /opt/kde4/lib/libplasma.so.1
#11 0xb7f01f68 in Plasma::Containment::addApplet ()
   from /opt/kde4/lib/libplasma.so.1
#12 0xb7f079a6 in Plasma::Corona::loadApplets ()
   from /opt/kde4/lib/libplasma.so.1
#13 0xb7fba512 in PlasmaApp::corona ()
   from /opt/kde4/lib/libkdeinit4_plasma.so
#14 0xb7fbb2d1 in PlasmaApp::PlasmaApp ()
   from /opt/kde4/lib/libkdeinit4_plasma.so
#15 0xb7fbb4ce in PlasmaApp::self () from /opt/kde4/lib/libkdeinit4_plasma.so
#16 0xb7fba04f in kdemain () from /opt/kde4/lib/libkdeinit4_plasma.so
#17 0x08048762 in main ()
#0  0xffffe410 in __kernel_vsyscall ()
Comment 1 Aaron J. Seigo 2008-02-22 00:36:39 UTC
not enough information; can you attach your plasma-appletsrc file in `kde4-config --localprefix`/share/config/ and specify which version of kde and plasma you are using? thanks.
Comment 2 Vito Santacesaria 2008-02-22 19:28:11 UTC
I found the problem: it was a third parties applet which cause plasma to crash(the applet is coremoid from kde-look.org).Removing the applet solved the problem!