Bug 141044 - Kopete crashes when not in use
Summary: Kopete crashes when not in use
Status: RESOLVED DUPLICATE of bug 139294
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: 0.12.3
Platform: Debian testing Linux
: NOR crash
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
: 137023 139846 140310 143725 143833 144100 144397 146076 147137 147252 147625 148310 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-02 03:51 UTC by Francis
Modified: 2007-07-29 20:38 UTC (History)
10 users (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 Francis 2007-02-02 03:51:00 UTC
Version:           0.12.3 (using KDE KDE 3.5.5)
Installed from:    Debian testing/unstable Packages
Compiler:          GCC 4.1.2 Debian 4.1.1-21
OS:                Linux

Kopete was up and running, but I wasn't chatting and I hadn't been chatting with anyone when it crashed for no apparent reason.
It was connected with Yahoo! and MSN and only 8 contacts were online.
Loaded plugins were "history" and "now listening".


(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1240115520 (LWP 5593)]
[KCrash handler]
#5  0xb61ad947 in raise () from /lib/tls/libc.so.6
#6  0xb61af0c9 in abort () from /lib/tls/libc.so.6
#7  0xb639a994 in __gnu_cxx::__verbose_terminate_handler ()
   from /usr/lib/libstdc++.so.6
#8  0xb63983b5 in std::set_unexpected () from /usr/lib/libstdc++.so.6
#9  0xb63983f2 in std::terminate () from /usr/lib/libstdc++.so.6
#10 0xb639852a in __cxa_throw () from /usr/lib/libstdc++.so.6
#11 0xb639896b in operator new () from /usr/lib/libstdc++.so.6
#12 0xb6398a3d in operator new[] () from /usr/lib/libstdc++.so.6
#13 0xb6c9d623 in QString::setLength (this=0xbf9e3170, newLen=913394011)
    at tools/qstring.cpp:1703
#14 0xb6ca4daf in operator>> (s=@0xbf9e30e4, str=@0xbf9e3170)
    at tools/qstring.cpp:6863
#15 0xb7593e23 in KIO::Slave::createSlave (protocol=@0x82d77a8, 
    url=@0x86cd700, error=@0xbf9e3214, error_text=@0xbf9e3210)
    at /home/ana/Debian/kdelibs/kdelibs-3.5.5a.dfsg.1/./kio/kio/slave.cpp:445
#16 0xb75da5f2 in KIO::Scheduler::createSlave (this=0x8424968, 
    protInfo=0x82d7760, job=0x86cd688, url=@0x86cd700)
    at /home/ana/Debian/kdelibs/kdelibs-3.5.5a.dfsg.1/./kio/kio/scheduler.cpp:539
#17 0xb75e5fd7 in KIO::Scheduler::startJobDirect (this=0x8424968)
    at /home/ana/Debian/kdelibs/kdelibs-3.5.5a.dfsg.1/./kio/kio/scheduler.cpp:436
#18 0xb75e6368 in KIO::Scheduler::startStep (this=0x8424968)
    at /home/ana/Debian/kdelibs/kdelibs-3.5.5a.dfsg.1/./kio/kio/scheduler.cpp:273
#19 0xb75e64cc in KIO::Scheduler::qt_invoke (this=0x8424968, _id=4, 
    _o=0xbf9e338c) at ./scheduler.moc:161
#20 0xb6985d4f in QObject::activate_signal (this=0x8424990, clist=0x83b85a8, 
    o=0xbf9e338c) at kernel/qobject.cpp:2356
#21 0xb69867e0 in QObject::activate_signal (this=0x8424990, signal=2)
    at kernel/qobject.cpp:2325
#22 0xb6d10e5e in QTimer::timeout (this=0x8424990)
    at .moc/debug-shared-mt/moc_qtimer.cpp:82
#23 0xb69ad603 in QTimer::event (this=0x8424990, e=0xbf9e36d8)
    at kernel/qtimer.cpp:219
#24 0xb691dc26 in QApplication::internalNotify (this=0xbf9e397c, 
    receiver=0x8424990, e=0xbf9e36d8) at kernel/qapplication.cpp:2635
#25 0xb691fa43 in QApplication::notify (this=0xbf9e397c, receiver=0x8424990, 
    e=0xbf9e36d8) at kernel/qapplication.cpp:2358
#26 0xb70cee0e in KApplication::notify (this=0xbf9e397c, receiver=0x8424990, 
    event=0xbf9e36d8)
    at /home/ana/Debian/kdelibs/kdelibs-3.5.5a.dfsg.1/./kdecore/kapplication.cpp:550
#27 0xb68b1421 in QApplication::sendEvent (receiver=0x8424990, 
    event=0xbf9e36d8) at ../include/qapplication.h:520
#28 0xb6910623 in QEventLoop::activateTimers (this=0x81198e8)
    at kernel/qeventloop_unix.cpp:556
#29 0xb68c576f in QEventLoop::processEvents (this=0x81198e8, flags=4)
    at kernel/qeventloop_x11.cpp:389
#30 0xb6938179 in QEventLoop::enterLoop (this=0x81198e8)
    at kernel/qeventloop.cpp:198
#31 0xb6937f9a in QEventLoop::exec (this=0x81198e8)
    at kernel/qeventloop.cpp:145
#32 0xb691f7bf in QApplication::exec (this=0xbf9e397c)
    at kernel/qapplication.cpp:2758
#33 0x0807e060 in ?? ()
#34 0xbf9e397c in ?? ()
#35 0xbf9e3ab0 in ?? ()
#36 0xbf9e3aa8 in ?? ()
#37 0x00000000 in ?? ()
Comment 1 Tommi Tervo 2007-02-02 09:15:10 UTC
Similar (closed) bug:
http://bugs.kde.org/show_bug.cgi?id=137023

Is this crash reproducible?
Comment 2 Francis 2007-02-02 19:37:29 UTC
I really do not know what happened. I was not even actively using the application. I really cannot tell what happened. 
Comment 3 Tommi Tervo 2007-04-04 13:18:05 UTC
*** Bug 143833 has been marked as a duplicate of this bug. ***
Comment 4 Tommi Tervo 2007-04-04 13:22:26 UTC
*** Bug 143725 has been marked as a duplicate of this bug. ***
Comment 5 Tommi Tervo 2007-04-04 13:24:24 UTC
*** Bug 140310 has been marked as a duplicate of this bug. ***
Comment 6 Pino Toscano 2007-04-18 21:12:37 UTC
*** Bug 144397 has been marked as a duplicate of this bug. ***
Comment 7 Stefan Borggraefe 2007-07-15 22:26:52 UTC
*** Bug 147625 has been marked as a duplicate of this bug. ***
Comment 8 Stefan Borggraefe 2007-07-15 22:27:45 UTC
*** Bug 147252 has been marked as a duplicate of this bug. ***
Comment 9 Stefan Borggraefe 2007-07-15 22:28:25 UTC
*** Bug 147137 has been marked as a duplicate of this bug. ***
Comment 10 Stefan Borggraefe 2007-07-15 22:29:40 UTC
*** Bug 144100 has been marked as a duplicate of this bug. ***
Comment 11 Stefan Borggraefe 2007-07-15 22:30:01 UTC
*** Bug 146076 has been marked as a duplicate of this bug. ***
Comment 12 Stefan Borggraefe 2007-07-15 22:37:34 UTC
*** Bug 137023 has been marked as a duplicate of this bug. ***
Comment 13 Stefan Borggraefe 2007-07-15 22:39:19 UTC
*** Bug 139846 has been marked as a duplicate of this bug. ***
Comment 14 Stefan Borggraefe 2007-07-15 22:48:52 UTC
Confirming because of all the dupes. According to the reports, this still happens with Kopete 0.12.5 and KDE 3.5.7.

There is no way to reliably reproduce this crash known. :-(
Comment 15 Bram Schoenmakers 2007-07-29 10:29:00 UTC

*** This bug has been marked as a duplicate of 139294 ***
Comment 16 Philip Rodrigues 2007-07-29 20:38:08 UTC
*** Bug 148310 has been marked as a duplicate of this bug. ***