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 518633 - Preferences window of xchat-gnome eats 100% of the CPU
Preferences window of xchat-gnome eats 100% of the CPU
Status: RESOLVED FIXED
Product: xchat-gnome
Classification: Other
Component: general
0.18
Other Linux
: Normal critical
: ---
Assigned To: xchat-gnome maintainers
xchat-gnome maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-25 15:20 UTC by Pedro Villavicencio
Modified: 2008-08-31 15:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] Listen for file-set and not selection-changed. (1.24 KB, patch)
2008-08-10 05:24 UTC, Diego Escalante Urrelo (not reading bugmail)
committed Details | Review

Description Pedro Villavicencio 2008-02-25 15:20:17 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,
Comment 1 Jacob Peddicord 2008-03-04 03:07:34 UTC
I can confirm this behavior. It makes it nearly impossible to leave the Preferences window open for too long.
Comment 2 Michael Budde 2008-05-04 09:37:41 UTC
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.
Comment 3 Diego Escalante Urrelo (not reading bugmail) 2008-08-10 03:43:19 UTC
Confirmed, also reported here in Debian:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476762
Comment 4 Diego Escalante Urrelo (not reading bugmail) 2008-08-10 05:24:33 UTC
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(-)
Comment 5 Christian Persch 2008-08-31 15:23:22 UTC
Thanks! Please commit to svn trunk.
Comment 6 Diego Escalante Urrelo (not reading bugmail) 2008-08-31 15:34:34 UTC
Done!.