Bug 110518 - kopete crashes when sending messages with icq
Summary: kopete crashes when sending messages with icq
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: ICQ and AIM Plugins (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-10 17:42 UTC by Roland Wolters
Modified: 2005-08-13 01:50 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Wolters 2005-08-10 17:42:32 UTC
Version:            (using KDE KDE 3.4.2)
Installed from:    Fedora RPMs
OS:                Linux

When I connect to the icq-network and try to send a message, kopete goes offline from icq giving a notice that an unoccured failure had come up and than crashes.

There are no problems with Jabber, which I use havily.
But there are still some contacts with icq, and I want to use kopete for that. Btw., Gaim has no problems :/

The problems are since August, 5th: In the morning everyone had problems with icq (even some friends of mine running miranda), but some hours later it worked for everyone but me.

Here is the carsh-handler-output:

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
...
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1208550944 (LWP 492)]
(no debugging symbols found)
...
(no debugging symbols found)
[KCrash handler]
#4  0x00fe2493 in Task::go () from /usr/lib/libkopete_oscar.so.2
#5  0x00fdea72 in Client::sendTyping () from /usr/lib/libkopete_oscar.so.2
#6  0x00fdbbd8 in OscarContact::slotTyping ()
   from /usr/lib/libkopete_oscar.so.2
#7  0x00fdc982 in OscarContact::qt_invoke ()
   from /usr/lib/libkopete_oscar.so.2
#8  0x00c1af0b in ICQContact::qt_invoke () from /usr/lib/kde3/kopete_icq.so
#9  0x02b4a5b4 in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#10 0x02b4b150 in QObject::activate_signal_bool ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#11 0x00b6c8b0 in Kopete::ChatSession::myselfTyping ()
   from /usr/lib/libkopete.so.1
#12 0x00b6c8dd in Kopete::ChatSession::typing () from /usr/lib/libkopete.so.1
#13 0x00b6f0f3 in Kopete::ChatSession::qt_invoke ()
   from /usr/lib/libkopete.so.1
#14 0x02b4a5b4 in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#15 0x02b4b150 in QObject::activate_signal_bool ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#16 0x011f4ae2 in ChatTextEditPart::typing ()
   from /usr/lib/kde3/kopete_chatwindow.so
#17 0x011f4b1e in ChatTextEditPart::slotStoppedTypingTimer ()
   from /usr/lib/kde3/kopete_chatwindow.so
#18 0x011f6232 in ChatTextEditPart::qt_invoke ()
   from /usr/lib/kde3/kopete_chatwindow.so
#19 0x02b4a5b4 in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#20 0x02b4aa74 in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#21 0x02ec50bb in QTimer::timeout () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#22 0x02b704e8 in QTimer::event () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#23 0x02ae57ed in QApplication::internalNotify ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#24 0x02ae616c in QApplication::notify ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#25 0x0217e197 in KApplication::notify () from /usr/lib/libkdecore.so.4
#26 0x02ada082 in QEventLoop::activateTimers ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#27 0x02a8e09a in QEventLoop::processEvents ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#28 0x02afdf3b in QEventLoop::enterLoop ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#29 0x02afde46 in QEventLoop::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#30 0x02ae51b9 in QApplication::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#31 0x0806e19c in ?? ()
#32 0x00175de6 in __libc_start_main () from /lib/libc.so.6
#33 0x0806db61 in ?? ()
Comment 1 Matt Rogers 2005-08-10 19:10:35 UTC
Already fixed for KDE 3.5 (Kopete 0.11). 
Comment 2 Roland Wolters 2005-08-10 23:34:10 UTC
Any workaround till then?
Comment 3 Matt Rogers 2005-08-12 19:56:33 UTC
the only workaround is to patch the code to not ever send typing notifications
Comment 4 Roland Wolters 2005-08-13 01:50:02 UTC
Thanks for the answer - is there a integrateble patch available? I would then try to patch the packages of the kde-redhat repository.