After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 560647 - file-roller wakes up the CPU 2 times per second
file-roller wakes up the CPU 2 times per second
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.24.x
Other All
: Normal minor
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2008-11-13 14:34 UTC by William Lovaton
Modified: 2009-01-19 20:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
strace from file-roller (3.00 KB, text/plain)
2008-11-13 14:38 UTC, William Lovaton
Details

Description William Lovaton 2008-11-13 14:34:04 UTC
Please describe the problem:
According to powertop file-roller keeps waking up the CPU while doing nothing.  This prevents the CPU from saving power.

Steps to reproduce:
1. Open file-roller (no need to open or create a file)
2. Check powertop



Actual results:
file-roller show up in powertop as the responsible for waking up the CPU 2 times per second.

Expected results:
file-roller shouldn't wakeup the CPU while being idle.

Does this happen every time?
Yes.

Other information:
I am using a Fedora 10 Preview USB Live system, the relevant packages are the following:
kernel-2.6.27.4-68.fc10.i686
gtk2-2.14.4-3.fc10.i386
file-roller-2.24.1-1.fc10.i386

I'll attach a log from strace soon.
Comment 1 William Lovaton 2008-11-13 14:38:22 UTC
Created attachment 122580 [details]
strace from file-roller

This shows file-roller polling for something every 0.5 seconds.
Comment 2 Paolo Bacchilega 2009-01-19 16:13:52 UTC
Yes, there was a timeout used to check the clipboard.  This is fixed in trunk now, thanks.
Comment 3 William Lovaton 2009-01-19 20:26:00 UTC
Really cool Paolo, thanks!.

Is there any plan to backport this fix to 2.24?