Bug 180560 - Kopete (0.60.81) crashes when disconnecting from GTalk
Summary: Kopete (0.60.81) crashes when disconnecting from GTalk
Status: RESOLVED DUPLICATE of bug 176821
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: 0.60.81
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-13 14:44 UTC by Kenjiro Tanaka
Modified: 2009-01-13 14:48 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 Kenjiro Tanaka 2009-01-13 14:44:47 UTC
Version:           0.60.81 (using Devel)
Compiler:          gcc-4.2.4 
OS:                Linux
Installed from:    Compiled sources

When I select to go offline on GTalk account Kopete crashes.

Bellow I show what I could get from the backtrace:

##############
This backtrace appears to be of no use.
This is probably because your packages are built in a way which prevents creation of proper backtraces, or the stack frame was seriously corrupted in the crash.

(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
### Loads of lines just like the three above ###

[Thread debugging using libthread_db enabled]
[New Thread 0x7fda8a12d700 (LWP 3639)]
[New Thread 0x41347950 (LWP 3894)]
[New Thread 0x40b46950 (LWP 2760)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
### Loads of lines just like the three above ###

0x00007fda833be3f1 in nanosleep () from /lib/libc.so.6
[Current thread is 0 (LWP 3639)]

Thread 3 (Thread 0x40b46950 (LWP 2760)):
#0  0x00007fda84b9d8e6 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x00007fda84e146d5 in QWaitCondition::wait () from /usr/lib/libQtCore.so.4
#2  0x00007fda861b5ea4 in ?? () from /usr/lib/libQtNetwork.so.4
#3  0x00007fda84e13c22 in ?? () from /usr/lib/libQtCore.so.4
#4  0x00007fda84b9938b in start_thread () from /lib/libpthread.so.0
#5  0x00007fda833f6ced in clone () from /lib/libc.so.6

Thread 2 (Thread 0x41347950 (LWP 3894)):
#0  0x00007fda833ee3b6 in poll () from /lib/libc.so.6
#1  0x00007fda80ec1b22 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007fda80ec21ab in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3  0x00007fda84f1e4b6 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#4  0x00007fda84ef4715 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#5  0x00007fda84ef486b in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#6  0x00007fda73bb9d8b in QCA::SyncThread::run () from /usr/lib/libqca.so.2
#7  0x00007fda84e13c22 in ?? () from /usr/lib/libQtCore.so.4
#8  0x00007fda84b9938b in start_thread () from /lib/libpthread.so.0
#9  0x00007fda833f6ced in clone () from /lib/libc.so.6

Thread 1 (Thread 0x7fda8a12d700 (LWP 3639)):
#0  0x00007fda833be3f1 in nanosleep () from /lib/libc.so.6
#1  0x00007fda833be214 in sleep () from /lib/libc.so.6
#2  0x00007fda85b66e6b in ?? () from /usr/lib/libkdeui.so.5
#3  0x00007fda85b677fd in KCrash::defaultCrashHandler () from /usr/lib/libkdeui.so.5
#4  <signal handler called>
#5  0x00007fda84efd0db in QMetaObject::invokeMethod () from /usr/lib/libQtCore.so.4
#6  0x00007fda861cc934 in QAbstractSocket::disconnectFromHost () from /usr/lib/libQtNetwork.so.4
#7  0x00007fda861ce34d in ?? () from /usr/lib/libQtNetwork.so.4
#8  0x00007fda861bfc41 in ?? () from /usr/lib/libQtNetwork.so.4
#9  0x00007fda83fc148f in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#10 0x00007fda83fc3645 in QApplication::notify () from /usr/lib/libQtGui.so.4
#11 0x00007fda85afdf4b in KApplication::notify () from /usr/lib/libkdeui.so.5
#12 0x00007fda84ef5299 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#13 0x00007fda84f1e31a in ?? () from /usr/lib/libQtCore.so.4
#14 0x00007fda80ebe9c4 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#15 0x00007fda80ec1cc5 in ?? () from /usr/lib/libglib-2.0.so.0
#16 0x00007fda80ec21ab in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#17 0x00007fda84f1e49f in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#18 0x00007fda8404a05f in ?? () from /usr/lib/libQtGui.so.4
#19 0x00007fda84ef4715 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#20 0x00007fda84ef486b in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#21 0x00007fda84ef68b9 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#22 0x0000000000448924 in _start ()
#0  0x00007fda833be3f1 in nanosleep () from /lib/libc.so.6
##############

The problem doesn't happen when I disconnect from WLM or AIM.

If I can help in anyway...
Comment 1 George Kiagiadakis 2009-01-13 14:48:40 UTC

*** This bug has been marked as a duplicate of bug 176821 ***