Summary: | Kwin crashed while or after playing Cave Story | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | David <davidsboogs> |
Component: | style | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | dyrver.eriksson, hugo.pereira.da.costa, kwin-bugs-null, moabi2000, rdieter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=449853 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David
2010-08-14 09:54:11 UTC
Looks like Oxygen style animations clash with the B2 button implementation... (ewww... could hit bespin as well... ;-) *** Bug 249579 has been marked as a duplicate of this bug. *** Copied from bug 249579: One workaround I can think of is to not install animations on kwin decoration buttons (from the style), since they are not used anyway: by construction, all decoration buttons re-implement their paintEvent, and don't rely on the widget style for painting. (in the style, the animations are installed on QAbstractButton, because some private classes from Qt inherits from it, and need animation. E.G. the dockwidget buttons) ok. I had another idea. Maybe it is due to the fact that when a widget is deleted, its associated 'Animation' objects (which are children of a different widget) are deleted with explicit "delete XXX", as oposed to XXX->deleteLater(). Now this might happen in incorrect event loop, or when still processing signal-slot connection. I'll give a shot at 'deleteLater' SVN commit 1171373 by hpereiradacosta: use ->deleteLater() rather than delete, when unregistering animations. CCBUG: 247827 M +1 -1 oxygendatamap.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1171373 ------------------------------------------------------------------------ r1171484 | hpereiradacosta | 2010-09-03 17:49:00 -0600 (Fri, 03 Sep 2010) | 2 lines replaced "delete animationData" by "animationData->deleteLater()" when a target is unregistered. (thats the backport to 4.5 branch) *** Bug 250155 has been marked as a duplicate of this bug. *** Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |