Bug 274578 - kded4 busy loop after suspend on ram resume
Summary: kded4 busy loop after suspend on ram resume
Status: RESOLVED DUPLICATE of bug 268038
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-31 09:10 UTC by Daniele Depetrini
Modified: 2011-05-31 12:36 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 Daniele Depetrini 2011-05-31 09:10:02 UTC
Version:           unspecified (using KDE 4.6.2) 
OS:                Linux

After resuming a session from "suspend on memory", if connected to network before the connection, kded4 consume 100% CPU (one core). I've generated a core file with gcore and the looping thread is always showing a backtrace like:


Thread 3 (Thread 1930):
#0  0x00007ffe295fb078 in rtnl_link_get_ifindex@plt () from /usr/lib/ntrack/modules/ntrack-libnl1.so
#1  0x00007ffe295fb4ee in ?? () from /usr/lib/ntrack/modules/ntrack-libnl1.so
#2  0x00007ffe295fba9d in _ntrack_arch_process_data () from /usr/lib/ntrack/modules/ntrack-libnl1.so
#3  0x00007ffe29a07ecb in QNtrack::socketActivated(int) () from /usr/lib/libntrack-qt4.so.1
#4  0x00007ffe29a0822a in QNtrack::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libntrack-qt4.so.1
#5  0x00007ffe48d145f8 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
#6  0x00007ffe48d5bb7e in QSocketNotifier::activated(int) () from /usr/lib/libQtCore.so.4
#7  0x00007ffe48d19f4b in QSocketNotifier::event(QEvent*) () from /usr/lib/libQtCore.so.4
#8  0x00007ffe480c09e4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#9  0x00007ffe480c53aa in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#10 0x00007ffe49a7a866 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#11 0x00007ffe48cff49c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#12 0x00007ffe48d29da9 in ?? () from /usr/lib/libQtCore.so.4
#13 0x00007ffe44d5cbcd in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#14 0x00007ffe44d5d3a8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#15 0x00007ffe44d5d639 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#16 0x00007ffe48d2a3ef in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#17 0x00007ffe48167dfe in ?? () from /usr/lib/libQtGui.so.4
#18 0x00007ffe48cfe882 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#19 0x00007ffe48cfeabc in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#20 0x00007ffe48d02ecb in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#21 0x00007ffe394fd135 in kdemain () from /usr/lib/kde4/libkdeinit/libkdeinit4_kded4.so
#22 0x0000000000406dd3 in _start ()

I may supply full cores if needed.

Daniele.


Reproducible: Always

Steps to Reproduce:
Connect on network, both wired and wireless. Suspend on ram. Resume the PC.

Actual Results:  
most kde functionalities not working. kded4 uses 100% CPU

Expected Results:  
Works like a charm :-)
Comment 1 Christoph Feck 2011-05-31 12:36:35 UTC

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