https://bugs.kde.org/show_bug.cgi?id=252530
Felix Wolfsteller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |felix.wolfstel...@intevatio | |n.de Severity|major |critical --- Comment #2 from Felix Wolfsteller <felix wolfsteller intevation de> 2010-09-27 13:23:29 --- Similar situation in kaddressbook-mobile: 0) Start kaddressbook-mobile 1) Select a folder 2) Click on folder to get into multiselection view 3) Select >2 contacts 4) Copy contacts to another folder In the following, i noticed a small lag (1 or 2 sec), made a backtrace in gdb. After I continued, application crashed (see below). (gdb) bt #0 QSortFilterProxyModelPrivate::proxy_to_source (this=0x2cfc70, proxy_index=...) at itemviews/qsortfilterproxymodel.cpp:368 #1 0x41b6f078 in QSortFilterProxyModel::mapToSource (this=<value optimized out>, proxyIndex=...) at itemviews/qsortfilterproxymodel.cpp:2491 #2 0x41b6e1b0 in QSortFilterProxyModelPrivate::store_persistent_indexes (this=<value optimized out>) at itemviews/qsortfilterproxymodel.cpp:994 #3 0x41b6e4ac in QSortFilterProxyModelPrivate::_q_sourceLayoutAboutToBeChanged (this=0x2cfc70) at itemviews/qsortfilterproxymodel.cpp:1242 #4 0x41b79080 in QSortFilterProxyModel::qt_metacall (this=0x2191c8, _c=QMetaObject::InvokeMetaMethod, _id=9, _a=0xbea007c4) at .moc/release-shared/moc_qsortfilterproxymodel.cpp:132 #5 0x40507590 in Akonadi::EntityMimeTypeFilterModel::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libakonadi-kde.so.4 #6 0x42270bf4 in QMetaObject::metacall (object=0xbea00674, cl=2948208, idx=-1096808828, argv=0x248a60) at kernel/qmetaobject.cpp:237 #7 0x42287b98 in QMetaObject::activate (sender=0x2e0580, m=<value optimized out>, local_signal_index=<value optimized out>, argv=0x248a60) at kernel/qobject.cpp:3272 #8 0x422f1498 in QAbstractItemModel::layoutAboutToBeChanged (this=0xbea00674) at .moc/release-shared/moc_qabstractitemmodel.cpp:167 #9 0x4118c9a4 in ?? () from /usr/lib/libkdeui.so.5 #10 0x4118c9a4 in ?? () from /usr/lib/libkdeui.so.5 Backtrace stopped: previous frame identical to this frame (corrupt stack?) (gdb) c Continuing. Program terminated with signal SIGALRM, Alarm clock. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
