Bug 146907 - kwin crashes while swithcing virtual desktops
Summary: kwin crashes while swithcing virtual desktops
Status: RESOLVED DUPLICATE of bug 145147
Alias: None
Product: kwin
Classification: Plasma
Component: general (show other bugs)
Version: 3.0
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-18 10:00 UTC by Dmitri Fedoruk
Modified: 2007-06-18 23:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitri Fedoruk 2007-06-18 10:00:01 UTC
Version:           3.0 (using KDE KDE 3.5.6)
Installed from:    Fedora RPMs
OS:                Linux

KWin tends to crash when I switch my virtual desktops. I've noticed no dependency on the opened applications so far; it just crashes pretty much often. Restarting kwin does not always help, so I have to logout and then restart the whole session again.
Comment 1 Lubos Lunak 2007-06-18 10:28:55 UTC
Backtrace?
Comment 2 Dmitri Fedoruk 2007-06-18 10:34:17 UTC
It does not show any - usually it's [no debugger symbols found]; how should I start kwin in debug mode?
Comment 3 Lubos Lunak 2007-06-18 10:59:47 UTC
You probably need to install matching debuginfo packages for qt/kdelibs/kdebase. I don't know how they're called in Fedora.
Comment 4 Dmitri Fedoruk 2007-06-18 22:28:16 UTC
[KCrash handler]
#6  0x45f9490a in KWinInternal::Workspace::updateMinimizedOfTransients ()
   from /usr/lib/libkdeinit_kwin.so
#7  0x45f77f2a in KWinInternal::Client::unminimize ()
   from /usr/lib/libkdeinit_kwin.so
#8  0x45f65263 in KWinInternal::Workspace::setShowingDesktop ()
   from /usr/lib/libkdeinit_kwin.so
#9  0x45f8b918 in KWinInternal::RootInfo::changeShowingDesktop ()
   from /usr/lib/libkdeinit_kwin.so
#10 0x46155edc in NETRootInfo::event () from /usr/lib/libkdecore.so.4
#11 0x46156453 in NETRootInfo::event () from /usr/lib/libkdecore.so.4
#12 0x45f8b8c2 in KWinInternal::Workspace::netCheck ()
   from /usr/lib/libkdeinit_kwin.so
#13 0x45f8e44c in KWinInternal::Workspace::workspaceEvent ()
   from /usr/lib/libkdeinit_kwin.so
#14 0x45f80bbe in KWinInternal::Application::x11EventFilter ()
   from /usr/lib/libkdeinit_kwin.so
#15 0x452e1aa4 in ?? () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#16 0x452f2f33 in QApplication::x11ProcessEvent ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#17 0x4530538b in QEventLoop::processEvents ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#18 0x45376e30 in QEventLoop::enterLoop ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#19 0x45376ce6 in QEventLoop::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#20 0x4535d17f in QApplication::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#21 0x45f81b90 in kdemain () from /usr/lib/libkdeinit_kwin.so
#22 0x080484a2 in ?? ()
#23 0x459ebf70 in __libc_start_main () from /lib/libc.so.6
#24 0x080483c1 in ?? ()
Comment 5 Dmitri Fedoruk 2007-06-18 22:53:07 UTC
[KCrash handler]
#6  0x45f7143d in KWinInternal::Client::isOnCurrentDesktop ()
   from /usr/lib/libkdeinit_kwin.so
#7  0x45f77ef4 in KWinInternal::Client::unminimize ()
   from /usr/lib/libkdeinit_kwin.so
#8  0x45f64993 in KWinInternal::Workspace::resetShowingDesktop ()
   from /usr/lib/libkdeinit_kwin.so
#9  0x45f9a459 in KWinInternal::Client::manage ()
   from /usr/lib/libkdeinit_kwin.so
#10 0x45f6d246 in KWinInternal::Workspace::createClient ()
   from /usr/lib/libkdeinit_kwin.so
#11 0x45f8ebc7 in KWinInternal::Workspace::workspaceEvent ()
   from /usr/lib/libkdeinit_kwin.so
#12 0x45f80bbe in KWinInternal::Application::x11EventFilter ()
   from /usr/lib/libkdeinit_kwin.so
#13 0x452e1aa4 in ?? () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#14 0x452f2f33 in QApplication::x11ProcessEvent ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#15 0x4530538b in QEventLoop::processEvents ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#16 0x45376e30 in QEventLoop::enterLoop ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#17 0x45376ce6 in QEventLoop::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#18 0x4535d17f in QApplication::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#19 0x45f81b90 in kdemain () from /usr/lib/libkdeinit_kwin.so
#20 0x080484a2 in ?? ()
#21 0x459ebf70 in __libc_start_main () from /lib/libc.so.6
#22 0x080483c1 in ?? ()
Comment 6 Dmitri Fedoruk 2007-06-18 23:05:41 UTC
And I have to say that the fist crash happened during window minimizing, not the desktop switch.
Comment 7 Lubos Lunak 2007-06-18 23:28:22 UTC

*** This bug has been marked as a duplicate of 145147 ***