Summary: | Expaning contacts can lead to crash | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Hrvoje Senjan <hrvoje.senjan> |
Component: | contactlist | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | kde |
Priority: | NOR | Keywords: | drkonqi |
Version: | 0.6.2 | ||
Target Milestone: | 0.7-beta | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Hrvoje Senjan
2013-07-03 15:12:00 UTC
Confirmed. To save someone else looking, crash is in getting the contact ID in AccountRole when contact is null. Added kpeople flag which I want set for all _kpeople only_ bugs. I have not seen this crash in a while (only the QStandardItem::emitDataChanged (this=0x1de7670) at itemviews/qstandarditemmodel.cpp:867) crash. Anyone else? (In reply to comment #2) > I have not seen this crash in a while I can confirm this >(only the > QStandardItem::emitDataChanged (this=0x1de7670) at > itemviews/qstandarditemmodel.cpp:867) crash. Same here. But this renders ktp-c-l almost useless. After first successful showing of list, every succeeding try results in a crash... If you have the same as: #5 0x00007faaa1003450 in QStandardItem::emitDataChanged() () from /usr/lib64/libQtGui.so.4 #6 0x00007faaa4aaf0e1 in changed (this=<optimized out>) at /usr/src/debug/ktp-common-internals-0.6.60.git.1378007975/KTp/Models/abstract-grouping-proxy-model.cpp:80 #7 KTp::AbstractGroupingProxyModel::onDataChanged (this=0x1a6eaa0, sourceTopLeft=..., sourceBottomRight=...) at /usr/src/debug/ktp-common-internals-0.6.60.git.1378007975/KTp/Models/abstract-grouping-proxy-model.cpp:313 Follow that here: https://bugs.kde.org/show_bug.cgi?id=322134 Note that it is marked for 0.7 milestone, if it still exists when it comes to the release.. we don't release. (or I pull the kpeople support completely) As for that bug, I /think/ I have a fix. (In reply to comment #4) > Follow that here: https://bugs.kde.org/show_bug.cgi?id=322134 CC'ed already ;-) > As for that bug, I /think/ I have a fix. Ah, great :-) |