Summary: | KWin crashed when I was switching windows | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Jure Repinc <jlp> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | 0fx, ethouris, gravesricharde, kde-bugs, lastpokemon, qutorial |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 4.9 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.9 | |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Jure Repinc
2012-01-27 17:36:55 UTC
I just want to point out that this crash happend on 4.8.49, that is just after master had been opened. In case that you are able to reproduce the crash, please provide a new backtrace (as code in that area changed) and provide steps on how to reproduce the crash reliable. crashes on unresolved window->unrefWindow() - i had this a lot with generic effects, thus this is likely caused by a referenced window being deleted as result of http://git.reviewboard.kde.org/r/103733/ and is probably avoided by http://git.reviewboard.kde.org/r/103742/ Nevertheless i'd check whether http://git.reviewboard.kde.org/r/103733/ can be safely reverted (i have it reverted in my local branch, but don't use the fade-in effect either) *** Bug 298644 has been marked as a duplicate of this bug. *** Revert "kwin: fixing high cpu usage bugs" http://quickgit.kde.org/?p=kde-workspace.git&a=commit&h=7668726c1eb1a396462baa8664de00c930c91971 *** Bug 300325 has been marked as a duplicate of this bug. *** *** Bug 300809 has been marked as a duplicate of this bug. *** Created attachment 74462 [details]
New crash information added by DrKonqi
kwin (4.8.4 (4.8.4)) on KDE Platform 4.8.4 (4.8.4) using Qt 4.8.2
- What I was doing when the application crashed: switching between Windows with Alt+TAB
I had the cover flow view enabled and KWin Crashed when switching windows with Alt+Tab. This still happens quite frequently under the default KDE 4.8.4 that comes with Debian/Testing.
-- Backtrace (Reduced):
#6 0x00007f859839f71d in KWin::CoverSwitchEffect::postPaintScreen (this=0x3433520) at ../../../kwin/effects/coverswitch/coverswitch.cpp:411
#7 0x00007f85b62c8758 in KWin::EffectsHandlerImpl::postPaintScreen (this=0x38ca870) at ../../kwin/effects.cpp:228
#8 0x00007f85b62c8758 in KWin::EffectsHandlerImpl::postPaintScreen (this=0x38ca870) at ../../kwin/effects.cpp:228
#9 0x00007f85b62c8758 in KWin::EffectsHandlerImpl::postPaintScreen (this=0x38ca870) at ../../kwin/effects.cpp:228
#10 0x00007f85b62aa910 in KWin::Scene::paintScreen (this=0x383c460, mask=<optimized out>, region=0x7fff84781000) at ../../kwin/scene.cpp:159
Created attachment 76048 [details]
New crash information added by DrKonqi
kwin (4.8.5 (4.8.5)) on KDE Platform 4.8.5 (4.8.5) using Qt 4.8.1
- What I was doing when the application crashed:
Was switching windows with alt-tab. it used to crash the composite and then recovers but I guess this was fixed. but now it crashes kwin but it also recovers. I guess the reason why it is crashing is the fact I'm using vmware player on unity mode.
-- Backtrace (Reduced):
#6 0x00007f99801e2905 in KWin::CoverSwitchEffect::postPaintScreen (this=0x9dcce0) at ../../../kwin/effects/coverswitch/coverswitch.cpp:411
#7 0x00007f999bc9e2f8 in KWin::EffectsHandlerImpl::postPaintScreen (this=0x9514c0) at ../../kwin/effects.cpp:228
#8 0x00007f999bc7dae0 in KWin::Scene::paintScreen (this=0x9383c0, mask=0x7fff786c9848, region=0x7fff786c9930) at ../../kwin/scene.cpp:159
#9 0x00007f999bc938ed in KWin::SceneOpenGL::paint (this=0x9383c0, damage=..., toplevels=...) at ../../kwin/scene_opengl_glx.cpp:459
#10 0x00007f999bc77628 in KWin::Workspace::performCompositing (this=0x8f6570) at ../../kwin/composite.cpp:417
This bug is marked as fixed in 4.9, though the latest comments are for 4.8 OKi doki, Will wait until KDE got automaticly updated. This is my work envornment :) *** Bug 335119 has been marked as a duplicate of this bug. *** |