Summary: | kgamma crashes while selecting `Save settings system wide' | ||
---|---|---|---|
Product: | [Unmaintained] kcontrol | Reporter: | Werner Lemberg <wl> |
Component: | kcmshell | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | andresbajotierra |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Werner Lemberg
2009-02-08 14:09:15 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? You need to install kdebase-runtime-debuginfo and kdebase-workspace-debuginfo packages Thanks :) I did that, without success. I even installed kdebase4-debuginfo and kdelibs4-debuginfo, but the stack trace didn't become better. Any other ideas? You need to install "kdegraphics-debuginfo" to get a better backtrace :) This is probably a duplicate of bug 183124 Aaah. This time the backtrace makes sense :-) See below. And indeed, it seems to be the same as #183124. ================================================================= #6 0xb778bfe2 in QString::operator=(QString const&) () from /usr/lib/libQtCore.so.4 #7 0xb493c9ba in KGamma::loadSystemSettings (this=0x822c200) at /usr/src/debug/kdegraphics-4.2.0/kgamma/kcmkgamma/kgamma.cpp:501 #8 0xb493cb75 in KGamma::changeConfig (this=0x822c200) at /usr/src/debug/kdegraphics-4.2.0/kgamma/kcmkgamma/kgamma.cpp:533 #9 0xb493cf43 in KGamma::qt_metacall (this=0x822c200, _c=QMetaObject::InvokeMetaMethod, _id=117440544, _a=0xbfb0d68c) at /usr/src/debug/kdegraphics-4.2.0/build/kgamma/kcmkgamma/kgamma.moc:70 #10 0xb784c580 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4 #11 0xb784c980 in QMetaObject::activate(QObject*, QMetaObject const*, int, int, void**) () from /usr/lib/libQtCore.so.4 #12 0xb74ae621 in QAbstractButton::clicked(bool) () from /usr/lib/libQtGui.so.4 #13 0xb7201d99 in ?? () from /usr/lib/libQtGui.so.4 #14 0xb7203914 in ?? () from /usr/lib/libQtGui.so.4 #15 0xb7203ba6 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/libQtGui.so.4 #16 0xb6f19a72 in QWidget::event(QEvent*) () from /usr/lib/libQtGui.so.4 #17 0xb7201c3e in QAbstractButton::event(QEvent*) () from /usr/lib/libQtGui.so.4 #18 0xb72191e6 in QCheckBox::event(QEvent*) () from /usr/lib/libQtGui.so.4 #19 0xb6ec18fc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #20 0xb6eca111 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #21 0xb7d8993d in KApplication::notify (this=0xbfb0e61c, receiver=0x81b25e8, event=0xbfb0dc68) at /usr/src/debug/kdelibs-4.2.0/kdeui/kernel/kapplication.cpp:307 #22 0xb7837961 in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4 #23 0xb6ec939e in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&) () from /usr/lib/libQtGui.so.4 #24 0xb6f33756 in ?? () from /usr/lib/libQtGui.so.4 #25 0xb6f32b05 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/libQtGui.so.4 #26 0xb6f5b0ca in ?? () from /usr/lib/libQtGui.so.4 #27 0xb64479a8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #28 0xb644b063 in ?? () from /usr/lib/libglib-2.0.so.0 #29 0xb644b221 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #30 0xb7861fb8 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #31 0xb6f5a7c5 in ?? () from /usr/lib/libQtGui.so.4 #32 0xb783601a in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #33 0xb78361da in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #34 0xb732d357 in QDialog::exec() () from /usr/lib/libQtGui.so.4 #35 0xb7fc506d in kdemain (_argc=2, _argv=0xbfb0e974) at /usr/src/debug/kdebase-runtime-4.2.0/kcmshell/main.cpp:275 #36 0x080486a2 in main (argc=-1265361688, argv=0x81badb0) at /usr/src/debug/kdebase-runtime-4.2.0/build/kcmshell/kcmshell4_dummy.cpp:3 *** This bug has been marked as a duplicate of bug 183124 *** |