Summary: | Kwin crashes while mouse cursor glides over tasks on taskbar | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Larry Shurr <lshurr> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | gatekeeper.mail, lshurr, svelanka |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Larry Shurr
2011-06-22 03:22:57 UTC
Created attachment 61230 [details]
New crash information added by DrKonqi
kwin (4.6.2 (4.6.2)) on KDE Platform 4.6.2 (4.6.2) using Qt 4.7.2
- What I was doing when the application crashed: Occurred while preparing report on the incident I have identified as a duplicate. I deliberately glided my mouse cursor over the taskbar and managed to elicit the same failure. Unfortunately, I haven't been able to make it happen again while preparing this report. Still hope this helps. Unexpected Kwin exits occur everytime I use this machine since I installed Kubuntu 11.04.
-- Backtrace (Reduced):
#16 0x0027b5ac in KWin::GLShader::load (this=0x85a18d0, vertexsource=..., fragmentsource=...) at ../../../kwin/lib/kwinglutils.cpp:767
#17 0x0027c028 in KWin::GLShader::loadFromFiles (this=0x85a18d0, vertexfile=..., fragmentfile=...) at ../../../kwin/lib/kwinglutils.cpp:731
#18 0x0027c5b0 in KWin::GLShader::GLShader (this=0x85a18d0, vertexfile=..., fragmentfile=...) at ../../../kwin/lib/kwinglutils.cpp:702
#19 0x001e7570 in KWin::LanczosShader::init (this=0x85b46b8) at ../../kwin/lanczosfilter.cpp:588
#20 0x001e7ad8 in KWin::LanczosFilter::init (this=0x8242960) at ../../kwin/lanczosfilter.cpp:84
This crash should be fixed with a newer version of KDE - please update. As a workaround switch the scaling method to smooth in the advanced desktop effect settings. *** Bug 277073 has been marked as a duplicate of this bug. *** Created attachment 67012 [details]
New crash information added by DrKonqi
kwin (4.7.4 (4.7.4) "release 11") on KDE Platform 4.7.4 (4.7.4) "release 11" using Qt 4.7.4
- What I was doing when the application crashed:
Hover mouse over any application in task bar - kwin crashes
Alt+tab with effects enabled - kwin crashes
-- Backtrace (Reduced):
#8 0x00007fc79d74bd8a in KWin::LanczosShader::init (this=0xc0aeb0) at /usr/src/debug/kde-workspace-4.7.4/kwin/lanczosfilter.cpp:677
#9 0x00007fc79d74c25c in KWin::LanczosFilter::init (this=0x69de70) at /usr/src/debug/kde-workspace-4.7.4/kwin/lanczosfilter.cpp:76
#10 0x00007fc79d74cb40 in KWin::LanczosFilter::performPaint (this=0x69de70, w=0x7e0880, mask=261, region=..., data=...) at /usr/src/debug/kde-workspace-4.7.4/kwin/lanczosfilter.cpp:170
#11 0x00007fc79d7311b7 in KWin::Scene::finalDrawWindow (this=0xb32990, w=0x7e0880, mask=261, region=<optimized out>, data=<optimized out>) at /usr/src/debug/kde-workspace-4.7.4/kwin/scene.cpp:319
#12 0x00007fc79d750753 in KWin::EffectsHandlerImpl::drawWindow (this=0x8a9eb0, w=0x7e0880, mask=261, region=<optimized out>, data=<optimized out>) at /usr/src/debug/kde-workspace-4.7.4/kwin/effects.cpp:279
@Andrey Different bug, a driver one (see bug #270818) Unless you're using fglrx, try enforcing direct rendering by "KWIN_DIRECT_GL=1" or do NOT prevent it like "LIBGL_ALWAYS_INDIRECT=1" For fglrx, "kcmshell4 kwincompositing", set the scale method to smooth (3rd tab) and disable at least blur & sharpen effects |