Summary: | KWin crashes on login, signal 11 | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Greg Hypta <mortici> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | cooltd825, sven.burmeister |
Priority: | NOR | ||
Version: | 3.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Greg Hypta
2008-08-15 01:45:34 UTC
The backtrace is unfortunately useless, please see http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports . I cannot get a decent backtrace either, although the build is debug-enabled. Yet it happens with the latest kde4:factory packages for 10.3 too. What I get is: [New Thread 0xb57ee6f0 (LWP 8356)] Qt: gdb: -nograb added to command-line options. Use the -dograb option to enforce grabbing. kwin(8356) KWin::Extensions::init: Extensions: shape: 0x "11" composite: 0x "4" render: 0x "a" fixes: 0x "40" kwin(8356) KWin::CompositingPrefs::detect: glx version is 1 . 3 Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb57ee6f0 (LWP 8356)] 0xb6d4a92d in ?? () from /usr/X11R6/lib/libGL.so.1 (gdb) bt #0 0xb6d4a92d in ?? () from /usr/X11R6/lib/libGL.so.1 #1 0xb6d59f69 in ?? () from /usr/X11R6/lib/libGL.so.1 #2 0x00990001 in ?? () #3 0x00990001 in ?? () #4 0x5a4f49d2 in ?? () #5 0x081ff5e4 in ?? () #6 0xbfb88090 in ?? () #7 0x0806a108 in ?? () #8 0x00000000 in ?? () I got it working again. It's the nvidia binary driver. While 173.14.12 breaks it, 177.13 (beta) works. Before I installed the 177 some days ago I ran the version before 173.14.12 without problems, I think it was 173.14.09. So either it is a nvidia bug, or there were changes on both sides that lead to the crash. Reverting kwin to revision 836665 does not solve the issue. It seems I had some left-overs from the 177 manual install when updating the kernel driver packages. After running the uninstall for the binary driver again and refreshing the packages from nvidia, it all works now. Have you installed the drivers manually before? confirmed beta drivers eliminate the crash on startup, although system stability is compromised. Driver problem then. |