Summary: | Crash while using kde telepathy | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Aleix Pol <aleixpol> |
Component: | contactlist | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | alinm.elena, kde, mail, wizard.karan |
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | 0.4.0 | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi New crash information added by DrKonqi |
Description
Aleix Pol
2011-06-06 22:31:35 UTC
*** Bug 275262 has been marked as a duplicate of this bug. *** *** Bug 275742 has been marked as a duplicate of this bug. *** *** Bug 275214 has been marked as a duplicate of this bug. *** I think I've fixed this. Please check current master and re-open if you get a similar crash. Created attachment 61321 [details]
New crash information added by DrKonqi
telepathy-kde-contactlist (0.1) on KDE Platform 4.6.80 (4.7 Beta1) "release 1" using Qt 4.8.0
cl crashes immediately after set online...
other times just sets the account offline without a crash
- What I was doing when the application crashed:
- Unusual behavior I noticed:
- Custom settings of the application:
-- Backtrace (Reduced):
#7 0x000000000043d656 in ProxyTreeNode::data (this=<optimized out>, role=<optimized out>) at /usr/src/debug/telepathy-contact-list-0.1git.1308931168/models/proxy-tree-node.cpp:71
#8 0x000000000043b66b in GroupsModel::data (this=<optimized out>, index=<optimized out>, role=<optimized out>) at /usr/src/debug/telepathy-contact-list-0.1git.1308931168/models/groups-model.cpp:100
#9 0x00007f3fe416aa1c in QSortFilterProxyModel::data(QModelIndex const&, int) const () from /usr/lib64/libQtGui.so.4
#10 0x000000000041efc9 in data (arole=32, this=0x7fffa186f020) at /usr/include/QtCore/qabstractitemmodel.h:399
#11 ContactDelegate::sizeHint (this=0x98fb40, option=..., index=...) at /usr/src/debug/telepathy-contact-list-0.1git.1308931168/contact-delegate.cpp:180
Reopening based on above information. Created attachment 61393 [details]
New crash information added by DrKonqi
telepathy-kde-contactlist (0.1) on KDE Platform 4.6.4 (4.6.4) using Qt 4.7.2
- What I was doing when the application crashed:
Still happens here (crash after resuming laptop from s2ram).
Using git e0799a6a
-- Backtrace (Reduced):
#7 0x0000000000443056 in ProxyTreeNode::data (this=<value optimized out>, role=32) at /var/tmp/portage/net-im/telepathy-contact-list-9999/work/telepathy-contact-list-9999/models/proxy-tree-node.cpp:71
#8 0x0000000000441046 in GroupsModel::data (this=<value optimized out>, index=<value optimized out>, role=32) at /var/tmp/portage/net-im/telepathy-contact-list-9999/work/telepathy-contact-list-9999/models/groups-model.cpp:100
#9 0x00007f026c6ebc34 in QSortFilterProxyModel::data (this=<value optimized out>, index=..., role=32) at itemviews/qsortfilterproxymodel.cpp:1715
#10 0x000000000041f40b in data (this=0x8bdfc0, option=..., index=...) at /usr/include/qt4/QtCore/qabstractitemmodel.h:398
#11 ContactDelegateCompact::sizeHint (this=0x8bdfc0, option=..., index=...) at /var/tmp/portage/net-im/telepathy-contact-list-9999/work/telepathy-contact-list-9999/contact-delegate-compact.cpp:158
Created attachment 61497 [details]
New crash information added by DrKonqi
telepathy-kde-contactlist (0.1) on KDE Platform 4.6.4 (4.6.4) using Qt 4.7.2
- What I was doing when the application crashed:
Now I got this crash not just while running it in the background, but when going offline and then back online with one of my accounts.
-- Backtrace (Reduced):
#7 0x0000000000443056 in ProxyTreeNode::data (this=<value optimized out>, role=32) at /var/tmp/portage/net-im/telepathy-contact-list-9999/work/telepathy-contact-list-9999/models/proxy-tree-node.cpp:71
#8 0x0000000000441046 in GroupsModel::data (this=<value optimized out>, index=<value optimized out>, role=32) at /var/tmp/portage/net-im/telepathy-contact-list-9999/work/telepathy-contact-list-9999/models/groups-model.cpp:100
#9 0x00007ff03738fc34 in QSortFilterProxyModel::data (this=<value optimized out>, index=..., role=32) at itemviews/qsortfilterproxymodel.cpp:1715
#10 0x000000000041f40b in data (this=0x8893a0, option=..., index=...) at /usr/include/qt4/QtCore/qabstractitemmodel.h:398
#11 ContactDelegateCompact::sizeHint (this=0x8893a0, option=..., index=...) at /var/tmp/portage/net-im/telepathy-contact-list-9999/work/telepathy-contact-list-9999/contact-delegate-compact.cpp:158
Hopefully fixed (again). Please reopen again if you still encounter the same bug. |