Bug 101224 - regression: irc crashes at some point out of nowhere
Summary: regression: irc crashes at some point out of nowhere
Status: RESOLVED WORKSFORME
Alias: None
Product: kopete
Classification: Applications
Component: IRC Plugin (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-10 09:30 UTC by S. Burmeister
Modified: 2005-06-12 17:06 UTC (History)
0 users

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 S. Burmeister 2005-03-10 09:30:48 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    SuSE RPMs
OS:                Linux

The irc-plugin was running minimised, channel was #kde. Suddenly kopete crashed.
This crash did not happen in KDE 3.4 beta2.

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1105010816 (LWP 6029)]
[KCrash handler]
#7  0x400becb7 in Kopete::ChatSession::members ()
   from /opt/kde3/lib/libkopete.so.1
#8  0x42976065 in IRCContact::qt_invoke ()
   from /opt/kde3/lib/kde3/kopete_irc.so
#9  0x42982315 in IRCChannelContact::qt_invoke ()
   from /opt/kde3/lib/kde3/kopete_irc.so
#10 0x4139726a in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#11 0x4295e9b2 in IRCContactManager::privateMessage ()
   from /opt/kde3/lib/kde3/kopete_irc.so
#12 0x4297aea0 in IRCContactManager::slotNewMessage ()
   from /opt/kde3/lib/kde3/kopete_irc.so
#13 0x4297afb9 in IRCContactManager::qt_invoke ()
   from /opt/kde3/lib/kde3/kopete_irc.so
#14 0x4139731e in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#15 0x429a1b0c in KIRC::Engine::incomingMessage ()
   from /opt/kde3/lib/kde3/kopete_irc.so
#16 0x429a8266 in KIRC::Engine::privmsg ()
   from /opt/kde3/lib/kde3/kopete_irc.so
#17 0x429a4334 in KIRC::Engine::qt_invoke ()
   from /opt/kde3/lib/kde3/kopete_irc.so
#18 0x4139731e in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#19 0x429b4272 in KIRC::MessageRedirector::redirect ()
   from /opt/kde3/lib/kde3/kopete_irc.so
#20 0x429b438f in KIRC::MessageRedirector::operator() ()
   from /opt/kde3/lib/kde3/kopete_irc.so
#21 0x429a37d1 in KIRC::Engine::slotReadyRead ()
   from /opt/kde3/lib/kde3/kopete_irc.so
#22 0x429a4477 in KIRC::Engine::qt_invoke ()
   from /opt/kde3/lib/kde3/kopete_irc.so
#23 0x4139731e in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#24 0x41397ac6 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#25 0x40ee4319 in KAsyncIO::readyRead () from /opt/kde3/lib/libkdecore.so.4
#26 0x40fb81ad in KExtendedSocket::socketActivityRead ()
   from /opt/kde3/lib/libkdecore.so.4
#27 0x40fb8368 in KExtendedSocket::qt_invoke ()
   from /opt/kde3/lib/libkdecore.so.4
#28 0x4139731e in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#29 0x4139794d in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#30 0x416e9f30 in QSocketNotifier::activated ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#31 0x413b6f90 in QSocketNotifier::event ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#32 0x41334baf in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#33 0x41336773 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#34 0x40fc05d1 in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#35 0x41328d26 in QEventLoop::activateSocketNotifiers ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#36 0x412e2112 in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#37 0x4134cb41 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#38 0x4134c986 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#39 0x4133663f in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#40 0x0807d370 in main ()
Comment 1 Jason Keirstead 2005-03-10 12:13:35 UTC
What Kopete version is this? 

Can you re-compile with --enable-debug=full? It looks suspiciously similar to 100435, which has been submitted many times.
Comment 2 S. Burmeister 2005-03-10 14:16:06 UTC
kopete version 0.10. It cannot be that bug, if it only occurs when pressing RETURN, as the chat was minimised, as I reported, so no RETURN while chatting. Maybe a return in another app, but that should not affect kopete.
Comment 3 S. Burmeister 2005-06-12 17:06:51 UTC
Never encountred this again, so I think it was fixed.