GNOME Bugzilla – Bug 518633
Preferences window of xchat-gnome eats 100% of the CPU
Last modified: 2008-08-31 15:34:34 UTC
This bug has been filed here: https://bugs.edge.launchpad.net/ubuntu/+source/xchat-gnome/+bug/192967 "Steps to reproduce the bug: 1. Open xchat-gnome 2. Open the preferences window (Edit→Preferences) 3. The CPU using is about 100%" "it seems that there's a loop on the Effects option (look at the background image button which opens a filechooser)" Thanks,
I can confirm this behavior. It makes it nearly impossible to leave the Preferences window open for too long.
I can also confirm this. The background image button text changes between "(none)" and the selected picture name. Also clicking on the button makes the 100% CPU usage stop.
Confirmed, also reported here in Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476762
Created attachment 116274 [details] [review] [PATCH] Listen for file-set and not selection-changed. This was causing 100% cpu consumption and memory devouring, closes: #518633. --- src/fe-gnome/preferences-page-effects.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Thanks! Please commit to svn trunk.
Done!.