Summary: | kopete crash when connecting to msn | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Rob Kaper <webmaster> |
Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | arzuffi.arnaud, ph_gachoud, psb154 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rob Kaper
2002-11-05 01:09:38 UTC
Changed severity to crash. Subject: Re: [Kopete-devel] New: kopete crash when connecting to msn
On Tuesday 05 November 2002 01:09, Rob Kaper wrote:
> #5 0x418fd764 in MSNSocket::sendCommand(QString const&, QString const&,
> bool, QString const&) (this=0x0, cmd=@0xfffffe00, args=@0xbfffe3c0,
> addId=65,
> body=@0x1) at /usr/local/qt/include/qcstring.h:372
> #6 0x419082ef in MSNNotifySocket::addGroup(QString) (this=0x0, groupName=)
> at /usr/local/qt/include/qstring.h:933
Strange that it crashes in sendCommand... do you have the kdDebug() output
handy too?
Subject: Re: [Kopete-devel] New: kopete crash when connecting to msn
On Tuesday 05 November 2002 01:09, Rob Kaper wrote:
> #7 0x418ed557 in MSNProtocol::addGroup(QString const&, QString const&) (
> this=0x82908b8, groupName=@0xbfffe550, contactToAdd=@0x0)
> at msnprotocol.cpp:863
> #8 0x418ebca0 in
> MSNProtocol::slotOnlineStatusChanged(MSNSocket::OnlineStatus)
> (this=0x82908b8, status=Connecting) at msnprotocol.cpp:623
^^^^^^^^^^^^^^^^^^^^^^^^
Connecting, not connected.
And that method starts with
----
void MSNProtocol::slotOnlineStatusChanged( MSNSocket::OnlineStatus status )
{
mIsConnected = status == MSNSocket::Connected;
if ( mIsConnected )
{
----
Is that assignment correct? Or should that be
mIsConnected = ( status == MSNSocket::Connected );
instead?
I can't see any other possibility. Olivier's last commit from yesterday noon
changes this, so I wonder how old Rob's checkout was.
Version: 0.5.8cvs >= 20021020 (using KDE 3.0.9 (KDE 3.1 RC1))
Doesn't say too much.
Rob, from when was this checkout? Does updating help if the checkout is from
before 2002/11/04 12:46:38 (revision 1.157 of msnprotocol.cpp) ?
I've got: /msnprotocol.cpp/1.157/Mon Nov 4 21:50:32 2002// So sorry. :) Seems to be fixed now. The bug was caused by the syncing of groups to the server, but I can't reproduce that anymore. Valgrind remains silent, so unless I'm taking the wrong steps to reproduce I'm pretty confident this bug is fixed. *** Bug 64071 has been marked as a duplicate of this bug. *** *** Bug 66098 has been marked as a duplicate of this bug. *** (no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1241962000 (LWP 11276)] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [KCrash handler] #6 0xb587711a in MSNAccount::slotNotifySocketClosed () from /usr/lib/libkopete_msn_shared.so.0 #7 0xb587f668 in MSNAccount::qt_invoke () from /usr/lib/libkopete_msn_shared.so.0 #8 0xb6832893 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #9 0xb6833338 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #10 0xb58888dc in MSNSocket::socketClosed () from /usr/lib/libkopete_msn_shared.so.0 #11 0xb589c4cd in MSNNotifySocket::disconnect () from /usr/lib/libkopete_msn_shared.so.0 #12 0xb5898f3b in MSNNotifySocket::sslLoginFailed () from /usr/lib/libkopete_msn_shared.so.0 #13 0xb589f0f5 in MSNNotifySocket::qt_invoke () from /usr/lib/libkopete_msn_shared.so.0 #14 0xb6832893 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #15 0xb6833338 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #16 0xb58b916c in MSNSecureLoginHandler::loginFailed () from /usr/lib/libkopete_msn_shared.so.0 #17 0xb58b940f in MSNSecureLoginHandler::slotTweenerReceived () from /usr/lib/libkopete_msn_shared.so.0 #18 0xb58ba5a6 in MSNSecureLoginHandler::qt_invoke () from /usr/lib/libkopete_msn_shared.so.0 #19 0xb6832893 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #20 0xb746d021 in KIO::Job::result () from /usr/lib/libkio.so.4 #21 0xb74c58cd in KIO::Job::emitResult () from /usr/lib/libkio.so.4 #22 0xb74c5d2e in KIO::SimpleJob::slotFinished () from /usr/lib/libkio.so.4 #23 0xb74c643d in KIO::TransferJob::slotFinished () from /usr/lib/libkio.so.4 #24 0xb74c5301 in KIO::SimpleJob::qt_invoke () from /usr/lib/libkio.so.4 #25 0xb74c5363 in KIO::TransferJob::qt_invoke () from /usr/lib/libkio.so.4 #26 0xb6832893 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #27 0xb6bbe8ec in QSignal::signal () from /usr/lib/libqt-mt.so.3 #28 0xb6852842 in QSignal::activate () from /usr/lib/libqt-mt.so.3 #29 0xb685a258 in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3 #30 0xb67c9af0 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3 #31 0xb67cb91f in QApplication::notify () from /usr/lib/libqt-mt.so.3 #32 0xb6f8fca2 in KApplication::notify () from /usr/lib/libkdecore.so.4 #33 0xb675c209 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3 #34 0xb67bc53b in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3 #35 0xb6770d49 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3 #36 0xb67e41ce in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3 #37 0xb67e3fde in QEventLoop::exec () from /usr/lib/libqt-mt.so.3 #38 0xb67cb699 in QApplication::exec () from /usr/lib/libqt-mt.so.3 #39 0x0807f95c in ?? () #40 0xbf8bdfb4 in ?? () #41 0xbf8bdfac in ?? () #42 0xbf8bdfa4 in ?? () #43 0x00000000 in ?? () @comment 8 (Philippe): your problem is NOT this one, but bug #150913, please refer to that one. thx a lot for your answer and for your investment in the community :D best regards Philippe Gachoud On Monday 22 October 2007, Pino Toscano wrote: [bugs.kde.org quoted mail] |