Fedora Linux Support Community & Resources Center
  #1  
Old 4th April 2011, 01:05 AM
twohot's Avatar
twohot Offline
Registered User
 
Join Date: Jun 2009
Location: 9ja://coalcity
Posts: 243
linuxfirefox
F15: Nautilus is being naughty ... 100% CPU usage

I can't use Nautilus for up to 2mins without hitting 100%+ CPU usage. This happens with a right-click event, or copy event and usually within 'Downloads' folder. Is this a known issue?
  #2  
Old 4th April 2011, 04:44 AM
chdongsh Offline
Registered User
 
Join Date: Nov 2007
Posts: 44
linuxfirefox
Re: F15: Nautilus is being naughty ... 100% CPU usage

I never meet this problem
  #3  
Old 4th April 2011, 10:27 AM
twohot's Avatar
twohot Offline
Registered User
 
Join Date: Jun 2009
Location: 9ja://coalcity
Posts: 243
linuxfirefox
Re: F15: Nautilus is being naughty ... 100% CPU usage

Interesting

I erased/removed nautilus and reinstalled it. Some vital packages went away as dependencies e.g. deja-dup, evince-nautilus, totem-nautilus, file-roller-nautilus. Attempting to reinstall those give me errors:

Code:
Error: Protected multilib versions: 1:totem-2.91.92-1.fc15.i686 != 1:totem-2.91.93-1.fc15.x86_64
Error: Protected multilib versions: openldap-2.4.23-9.fc15.i686 != openldap-2.4.24-2.fc15.x86_64
Error: Protected multilib versions: libpeas-0.7.4-1.fc15.i686 != libpeas-0.9.0-1.fc15.x86_64


---------- Post added at 10:27 AM ---------- Previous post was at 09:50 AM ----------

Even then I still get 100% CPU usage running nautilus without the extra packages. This is definitely a bug
  #4  
Old 4th April 2011, 11:34 AM
tox
Guest
 
Posts: n/a
linuxchrome
Re: F15: Nautilus is being naughty ... 100% CPU usage

Quote:
Originally Posted by twohot View Post
I can't use Nautilus for up to 2mins without hitting 100%+ CPU usage. This happens with a right-click event, or copy event and usually within 'Downloads' folder. Is this a known issue?
i cant reproduce your problem either
  #5  
Old 4th April 2011, 01:04 PM
twohot's Avatar
twohot Offline
Registered User
 
Join Date: Jun 2009
Location: 9ja://coalcity
Posts: 243
linuxfirefox
Re: F15: Nautilus is being naughty ... 100% CPU usage

Quote:
Originally Posted by detox View Post
i cant reproduce your problem either
Then something is uniquely wrong ... looks like a case of total re-installation. I've had F15 from Alpha stage (been updating from fedora, fedora-testing and rpmfusion rawhide repos). I think its time to consider F15 BETA as a starting point.
  #6  
Old 4th April 2011, 01:15 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: F15: Nautilus is being naughty ... 100% CPU usage

when you go to re-install the dependencies that got removed, try disabling the updates-testing repo and see what happens. Those 3 packages that give you an error, the later package is sitting in updates-testing, so by disabling that repo, you may be able to install, then enable updates-testing and update..

Also, are you using packagekit to try and install them? There is a bug similar to what you describe using packagekit, but they said theirs works using yum.

https://bugzilla.redhat.com/show_bug.cgi?id=692453

Last edited by DBelton; 4th April 2011 at 01:20 PM.
  #7  
Old 4th April 2011, 05:55 PM
twohot's Avatar
twohot Offline
Registered User
 
Join Date: Jun 2009
Location: 9ja://coalcity
Posts: 243
linuxfirefox
Re: F15: Nautilus is being naughty ... 100% CPU usage

I have filed a bug at bugzilla for Nautilus Component in Fedora. The Developers need a back-trace. The new problem is that I can't get debuginfo packages for two dependences. Anyone who knows where I can find them is highly appreciated:

Code:
Could not find debuginfo for main pkg: libgcc-4.6.0-1.fc15.x86_64
Could not find debuginfo for main pkg: libstdc++-4.6.0-1.fc15.x86_64
  #8  
Old 5th April 2011, 02:34 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: F15: Nautilus is being naughty ... 100% CPU usage

debug packages are in the debug repos.

enable repos updates-debuginfo fedora-debuginfo updates-testing-debuginfo

you can either edit the /etc/yum.repos.d/fedora* repo files and set the debuginfo repos to enabled, or just use the enablerepo switch on the yum command line.

Edit:

only enable the updates-testing-debuginfo repo if you have the updates-testing repo enabled as well. You may get mismatched packages if you have one enabled without the other.

Last edited by DBelton; 5th April 2011 at 02:39 AM.
  #9  
Old 5th April 2011, 06:40 PM
twohot's Avatar
twohot Offline
Registered User
 
Join Date: Jun 2009
Location: 9ja://coalcity
Posts: 243
linuxfirefox
Re: F15: Nautilus is being naughty ... 100% CPU usage

Quote:
Originally Posted by DBelton View Post
debug packages are in the debug repos.

enable repos updates-debuginfo fedora-debuginfo updates-testing-debuginfo

you can either edit the /etc/yum.repos.d/fedora* repo files and set the debuginfo repos to enabled, or just use the enablerepo switch on the yum command line.

Edit:

only enable the updates-testing-debuginfo repo if you have the updates-testing repo enabled as well. You may get mismatched packages if you have one enabled without the other.
Both ways i get the errors:
This time one more package has been added.:
Code:
Could not find debuginfo for main pkg: adwaita-gtk3-theme-2.91.92.1-1.fc15.x86_64
  #10  
Old 5th April 2011, 11:40 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: F15: Nautilus is being naughty ... 100% CPU usage

Those packages may not have a debuginfo package in the repos. I can't imagine a theme package having a debuginfo package. (I may be and probably am wrong about this.. )
  #11  
Old 5th April 2011, 11:52 PM
twohot's Avatar
twohot Offline
Registered User
 
Join Date: Jun 2009
Location: 9ja://coalcity
Posts: 243
windows_vistafirefox
Re: F15: Nautilus is being naughty ... 100% CPU usage

Quote:
Originally Posted by DBelton View Post
Those packages may not have a debuginfo package in the repos. I can't imagine a theme package having a debuginfo package. (I may be and probably am wrong about this.. )
I guess I have to report that 'wall' to the guys at bugzilla. Unless, someone knows another way to get a backtrace from a naughty Nautilus
  #12  
Old 7th April 2011, 08:34 PM
twohot's Avatar
twohot Offline
Registered User
 
Join Date: Jun 2009
Location: 9ja://coalcity
Posts: 243
linuxfirefox
Re: F15: Nautilus is being naughty ... 100% CPU usage

Finally the Culprit Emerges! It was a bug alright ... an ugly one.
https://bugzilla.redhat.com/show_bug.cgi?id=693061

Nautilus was chewing on source SVG file for Fedora Wallpaper (trying to generate thumbnail). My, that File is huge. Inkscape was having hard time with it too. I didn't realize there could be more.

WARNING: Avoid large SVG files!
 

Tags
100%, cpu, f15, naughty, nautilus, usage

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Nautilus memory usage is high after loading folder with lots of images boxxy Using Fedora 4 28th November 2010 11:19 PM
Heavy Steady CPU usage by Nautilus blacflame Using Fedora 0 11th June 2009 11:26 PM
FC6 - Naughty codecs and Java install instructions Wayne Using Fedora 1 20th January 2007 10:48 PM
Have you been naughty or nice? Wayne Wibble 10 22nd December 2006 10:03 PM
Nautilus occasionally goes up to 99% CPU usage BandC Using Fedora 0 3rd November 2006 04:45 PM


Current GMT-time: 01:04 (Sunday, 26-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat