Bug 179909 - plasma workspace crashes on startup kde 4.2 beta2
Summary: plasma workspace crashes on startup kde 4.2 beta2
Status: RESOLVED FIXED
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:
: 181805 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-01-07 14:33 UTC by waldek
Modified: 2009-01-25 00:34 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 waldek 2009-01-07 14:33:01 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

plasma crashes on startup, I can reproduce this problem, and I think I'm getting the same report on each crash. I run KDE 4.1.85. The kcrash output looks as following:

"Program: PrzestrzeÅ robocza Plazmy (plasma), sygna? SIGSEGV

Thread 1 (Thread 0xb4995730 (LWP 10418)):
[KCrash Handler]
#6  0xb7ed35aa in Plasma::ToolBox::setIsMovable () from /usr/lib/libplasma.so.3
#7  0xb7e93244 in Plasma::ContainmentPrivate::containmentConstraintsEvent () from /usr/lib/libplasma.so.3
#8  0xb7e86ae2 in Plasma::Applet::flushPendingConstraintsEvents () from /usr/lib/libplasma.so.3
#9  0xb7e873b8 in Plasma::Applet::timerEvent () from /usr/lib/libplasma.so.3
#10 0xb6a5e13f in QObject::event () from /usr/lib/libQtCore.so.4
#11 0xb71c648f in QGraphicsWidget::event () from /usr/lib/libQtGui.so.4
#12 0xb6c8cb1c in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#13 0xb6c92f1e in QApplication::notify () from /usr/lib/libQtGui.so.4
#14 0xb7851ded in KApplication::notify () from /usr/lib/libkdeui.so.5
#15 0xb6a4ffd1 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#16 0xb6a79b31 in ?? () from /usr/lib/libQtCore.so.4
#17 0x086d4678 in ?? ()
#18 0x08791c20 in ?? ()
#19 0xbf904d5c in ?? ()
#20 0xbf904d34 in ?? ()
#21 0x086d46c0 in ?? ()
#22 0xb4995730 in ?? ()
#23 0xbf904d18 in ?? ()
#24 0x08791c20 in ?? ()
#25 0x086f3070 in ?? ()
#26 0x0871d488 in ?? ()
#27 0x000050f2 in ?? ()
#28 0x00000000 in ?? ()"

although the first line might look like corrupt code, it is Polish language ;-)

I removed:
.kde4/share/config/plasmarc 
.kde4/share/config/plasma-appletsrc
.kde4/share/apps/plasma

but it did not change anything. I downgraded kdebase-workspace to version 4.1.3 and KDE is working but no plasma.

Regards

Waldek
Comment 1 Aaron J. Seigo 2009-01-07 17:42:13 UTC
SVN commit 907205 by aseigo:

protect access to toolbox, when used with containments that don't create one or turn theirs off
BUG:179909


 M  +6 -4      containment.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=907205
Comment 2 Aaron J. Seigo 2009-01-07 17:44:26 UTC
SVN commit 907207 by aseigo:

protect access to toolBox pointer
CCBUG:179909


 M  +6 -4      containment.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=907207
Comment 3 Dario Andres 2009-01-25 00:34:38 UTC
*** Bug 181805 has been marked as a duplicate of this bug. ***