Summary: | KWin crashes when I change color scheme | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Nikola Schnelle <n.schnelle> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | danielscott171 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | kcrash file |
Description
Nikola Schnelle
2011-03-11 01:53:35 UTC
It also crashes when I enable anti-aliasing and when I turn on/off oxygen animations. All these crashes doesn't occur in Kubuntu Maverick KDE 4.6.1 with stock packages. apparently the radeon driver / mesa is broken in that branch *** This bug has been marked as a duplicate of bug 268027 *** I have been testing and these are my findings: Mesa 7.9 classic - no kwin crashes Mesa 7.11-devel classic - no kwin crashes Mesa 7.10.1 gallium (natty default) - kwin crashes whenever you change window decoration, color scheme, turn on/off effect, turn on/off vsync etc. So problem seems to be in Mesa 7.10.1 gallium. All these tests are performed on KDE 4.6.1 with radeon driver. Created attachment 72992 [details]
kcrash file
The bug is back in kde 4.9.0.0. I'm currently using kubuntu 12.04 but enabled the backport repositories and updated to kde 4.9 yesterday. I had to change the color scheme because I was using a dark one but the fonts on the sidebar in dolphin seems to be hard-coded to be black. I guess that's another bug to report. #6 0x00007f119ac68f10 in ?? () from /usr/lib/kde4/kwin3_oxygen.so #7 0x00007f11b33b3d52 in KDecorationPlugins::reset(unsigned long) () from /usr/lib/libkdecorations.so.4 #8 0x00007f11b533e0a1 in ?? () from /usr/lib/kde4/libkdeinit/libkdeinit4_kwin.so #9 0x00007f11b533e7da in ?? () from /usr/lib/kde4/libkdeinit/libkdeinit4_kwin.so #10 0x00007f11b085d281 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 the backtrace for comment #5 is absolutely NOT related to this bug (leaving alone that this here is the dupe of a driver bug) @Daniel please install debug packages [1] trigger the crash and create a new bug report (the crash is in the oxygen decoration, so it is *probably* a bug for the oxygen component, impossible to say w/o a usable backtrace) [1] http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports#Backtraces Thanks Thomas, I'll do as you said. |