Summary: | systemsettings:Segmentation fault | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | denis <polanov666> |
Component: | kdeui | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | crash | CC: | cfeck, flussence+kdebugs, gldvorak |
Priority: | NOR | ||
Version: | 4.9 | ||
Target Milestone: | --- | ||
Platform: | Slackware | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
denis
2011-06-19 00:58:56 UTC
What are the steps to reproduce this crash? 2011/6/19 Christoph Feck <christoph@maxiom.de> I do not know. Happens often _k_slotAutoSelect means the user has enabled "Select Icons Automatically" in Mouse settings. While file managers do not respect this setting, many other listviews do. Just got this crash with the colors kcm, but I guess the problem is with other modules, too. Application: System Settings (systemsettings), signal: Segmentation fault Using host libthread_db library "/lib/libthread_db.so.1". [Current thread is 1 (Thread 0xb1e9d980 (LWP 4018))] Thread 2 (Thread 0xafd37b40 (LWP 4019)): #0 0xb775d424 in __kernel_vsyscall () #1 0xb5657721 in select () from /lib/libc.so.6 #2 0xb59c8e34 in ?? () from /usr/lib/libQtCore.so.4 #3 0xb58da290 in ?? () from /usr/lib/libQtCore.so.4 #4 0xb5857e32 in start_thread () from /lib/libpthread.so.0 #5 0xb565e96e in clone () from /lib/libc.so.6 Thread 1 (Thread 0xb1e9d980 (LWP 4018)): [KCrash Handler] #7 0xb65de889 in QAbstractItemView::model() const () from /usr/lib/libQtGui.so.4 #8 0xb6655479 in ?? () from /usr/lib/libQtGui.so.4 #9 0xb6655b76 in QListWidget::row(QListWidgetItem const*) const () from /usr/lib/libQtGui.so.4 #10 0xb6bee3c0 in KListWidget::KListWidgetPrivate::_k_slotAutoSelect (this=0x959ef28) at /local/git/KDE/libs/kdelibs/kdeui/itemviews/klistwidget.cpp:125 #11 0xb6beed4c in KListWidget::qt_static_metacall (_o=0x959cf18, _c=QMetaObject::InvokeMetaMethod, _id=6, _a=0xbfdcd3d0) at /local/build/KDE/libs/kdelibs/kdeui/klistwidget.moc:68 #12 0xb5a0569f in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4 #13 0xb5a59125 in QTimer::timeout() () from /usr/lib/libQtCore.so.4 #14 0xb5a0e656 in QTimer::timerEvent(QTimerEvent*) () from /usr/lib/libQtCore.so.4 #15 0xb5a09b74 in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4 #16 0xb6030404 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #17 0xb6035743 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #18 0xb6c2a1d6 in KApplication::notify (this=0xbfdcdbf4, receiver=0x959db60, event=0xbfdcd8e8) at /local/git/KDE/libs/kdelibs/kdeui/kernel/kapplication.cpp:311 #19 0xb59eedce in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4 #20 0xb5a23bdf in ?? () from /usr/lib/libQtCore.so.4 #21 0xb5a212c8 in ?? () from /usr/lib/libQtCore.so.4 #22 0xb2b2f843 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #23 0xb2b2fbe0 in ?? () from /usr/lib/libglib-2.0.so.0 #24 0xb2b2fcc1 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #25 0xb5a21ae7 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #26 0xb60e440a in ?? () from /usr/lib/libQtGui.so.4 #27 0xb59ed64d in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #28 0xb59ed8e9 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #29 0xb59f2e2a in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4 #30 0xb602e2a4 in QApplication::exec() () from /usr/lib/libQtGui.so.4 #31 0x0805a32f in main (argc=5, argv=0xbfdcdd24) at /local/git/KDE/base/kde-workspace/systemsettings/app/main.cpp:49 *** Bug 314961 has been marked as a duplicate of this bug. *** *** Bug 338961 has been marked as a duplicate of this bug. *** The "Select Icons Automatically" feature was removed in KF5. |