Summary: | Text ui crashed when invited to a chat room | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Daniele E. Domenichelli <ddomenichelli> |
Component: | text-ui | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | ddomenichelli, kde, mail, saigkill, thijs22nospam |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 0.4.0 | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Daniele E. Domenichelli
2012-01-23 15:51:47 UTC
I made a few tests and I can confirm that it crashes all the times I fixed this. Created attachment 68188 [details]
New crash information added by DrKonqi
ktp-text-ui (0.3) on KDE Platform 4.7.4 (4.7.4) using Qt 4.8.0
Still not working for me...
Here is a new backtrace
-- Backtrace (Reduced):
#6 QObject::connect (sender=0x200000, signal=0x7f967fcd66b0 "2fetched(QList<AdiumThemeContentInfo>)", receiver=0x27c55b0, method=0x7f967fcd6648 "1onHistoryFetched(QList<AdiumThemeContentInfo>)", type=Qt::AutoConnection) at kernel/qobject.cpp:2551
#7 0x00007f967fcac09a in QObject::connect (this=0x27c55b0, asender=0x200000, asignal=0x7f967fcd66b0 "2fetched(QList<AdiumThemeContentInfo>)", amember=0x7f967fcd6648 "1onHistoryFetched(QList<AdiumThemeContentInfo>)", atype=Qt::AutoConnection) at /usr/include/qt4/QtCore/qobject.h:339
#8 0x00007f967fcaa033 in ChatWidget::chatViewReady (this=0x27c55b0) at /opt/telepathy/ktp-text-ui/lib/chat-widget.cpp:666
#9 0x00007f967fcab795 in ChatWidget::qt_static_metacall (_o=0x27c55b0, _c=QMetaObject::InvokeMetaMethod, _id=19, _a=0x27c9470) at /opt/telepathy/ktp-text-ui/build/lib/chat-widget.moc:118
#10 0x00007f967f943db6 in QObject::event (this=0x27c55b0, e=<optimized out>) at kernel/qobject.cpp:1195
Heh, seems like I moved the crash somewhere else. The code was rather shoddy, it needs rewriting. Created attachment 68191 [details]
New crash information added by DrKonqi
ktp-text-ui (0.3) on KDE Platform 4.8.00 (4.8.0 using Qt 4.7.4
- What I was doing when the application crashed:
I've started using group-chats in KTP daily 2 weeks ago (2012-01-10) and I've never seen a crash since then.
I rebuilt KTP every 2-3 days since then from git-master.
Now it's the first time I see this crash and also can reproduce it constantly when joining (not using an invitation) a group-chat by using "Join Chat Room" in contact-list.
Using KDE 4.8.0, Qt 4.7.4, KTP from git as of 2012-01-26, 10:00 UTC.
-- Backtrace (Reduced):
#6 QObject::connect (sender=0x46a74614da85dae8, signal=0x7ff87ecd9da8 "2fetched(QList<AdiumThemeContentInfo>)", receiver=0xa13f90, method=0x7ff87ecd9d78 "1onHistoryFetched(QList<AdiumThemeContentInfo>)", type=Qt::AutoConnection) at kernel/qobject.cpp:2489
#7 0x00007ff87ecc1f98 in connect (atype=Qt::AutoConnection, amember=0x7ff87ecd9d78 "1onHistoryFetched(QList<AdiumThemeContentInfo>)", asignal=0x7ff87ecd9da8 "2fetched(QList<AdiumThemeContentInfo>)", asender=<optimized out>, this=0xa13f90) at /usr/include/qt4/QtCore/qobject.h:315
#8 ChatWidget::chatViewReady (this=0xa13f90) at /var/tmp/portage/net-im/ktp-text-ui-9999/work/ktp-text-ui-9999/lib/chat-widget.cpp:666
#9 0x00007ff87ecc6503 in ChatWidget::qt_metacall (this=0xa13f90, _c=QMetaObject::InvokeMetaMethod, _id=<optimized out>, _a=0x9e6bf0) at /var/tmp/portage/net-im/ktp-text-ui-9999/work/ktp-text-ui-9999_build/lib/chat-widget.moc:141
#10 0x000000000040b0c0 in ChatTab::qt_metacall (this=0xa13f90, _c=QMetaObject::InvokeMetaMethod, _id=<optimized out>, _a=0x9e6bf0) at /var/tmp/portage/net-im/ktp-text-ui-9999/work/ktp-text-ui-9999_build/app/moc_chat-tab.cpp:69
Git commit ec32f257314382062de5890595a6ad7607020bc1 by David Edmundson. Committed on 29/01/2012 at 18:06. Pushed by davidedmundson into branch 'master'. Tidy up the log loader, and fix all associated crashes REVIEW: 103824 Related: bug 292716 M +3 -6 lib/chat-widget.cpp M +21 -17 lib/logmanager.cpp M +2 -3 lib/logmanager.h http://commits.kde.org/telepathy-text-ui/ec32f257314382062de5890595a6ad7607020bc1 *** Bug 292853 has been marked as a duplicate of this bug. *** |