| Summary: | KWin Crash | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Nick <nck.s.hayes> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 4.10.3 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=346548 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | The output of "qdbus org.kde.kwin /KWin supportInformation" | ||
|
Description
Nick
2013-06-06 19:09:06 UTC
a) what's the output of "qdbus org.kde.kwin /KWin supportInformation"
b) the crash is induced by the (cached) blurring, try to disable the caching ("kcmshell4 kwincompositing", 2nd tab, filter for blur - it's the only checkbox in the config dialog)
c) the bug itself is in mesa/intel_dri - glCopyTexSubImage2D() should create an error but not crash.
This might however be related to the fullscreen condition, thus (a) ;-)
(In reply to comment #1) > a) what's the output of "qdbus org.kde.kwin /KWin supportInformation" > b) the crash is induced by the (cached) blurring, try to disable the caching > ("kcmshell4 kwincompositing", 2nd tab, filter for blur - it's the only > checkbox in the config dialog) > c) the bug itself is in mesa/intel_dri - glCopyTexSubImage2D() should create > an error but not crash. > This might however be related to the fullscreen condition, thus (a) ;-) The output of "qdbus org.kde.kwin /KWin supportInformation": See the new attached text file. Created attachment 80368 [details]
The output of "qdbus org.kde.kwin /KWin supportInformation"
> unredirectFullscreen: true
run "kcmshell4 kwincompositing" and in the third tab uncheck "suspend compositing for fullscreen windows"
Unrelated to this, "Qt Graphics System: native" - several decos and notably those using the aurorae engine (what you get when clicking "get new decoration") prefer the raster graphicssystem (for better performance)
|