Comment 2 for bug 301878

Revision history for this message
darylb (darylblanc) wrote :

I have also noticed this behaviour just now also while using music-applet with rhythmbox. On my Ubuntu 8.10 system it was also a python process that was taking up lots of CPU (~60%). I removed music-applet from my panel and re-added it again and CPU activity went back to normal.

I ran strace on the python process and got a whole load of this:

$ strace -p 6317
Process 6317 attached - interrupt to quit
stat64("/usr/share/locale/en/LC_MESSAGES/music-applet.mo", 0xbfcc88e8) = -1 ENOENT (No such file or directory)
stat64("/usr/share/locale-langpack/en/LC_MESSAGES/music-applet.mo", 0xbfcc88e8) = -1 ENOENT (No such file or directory)
stat64("/usr/share/locale/en_GB.UTF8/LC_MESSAGES/music-applet.mo", 0xbfcc88e8) = -1 ENOENT (No such file or directory)
stat64("/usr/share/locale-langpack/en_GB.UTF8/LC_MESSAGES/music-applet.mo", 0xbfcc88e8) = -1 ENOENT (No such file or directory)
stat64("/usr/share/locale/en_GB/LC_MESSAGES/music-applet.mo", 0xbfcc88e8) = -1 ENOENT (No such file or directory)
stat64("/usr/share/locale-langpack/en_GB/LC_MESSAGES/music-applet.mo", 0xbfcc88e8) = -1 ENOENT (No such file or directory)
stat64("/usr/share/locale/en.UTF8/LC_MESSAGES/music-applet.mo", 0xbfcc88e8) = -1 ENOENT (No such file or directory)
stat64("/usr/share/locale-langpack/en.UTF8/LC_MESSAGES/music-applet.mo", 0xbfcc88e8) = -1 ENOENT (No such file or directory)
stat64("/usr/share/locale/en/LC_MESSAGES/music-applet.mo", 0xbfcc88e8) = -1 ENOENT (No such file or directory)
stat64("/usr/share/locale-langpack/en/LC_MESSAGES/music-applet.mo", 0xbfcc88e8) = -1 ENOENT (No such file or directory)