Summary: | Plasma crash on playing with activities | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Bernhard Friedreich <friesoft> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Plamas applet config
Plasma appletsrc config file |
Description
Bernhard Friedreich
2008-05-21 23:53:24 UTC
Created attachment 24884 [details]
Plamas applet config
SVN commit 812085 by ruphy: Safety++ Just to be sure, dear Bernhard, please double check that this does really fix the crash for you. =) BUG: 162436 Signed-off-by: Riccardo Iaconelli <riccardo@kde.org> M +11 -9 applethandle.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=812085 yeah.. everything works like a charm now :-) only thing which annoys me a bit is that when you add a containment you have to zoom out once more (highest zoom level) to switch back to the other containments. hm.. another strange behaviour (imo): I've locked the widget on the first containment. Switched to the second one... and there I can't zoom out anymore :-( the only actions available are lock/unlock and add widgets can't believe it.. another strange thing happened ^^ steps i've done: 1.) i logged out of kde (3 containments with different widgets and backgrounds) 2.) logged back in --> everything except the first containment was gone 3.) removed all plasma configs (plasmarc plasma-appletsrc) 4.) created 3 containments again, again different widgets and backgrounds 5.) switched to 1st containment, wanted to change size of a widget --> crash backtrace: Application: Plasma Workspace (plasma), signal SIGSEGV [Thread debugging using libthread_db enabled] [New Thread 0xb56fe720 (LWP 29111)] [New Thread 0xb01adb90 (LWP 29238)] [New Thread 0xb09aeb90 (LWP 29233)] [New Thread 0xb11afb90 (LWP 29215)] [New Thread 0xb19b0b90 (LWP 29210)] [New Thread 0xb21b1b90 (LWP 29170)] [New Thread 0xb29b2b90 (LWP 29115)] [New Thread 0xb39a1b90 (LWP 29113)] [KCrash handler] #6 0xb5ee36ba in QWidgetPrivate::q_func (this=0x0) at ../../include/QtGui/private/../../../src/gui/kernel/qwidget_p.h:202 #7 0xb5ecf374 in QWidgetPrivate::clipRect (this=0x0) at kernel/qwidget.cpp:1591 #8 0xb5ecf686 in QWidget::repaint (this=0x862ce80) at kernel/qwidget.cpp:8684 #9 0xb54d327b in Animator::Hover::timerEvent (this=0x82c5bd0, event=0xbff685f4) at animator/hover.cpp:140 #10 0xb679c7ae in QObject::event (this=0x82c5bd0, e=0xbff685f4) at kernel/qobject.cpp:1105 #11 0xb5e7d81d in QApplicationPrivate::notify_helper (this=0x807c1a0, receiver=0x82c5bd0, e=0xbff685f4) at kernel/qapplication.cpp:3772 #12 0xb5e7db03 in QApplication::notify (this=0x807d5f8, receiver=0x82c5bd0, e=0xbff685f4) at kernel/qapplication.cpp:3366 #13 0xb70448c7 in KApplication::notify (this=0x807d5f8, receiver=0x82c5bd0, event=0xbff685f4) at /kde/src/KDE/kdelibs/kdeui/kernel/kapplication.cpp:311 #14 0xb678968a in QCoreApplication::notifyInternal (this=0x807d5f8, receiver=0x82c5bd0, event=0xbff685f4) at kernel/qcoreapplication.cpp:583 #15 0xb776cc0b in QCoreApplication::sendEvent (receiver=0x82c5bd0, event=0xbff685f4) at ../../../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215 #16 0xb67bc0b5 in QTimerInfoList::activateTimers (this=0x807f214) at kernel/qeventdispatcher_unix.cpp:563 #17 0xb67b989c in timerSourceDispatch (source=0x807f1e0) at kernel/qeventdispatcher_glib.cpp:166 #18 0xb595bbf8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #19 0xb595ee5e in ?? () from /usr/lib/libglib-2.0.so.0 #20 0x0807e898 in ?? () #21 0x00000000 in ?? () #0 0xb7f18410 in __kernel_vsyscall () -- going to attach my plasma configs again Created attachment 24930 [details]
Plasma appletsrc config file
the plasmarc config wasn't created ... don't know why.. and so plasma starts with a grey screen after killing x and logging back in. after deleting the plasma appletsrc config plasma comes up again correctly. 1) Main bug in this report is solved 2) 2nd bug most likely solved with all these bugfixes in 1.5 months 3) Please file a new bug with the 2nd issue if it still happens |