Bug 182575 - systemsettings crash using key combination windows + ENTER
Summary: systemsettings crash using key combination windows + ENTER
Status: RESOLVED WORKSFORME
Alias: None
Product: kwin
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-31 13:25 UTC by Peter Möller
Modified: 2012-04-13 19:24 UTC (History)
1 user (show)

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 Peter Möller 2009-01-31 13:25:58 UTC
Version:            (using KDE 4.2.0)
OS:                Linux
Installed from:    SuSE RPMs

- open the dialog 
  "Arbeitsflächeneffekte" -> "Alle Effekte"
- i did some activation/deactivation of effects in 
  "Fensterverwaltung" with preview -> no problems
- i pushed the button of properties for a zooming
  effect, in order to find out the short cuts for
  zooming -> no problems
- was told meta-0/-=/-- are the right ones
- interpreting meta as "windows-key" and seeing no
  "=" in my number-pad, i suggested that it could be
  windows+ENTER
- systemsettings crashed, because this event was'nt
  expected ;-)

Here the exception handler output of SIGSEGV

Anwendung: Systemeinstellungen (systemsettings), Signal SIGSEGV
[Current thread is 1 (Thread 0xb60a4700 (LWP 4279))]

Thread 1 (Thread 0xb60a4700 (LWP 4279)):
[KCrash Handler]
#6  0xb803b638 in KPluginSelector::Private::PluginDelegate::slotConfigureClicked() () from /usr/lib/libkutils.so.4
#7  0xb803f84b in KPluginSelector::Private::PluginDelegate::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libkutils.so.4
#8  0xb7533580 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4
#9  0xb7533980 in QMetaObject::activate(QObject*, QMetaObject const*, int, int, void**) () from /usr/lib/libQtCore.so.4
#10 0xb71955e1 in QAbstractButton::clicked(bool) () from /usr/lib/libQtGui.so.4
#11 0xb6ee8d19 in ?? () from /usr/lib/libQtGui.so.4
#12 0xb6ee8e32 in QAbstractButton::click() () from /usr/lib/libQtGui.so.4
#13 0xb70144cc in QDialog::keyPressEvent(QKeyEvent*) () from /usr/lib/libQtGui.so.4
#14 0xb79deaf0 in KDialog::keyPressEvent(QKeyEvent*) () from /usr/lib/libkdeui.so.5
#15 0xb6c0091e in QWidget::event(QEvent*) () from /usr/lib/libQtGui.so.4
#16 0xb6ba88fc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#17 0xb6bb1836 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#18 0xb7a7091d in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#19 0xb751e961 in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#20 0xb7a62bfe in ?? () from /usr/lib/libkdeui.so.5
#21 0xb7a619e5 in ?? () from /usr/lib/libkdeui.so.5
#22 0xb751db3a in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#23 0xb6ba88da in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#24 0xb6bb1836 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#25 0xb7a7091d in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#26 0xb751e961 in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#27 0xb6c094be in ?? () from /usr/lib/libQtGui.so.4
#28 0xb6c3e470 in ?? () from /usr/lib/libQtGui.so.4
#29 0xb6c40606 in ?? () from /usr/lib/libQtGui.so.4
#30 0xb6c18bd5 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/libQtGui.so.4
#31 0xb6c4208a in ?? () from /usr/lib/libQtGui.so.4
#32 0xb64319a8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#33 0xb6435063 in ?? () from /usr/lib/libglib-2.0.so.0
#34 0xb6435221 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#35 0xb7548fb8 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#36 0xb6c41785 in ?? () from /usr/lib/libQtGui.so.4
#37 0xb751d01a in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#38 0xb751d1da in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#39 0xb751f895 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#40 0xb6ba8777 in QApplication::exec() () from /usr/lib/libQtGui.so.4
#41 0x08056b1b in _start ()
Comment 1 Peter Möller 2009-01-31 13:42:40 UTC
just looked for the last conditions:
- the selected zoom feature is in section "Zugangshilfen"
  and has the name "Arbeitsflächenvergrößerung"
Comment 2 Dario Andres 2009-01-31 14:59:57 UTC
If you can reproduce the crash at will, may you read http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports and post a complete backtrace here? Thanks :)
Comment 3 Dario Andres 2009-03-25 19:14:20 UTC
No response. Marking as NEEDSINFO
Comment 4 Peter Möller 2009-03-25 21:55:58 UTC
i tried to reproduce the crash with my actual version of kde 4.2.1 (from opensuse factory repo, last update yesterday). I can't see the effect anymore and its ok for me to close it.
Comment 5 Dario Andres 2009-03-25 21:57:03 UTC
I'm glad it works
Comment 6 Martin Flöser 2012-04-13 19:24:14 UTC
Bulk change: move all KWin kcm bugs to product kwin