Summary: | Plasma crashed while moving a plasmoid [QObject::disconnect, ContainmentPrivate::containmentConstraintsEvent, Applet::flushPendingConstraintsEvents, Applet::timerEvent] | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Jannis Liapis <ahepas1999> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, bertyfogs+kdebugs, davidsboogs, mr.explosion, nniko, roman.karlstetter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Jannis Liapis
2010-10-06 20:54:03 UTC
*** Bug 253907 has been marked as a duplicate of this bug. *** *** Bug 254241 has been marked as a duplicate of this bug. *** [Comment from a bug triager] From bug 261167 (4.6 RC1): -- Information about the crash: - What I was doing when the application crashed: I resized a plasmoid (konsole-plasmoid) on my plasma dashboard, because after every restart it has a smaller size than I set. After that, plasma crashes. This also happend once after I moved a plasmoid on the dashboard The crash can be reproduced some of the time. - Updated backtrace: [KCrash Handler] ... #11 0x00007f286ae487b5 in QObject::disconnect (sender=0x333a000, signal=0x0, receiver=0x14ad5b0, method=0x0) at kernel/qobject.cpp:2722 #12 0x00007f2861b876a2 in disconnect (this=0x14a7220, constraints=...) at /usr/include/QtCore/qobject.h:229 #13 Plasma::ContainmentPrivate::containmentConstraintsEvent (this=0x14a7220, constraints=...) at /usr/src/debug/kdelibs-4.5.90/plasma/containment.cpp:2238 #14 0x00007f2861b74f15 in Plasma::Applet::flushPendingConstraintsEvents (this=0x14ad5b0) at /usr/src/debug/kdelibs-4.5.90/plasma/applet.cpp:1333 #15 0x00007f2861b75b8d in Plasma::Applet::timerEvent (this=0x14ad5b0, event=<value optimized out>) at /usr/src/debug/kdelibs-4.5.90/plasma/applet.cpp:2429 ... *** Bug 261167 has been marked as a duplicate of this bug. *** Created attachment 55323 [details]
New crash information added by DrKonqi
plasma-desktop (0.3) on KDE Platform 4.5.4 (KDE 4.5.4) using Qt 4.7.0
- What I was doing when the application crashed:
This happened for me just now when simply moving a widget (the Show/Hide dashboard widget) and then clicking it repeatedly to show and hide the Plasma dashboard (in attempting to position it perfectly to match the same widget I put on my auto-hide panel)
-- Backtrace (Reduced):
#6 deref (this=0x3462f98, __in_chrg=<value optimized out>) at ../../include/QtCore/../../src/corelib/arch/qatomic_x86_64.h:133
#7 cleanup (this=0x3462f98, __in_chrg=<value optimized out>) at painting/qbrush.cpp:255
#8 ~QScopedPointer (this=0x3462f98, __in_chrg=<value optimized out>) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:100
#9 QBrush::~QBrush (this=0x3462f98, __in_chrg=<value optimized out>) at painting/qbrush.cpp:575
#10 0x00007f22f8d4e4f4 in ~QPalettePrivate (this=<value optimized out>, __in_chrg=<value optimized out>) at kernel/qpalette.cpp:51
*** Bug 266799 has been marked as a duplicate of this bug. *** From bug 267750: -- Information about the crash: I was moving a notes plasmoid and when I dropped the plasmoid plasma crashed *** Bug 267750 has been marked as a duplicate of this bug. *** Created attachment 60358 [details]
New crash information added by DrKonqi
plasma-desktop (0.4) on KDE Platform 4.6.00 (4.6.0) "release 6" using Qt 4.7.1
- What I was doing when the application crashed:
I resize a LCD weather widget and plasma has crashed
-- Backtrace (Reduced):
#8 0xb6e79223 in QObject::disconnect (sender=0x8a8de60, signal=0x0, receiver=0x8366910, method=0x0) at kernel/qobject.cpp:2722
#9 0xb4c4edaf in disconnect (this=0x84b1b80, constraints=...) at /usr/include/QtCore/qobject.h:229
#10 Plasma::ContainmentPrivate::containmentConstraintsEvent (this=0x84b1b80, constraints=...) at /usr/src/debug/kdelibs-4.6.0/plasma/containment.cpp:2240
#11 0xb4c3a1df in Plasma::Applet::flushPendingConstraintsEvents (this=0x8366910) at /usr/src/debug/kdelibs-4.6.0/plasma/applet.cpp:1333
#12 0xb4c3b002 in Plasma::Applet::timerEvent (this=0x8366910, event=0xbfab34fc) at /usr/src/debug/kdelibs-4.6.0/plasma/applet.cpp:2429
*** Bug 272714 has been marked as a duplicate of this bug. *** Git commit 6a2b0ce2593b01737418b5359c02e61ebac149a7 by Aaron Seigo. Committed on 28/05/2011 at 00:22. Pushed by aseigo into branch 'master'. move applet handle handling (*cough*) to applet instead of contaiment much cleaner and eliminates the possibility of odd crashes BUG:253421 M +74 -0 plasma/applet.cpp M +1 -0 plasma/applet.h M +4 -98 plasma/containment.cpp M +0 -1 plasma/containment.h M +8 -5 plasma/private/applet_p.h M +7 -2 plasma/private/applethandle.cpp M +2 -1 plasma/private/applethandle_p.h M +0 -2 plasma/private/containment_p.h http://commits.kde.org/kdelibs/6a2b0ce2593b01737418b5359c02e61ebac149a7 *** Bug 291067 has been marked as a duplicate of this bug. *** |