Summary: | Kontact crashes when modifying contact in address book | ||
---|---|---|---|
Product: | [Applications] kontact | Reporter: | Dominique Lebrun <dominique.lebrun> |
Component: | contacts | Assignee: | Tobias Koenig <tokoe> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | arnaud.mombrial, kdepim-bugs, woebbeking, yehielb |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6 | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Dominique Lebrun
2010-12-31 11:27:07 UTC
Created attachment 56100 [details]
New crash information added by DrKonqi
kaddressbook (4.4.9) on KDE Platform 4.5.5 (KDE 4.5.5) "release 1" using Qt 4.6.3
I can confirm this for kaddressbook 4.4.9 / KDE 4.5.5 in openSUSE 11.3. If I change a contact, kaddressbook crashes, but the modification is made.
Moreover, if I try to add a new contact, the same happens. I can enter data, then kaddressbook crashes, but the new contact is there afterwards.
-- Backtrace (Reduced):
#7 0xb6d96a42 in QSortFilterProxyModelPrivate::_q_sourceDataChanged (this=0x81acc50, source_top_left=..., source_bottom_right=...) at itemviews/qsortfilterproxymodel.cpp:1149
#8 0xb6d97dd1 in QSortFilterProxyModel::qt_metacall (this=0x8223820, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0xbfb7e8e4) at .moc/release-shared/moc_qsortfilterproxymodel.cpp:128
#9 0xb56e0342 in AkonadiFuture::ContactsFilterModel::qt_metacall (this=0x8223820, _c=QMetaObject::InvokeMetaMethod, _id=30, _a=0xbfb7e8e4)
at /usr/src/debug/kdepim-4.4.9/build/libkdepim/contactsfilterproxymodel.moc:68
[...]
[...]
#12 0xb62ee71d in QAbstractItemModel::dataChanged (this=0x8223b10, _t1=..., _t2=...) at .moc/release-shared/moc_qabstractitemmodel.cpp:148
#13 0xb6d96318 in QSortFilterProxyModelPrivate::_q_sourceDataChanged (this=0x8223b90, source_top_left=..., source_bottom_right=...) at itemviews/qsortfilterproxymodel.cpp:1154
In both cases (change an old or add a new contact), the crash is reproduceable. It always crashes on the first attempt. *** Bug 266308 has been marked as a duplicate of this bug. *** *** Bug 266312 has been marked as a duplicate of this bug. *** *** Bug 267982 has been marked as a duplicate of this bug. *** *** Bug 267980 has been marked as a duplicate of this bug. *** *** Bug 269318 has been marked as a duplicate of this bug. *** I also can confirm this with kdepim 4.4.11 and kde 4.6.3. Additional information: ASSERT failure in QVector<T>::at: "index out of range" This crash is likely fixed in kdepim > 4.6. Feel free to reopen if you get a similar backtrace with a recent kdepim version. |