Summary: | contactlist crashes while trying to block a contact | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Rohan Garg <rohan> |
Component: | contactlist | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | grundleborg, rohan |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 0.4.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Rohan Garg
2011-06-04 22:45:41 UTC
Created attachment 60631 [details]
New crash information added by DrKonqi
telepathy-kde-contactlist (0.1) on KDE Platform 4.6.80 (4.7 Beta1) using Qt 4.7.1
- What I was doing when the application crashed:
Seems it also crashes when trying to unblock a contact via a third party application
- Unusual behavior I noticed:
The contact list crash
- Custom settings of the application:
None
-- Backtrace (Reduced):
#11 0x00007fe0ad01e44f in qt_assert(char const*, char const*, int) () from /opt/project-neon/lib/libQtCore.so.4
#12 0x00007fe0ad13b2ba in QAbstractItemModel::beginInsertRows(QModelIndex const&, int, int) () from /opt/project-neon/lib/libQtCore.so.4
#13 0x00000000004265ed in AccountsModel::onItemsAdded (this=0xdf5390, parent=0xd82a90, nodes=...) at /media/Data/GSoC_2011/telepathy/telepathy-contact-list/accounts-model.cpp:145
#14 0x0000000000426edc in AccountsModel::qt_metacall (this=0xdf5390, _c=QMetaObject::InvokeMetaMethod, _id=4, _a=0x7fffc5fe5960) at /media/Data/GSoC_2011/telepathy/telepathy-contact-list/build/accounts-model.moc:166
[...]
#17 0x000000000042ae3f in TreeNode::childrenAdded (this=0xea5c30, _t1=0xd82a90, _t2=...) at /media/Data/GSoC_2011/telepathy/telepathy-contact-list/build/tree-node.moc:102
Git commit 619f6a20866e1b0fe43be83343c34be7a17476b7 by Martin Klapetek. Committed on 28/10/2011 at 16:59. Pushed by mklapetek into branch 'master'. Fix a crash with debug builds (hitting an assert inside Qt) Reviewed-by: Francesco Nwokeka BUG: 274942 M +3 -1 models/accounts-model-item.cpp http://commits.kde.org/telepathy-common-internals/619f6a20866e1b0fe43be83343c34be7a17476b7 |