| Summary: | Kopete uses 100% of CPU time when being not connected to any IM network | ||
|---|---|---|---|
| Product: | [Unmaintained] kopete | Reporter: | Michał ,,KNT'' Gorycki <knt> |
| Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
| Status: | RESOLVED REMIND | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Michał ,,KNT'' Gorycki
2007-04-11 21:12:21 UTC
Can you reproduce the problem? If so, try the following: make kopete freeze, then kill it with "kill -SEGV <pid-of-kopete>". That should get you a backtrace, which you should paste here. There might also be useful output on the konsole. I can't make kopete freeze with this, but I'll try to get the backtrace. If you notice it using 100% CPU again, we'll want the backtrace from that. http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports should also be helpful as well. Thanks! Sorry, can't get it to freeze otherwise than temporary (a kernel issue with sata drives and high IOWAIT (it's not a Kopete issue)). If you can reproduce this again and can provide more information, please reopen this bug. It's also possible that this is fixed due to Kopete's use of the Solid framework in KDE 4.0 allowing us to detect link status and adjust your online status accordingly. A backtrace when Kopete started with whole KDE, but (ab)used the CPU so much that prevented Kontact (and probably few more apps) from starting. Generated with SIGABRT (but was this signal the right one to use?). I don't know if this situation applies to this, but no better backtrace is in sight. Still I'll leave the bug unopened. (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 -1241638416 (LWP 6095)] (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 0xb5962916 in sqlite3SafetyOn () from /usr/lib/kde3/kopete_statistics.so #7 0xb5965b2a in sqlite3VdbeExec () from /usr/lib/kde3/kopete_statistics.so #8 0xb596a1b5 in sqlite3_step () from /usr/lib/kde3/kopete_statistics.so #9 0xb5926cf6 in StatisticsDB::query () from /usr/lib/kde3/kopete_statistics.so #10 0xb592a4d8 in StatisticsContact::commonStatsCheck () from /usr/lib/kde3/kopete_statistics.so #11 0xb592bfd8 in StatisticsContact::initialize () from /usr/lib/kde3/kopete_statistics.so #12 0xb592c832 in StatisticsContact::contactAdded () from /usr/lib/kde3/kopete_statistics.so #13 0xb592caf3 in StatisticsPlugin::slotContactAdded () from /usr/lib/kde3/kopete_statistics.so #14 0xb592cbcf in StatisticsPlugin::slotMetaContactAdded () from /usr/lib/kde3/kopete_statistics.so #15 0xb592efa3 in StatisticsPlugin::slotInitialize () from /usr/lib/kde3/kopete_statistics.so #16 0xb592f06b in StatisticsPlugin::qt_invoke () from /usr/lib/kde3/kopete_statistics.so #17 0xb6881893 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #18 0xb6c0d8ec in QSignal::signal () from /usr/lib/libqt-mt.so.3 #19 0xb68a1842 in QSignal::activate () from /usr/lib/libqt-mt.so.3 #20 0xb68a9258 in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3 #21 0xb6818af0 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3 #22 0xb681a91f in QApplication::notify () from /usr/lib/libqt-mt.so.3 #23 0xb6fdeca2 in KApplication::notify () from /usr/lib/libkdecore.so.4 #24 0xb67ab209 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3 #25 0xb680b53b in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3 #26 0xb67bfd49 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3 #27 0xb68331ce in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3 #28 0xb6832fde in QEventLoop::exec () from /usr/lib/libqt-mt.so.3 #29 0xb681a699 in QApplication::exec () from /usr/lib/libqt-mt.so.3 #30 0x0807f95c in ?? () #31 0xbfd715f4 in ?? () #32 0xbfd715ec in ?? () #33 0xbfd715e4 in ?? () #34 0x00000000 in ?? () turn off the statistics plugin by running kopete using the following command line: kopete --disable statistics That should fix the problem at least on startup. |