Summary: | KWin crashed after tryng to re-configure krunner position | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Hrvoje Senjan <hrvoje.senjan> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | afiestas |
Priority: | NOR | Keywords: | drkonqi |
Version: | git master | Flags: | thomas.luebking:
ReviewRequest+
|
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
URL: | https://git.reviewboard.kde.org/r/110782/ | ||
Latest Commit: | http://commits.kde.org/kde-workspace/dac58f1a272a2bed9e93b4d6224e87bf4b45b040 | Version Fixed In: | 4.11 |
Sentry Crash Report: | |||
Attachments: |
KWin supportInformation
patch New crash information added by DrKonqi |
Description
Hrvoje Senjan
2013-06-02 00:07:30 UTC
Created attachment 80249 [details]
KWin supportInformation
Steps are perfectly reproduceable. Created attachment 80255 [details]
patch
Doesn't happen here, but the bug seems obvious - this operates on a toplevel (i guess it's related on whether krunner operates bypassing or as dock and i frankly gave up on understanding the logics behind that)
(In reply to comment #3) > Created attachment 80255 [details] > patch Works! :-) silghtly different patch, but logically equal (well, hopefully ;-) (In reply to comment #5) > silghtly different patch, but logically equal (well, hopefully ;-) Yes, that one also works :-) Created attachment 80304 [details]
New crash information added by DrKonqi
kwin (4.10.60) on KDE Platform 4.10.60 using Qt 4.8.4
Execute an application after restarting KWin.
-- Backtrace (Reduced):
#6 0x00007f52b0863031 in KWin::Client::layoutDecorationRects (this=0x0, left=..., top=..., right=..., bottom=..., mode=KWin::Client::WindowRelative) at /home/afiestas/kde/source/kde-workspace/kwin/client.cpp:550
#7 0x00007f52b08ee094 in KWin::Scene::Window::buildQuads (this=0x10bc480, force=false) at /home/afiestas/kde/source/kde-workspace/kwin/scene.cpp:722
#8 0x00007f52b08eb502 in KWin::Scene::paintSimpleScreen (this=0x1430270, orig_mask=0, region=...) at /home/afiestas/kde/source/kde-workspace/kwin/scene.cpp:284
#9 0x00007f52b08ea9ec in KWin::Scene::finalPaintScreen (this=0x1430270, mask=0, region=..., data=...) at /home/afiestas/kde/source/kde-workspace/kwin/scene.cpp:184
#10 0x00007f52b0914442 in KWin::EffectsHandlerImpl::paintScreen (this=0x175c510, mask=0, region=..., data=...) at /home/afiestas/kde/source/kde-workspace/kwin/effects.cpp:372
Git commit dac58f1a272a2bed9e93b4d6224e87bf4b45b040 by Thomas Lübking. Committed on 02/06/2013 at 16:53. Pushed by luebking into branch 'master'. catch NULL client pointer FIXED-IN: 4.11 REVIEW: 110782 M +10 -5 kwin/scene.cpp http://commits.kde.org/kde-workspace/dac58f1a272a2bed9e93b4d6224e87bf4b45b040 |