Summary: | kwin + opengl + vboxvideo + desktop effects = segfault | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | luca <luca.pedrielli> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andrelmoraes, natgross, rbyshko, shadowcaster787 |
Priority: | NOR | ||
Version: | 4.7.0 | ||
Target Milestone: | --- | ||
Platform: | Mageia RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.1 | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
luca
2011-08-01 06:30:54 UTC
crashes in the driver - not much we cand do about it. *** Bug 279845 has been marked as a duplicate of this bug. *** *** Bug 280077 has been marked as a duplicate of this bug. *** should be fixed in master and branch: commit 29911870d2691e30fc9aefb48a252871f6131145 Author: Martin Gräßlin Date: Wed Aug 3 20:00:11 2011 +0200 Detect Driver "Software Rasterizer" Fixes a major regression which allowed OpenGL compositing to be used with software rasterizer, which either did not work or crashed directly. Cherry-picked from cf2f572 in branch KDE/4.7. *** Bug 281516 has been marked as a duplicate of this bug. *** Created attachment 68633 [details]
New crash information added by DrKonqi
kwin (4.7.2 (4.7.2) "release 5") on KDE Platform 4.7.2 (4.7.2) "release 5" using Qt 4.7.4
- What I was doing when the application crashed:
Used Alt+Shift+F12 to switch effects on. Each time KWin crashed!
Note: This bug is claimed to be fixed in 4.7.1, however I have it with 4.7.2.
-- Backtrace (Reduced):
#7 0xb6a1e2e2 in load (fragmentSource=..., vertexSource=..., this=0x84239b0) at /usr/src/debug/kde-workspace-4.7.2/kwin/libkwineffects/kwinglutils.cpp:807
#8 KWin::GLShader::load (this=0x84239b0, vertexSource=..., fragmentSource=...) at /usr/src/debug/kde-workspace-4.7.2/kwin/libkwineffects/kwinglutils.cpp:796
#9 0xb6a1ea66 in KWin::GLShader::loadFromFiles (this=0x84239b0, vertexFile=..., fragmentFile=...) at /usr/src/debug/kde-workspace-4.7.2/kwin/libkwineffects/kwinglutils.cpp:752
#10 0xb6a1ee25 in KWin::GLShader::GLShader (this=0x84239b0, vertexfile=..., fragmentfile=...) at /usr/src/debug/kde-workspace-4.7.2/kwin/libkwineffects/kwinglutils.cpp:726
#11 0xb6a223e8 in KWin::ShaderManager::loadFragmentShader (this=0x828ab20, vertex=KWin::ShaderManager::GenericShader, fragmentFile=...) at /usr/src/debug/kde-workspace-4.7.2/kwin/libkwineffects/kwinglutils.cpp:1185
is this in VBOX at all? What's the output when starting "kwin --replace &" from konsole? |