Summary: | Editing AdBlock filter after search crashes Konqueror | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | Māris Nartišs <maris.kde> |
Component: | style | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | andresbajotierra, hugo.pereira.da.costa, jogarlo18, konq-bugs, thomas |
Priority: | NOR | Keywords: | investigated, triaged |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Māris Nartišs
2010-03-20 13:34:28 UTC
This looks like bug 216215, a bug in the Oxygen style with animations enabled... Regards unfortunately, this backtrace is missing the values of the pointers for which most of the methods are called. Is this because of missing debugging symbols (I'm no expert on backtrace) ? Other than that, yes this is the same type of crash as bug 216215 A widget gets deleted at: #30 and then ensuredPolished() is called for it later on. I made a couple of commits that might prevent that: SVN commit 1106745 by hpereiradacosta: Added protection to disable animation when target is destroyed. CCBUG: 216215 231410 M +8 -0 oxygencomboboxdata.cpp M +3 -0 oxygencomboboxdata.h M +10 -0 oxygenlabeldata.cpp M +3 -0 oxygenlabeldata.h M +18 -3 oxygenlineeditdata.cpp M +4 -5 oxygenlineeditdata.h M +8 -0 oxygenstackedwidgetdata.cpp M +3 -0 oxygenstackedwidgetdata.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1106745 but am not sure whether the protection is enough. I have not yet backported it. Can anyone running on trunk double-check ? Other than that I'm still looking for a way to detect these widgets deletions. This should be rechecked against KDE SC 4.5 (or 4.4.3 if the commit is backported...) *** Bug 240442 has been marked as a duplicate of this bug. *** *** Bug 235369 has been marked as a duplicate of this bug. *** 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 set the bug status 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! |