Summary: | KWin crash changing Gwenview screen mode | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | fsanchez <franciscoadriansanchez> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | casm, n.schnelle |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
fsanchez
2012-05-06 01:30:31 UTC
What window decoration do you use? Oxygen nowadays. As I said, the crash appeared when I swiched many time from normal mode to full-screen. What I was trying to do, exactly was rename with F2 an image in Gwenview, but it changed the name of other image. So I unselect the image I was trying to rename, and select it again... _many_ times. In 3 of this times, I pressed the button "full screen" insetad of "+". At the 3rd one, KWin crashed. That was what I was doing when KWin crashed. But... I don't know, maybe it was for another reason. Another different (from usual) thing I had in my desktop at that moment, was a "no title bar" for Firefox. Well, I don't know what else :-| Created attachment 78855 [details]
New crash information added by DrKonqi
kwin (4.10.2) on KDE Platform 4.10.2 using Qt 4.8.2
- What I was doing when the application crashed:
Changed view mode from "full screen" to "browse" mode.
-- Backtrace (Reduced):
#8 0xb546d56f in QETWidget::translateMouseEvent (this=0x919f288, event=0xbff5de1c) at kernel/qapplication_x11.cpp:4358
#9 0xb546bb2d in QApplication::x11ProcessEvent (this=0xbff5e044, event=0xbff5de1c) at kernel/qapplication_x11.cpp:3732
#10 0xb54999f8 in QEventDispatcherX11::processEvents (this=0x9056eb8, flags=...) at kernel/qeventdispatcher_x11.cpp:132
#11 0xb5ef36ad in QEventLoop::processEvents (this=0xbff5dfa4, flags=...) at kernel/qeventloop.cpp:149
#12 0xb5ef3949 in QEventLoop::exec (this=0xbff5dfa4, flags=...) at kernel/qeventloop.cpp:204
Created attachment 82222 [details]
New crash information added by DrKonqi
kwin (4.10.5) on KDE Platform 4.10.5 using Qt 4.8.5
- What I was doing when the application crashed:
Launch Gwenview in fullscreen mode and then exit (press Esc), then press Alt-Tab to swtich to Desktop.
-- Backtrace (Reduced):
#5 0x0000003ff4a40004 in QETWidget::translateMouseEvent(_XEvent const*) () from /lib64/libQtGui.so.4
#6 0x0000003ff4a3e39c in QApplication::x11ProcessEvent(_XEvent*) () from /lib64/libQtGui.so.4
#7 0x0000003ff4a65880 in QEventDispatcherX11::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtGui.so.4
#8 0x0000003ff2178ecf in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtCore.so.4
#9 0x0000003ff21791c5 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtCore.so.4
This is a direct dupe of bug #317720 thus very likely #288454 The interesting aspect of comment #4 though is, that apparently the titlebar/decoration is not invoked at all while with the tabbox (likely) QML is (as with the many Aurorae/DeclarativeView bugs asumed as dupes by bugzilla) *** This bug has been marked as a duplicate of bug 288454 *** |