Bug 123021 - Changed "Status appears" in gimlet preferences, gnome-im-switcher-applet has CPU usage over 80%.
Summary: Changed "Status appears" in gimlet preferences, gnome-im-switcher-applet has ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: im-sdk
Version: rawhide
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Yu Shao
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: IIIMF
TreeView+ depends on / blocked
 
Reported: 2004-05-11 13:14 UTC by sangu
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-06-22 01:18:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description sangu 2004-05-11 13:14:36 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6)
Gecko/20040506 Epiphany/1.2.5

Description of problem:
Changed "Status appears" in gimet preferences,
gnome-im-switcher-applet  has 100% CPU usage.

Version-Release number of selected component (if applicable):
im-sdk-11.4-42

How reproducible:
Always

Steps to Reproduce:
1. Execute gimet preferences.
2. Change Status appears.
3. Execute top in gnome-terminal.

Actual Results:  gnome-im-switcher-applet has CPU usage over 80%.

Additional info:

locale ko_KR.UTF-8, GNOME 2.6, kernel-2.6.5-1.358, xorg-x11-6.7.0-2.

Comment 1 Yu Shao 2004-05-19 05:24:01 UTC
A suggested patch, without patch, gimlet will enter into a infinite loop.

--- preference.c.orig   2004-05-19 15:13:40.463417160 +1000
+++ preference.c        2004-05-19 15:14:32.005581560 +1000
@@ -337,7 +337,7 @@
   value = gconf_value_get_bool (entry->value);
  
   gimlet->showicon = (value != 0);
-  appearance_update (gimlet);
+  //appearance_update (gimlet);
 }
  
 static void
@@ -354,7 +354,7 @@
   value = gconf_value_get_bool (entry->value);
  
   gimlet->showtext = (value != 0);
-  appearance_update (gimlet);
+  //appearance_update (gimlet);
 }
  
 static gboolean



Note You need to log in before you can comment on or make changes to this bug.