Summary: | Plasma crash while at KSpread | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Artem Vorotnikov <artem> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Artem Vorotnikov
2011-02-12 21:15:49 UTC
The trace is completely unrelated to your description. a) it crashed in the Window Manager (KWin) not the desktop (plasma-desktop) b) it crashes in GLMipMap, what means you either triggered a scaled window repaint (like e.g. "present windows") or are using and activated the "looking glass" or "sharpen" effect. The crash related to the trace is in your GPU driver which fails on creating Mipmaps (that's unfortunately a problem with ati drivers, even on windows...) -> - do not use "trilinear filtering" - do not use the "sharpen" or "looking glass" effects. TLF has been replaced in 4.6 and sharpen + looking glas will be dropped/redone for 4.7 for among others this reason. |