Summary: | kwin crashes causes screen to go black | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | MDB <initialzero> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | mdb |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
MDB
2009-02-22 21:12:41 UTC
#0 0xffffe430 in __kernel_vsyscall () #1 0xb67eb66b in poll () from /lib/libc.so.6 #2 0xb640eef2 in ?? () from /usr/lib/libglib-2.0.so.0 #3 0xb640f221 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #4 0xb6daefb8 in QEventDispatcherGlib::processEvents (this=0x80619c0, flags={i = -1079644040}) at kernel/qeventdispatcher_glib.cpp:319 #5 0xb708c7c5 in QGuiEventDispatcherGlib::processEvents (this=0x80619c0, flags={i = -1079643992}) at kernel/qguieventdispatcher_glib.cpp:198 #6 0xb6d8301a in QEventLoop::processEvents (this=0xbfa5f120, flags={i = -1079643928}) at kernel/qeventloop.cpp:143 #7 0xb6d831da in QEventLoop::exec (this=0xbfa5f120, flags={i = -1079643864}) at kernel/qeventloop.cpp:194 #8 0xb6d85895 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:845 #9 0xb6ff3777 in QApplication::exec () at kernel/qapplication.cpp:3331 #10 0xb7e9deda in kdemain (argc=1, argv=0xbfa5f3a4) at /usr/src/debug/kdebase-workspace-4.2.0/kwin/main.cpp:519 #11 0x080487b2 in main (argc=) at /usr/src/debug/kdebase-workspace-4.2.0/build/kwin/kwin_dummy.cpp:3 Actually this is only (as far as I can tell) happening when konsole is launched. Here's a konsole bt. But, konsole seemed to still be working fine. I just couldn't see the screen. #0 0xffffe430 in __kernel_vsyscall () #1 0xb659b6a7 in poll () from /lib/libc.so.6 #2 0xb6297ef2 in ?? () from /usr/lib/libglib-2.0.so.0 #3 0xb6298221 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #4 0xb73befb8 in QEventDispatcherGlib::processEvents (this=0x806c238, flags={i = -1078140424}) at kernel/qeventdispatcher_glib.cpp:319 #5 0xb6ab67c5 in QGuiEventDispatcherGlib::processEvents (this=0x806c238, flags={i = -1078140376}) at kernel/qguieventdispatcher_glib.cpp:198 #6 0xb739301a in QEventLoop::processEvents (this=0xbfbce2a0, flags={i = -1078140312}) at kernel/qeventloop.cpp:143 #7 0xb73931da in QEventLoop::exec (this=0xbfbce2a0, flags={i = -1078140248}) at kernel/qeventloop.cpp:194 #8 0xb7395895 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:845 #9 0xb6a1d777 in QApplication::exec () at kernel/qapplication.cpp:3331 #10 0xb7f661e2 in kdemain () from /usr/lib/libkdeinit4_konsole.so #11 0x08048752 in _start () Please add the following to the ServerLayout section of your /etc/X11/xorg.conf: Option "BackingStore" "False" Using Option "BackingStore" "False" did not help. The behavior is the same. *** This bug has been marked as a duplicate of bug 185127 *** |