Bug 221559
Summary: | clock-applet leaks memory | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Sam Steingold <sds> | ||||
Component: | gnome-panel | Assignee: | Ray Strode [halfline] <rstrode> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | rawhide | CC: | moneta.mace, mtasaka | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2007-04-20 14:12:40 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 150225, 207681 | ||||||
Attachments: |
|
Description
Sam Steingold
2007-01-05 06:02:06 UTC
I increased the priority because this bug impacts the system performance, so it affects other programs as well. Does this still happen with 2.16.3 ? Created attachment 148267 [details]
Screenshot of "gnome-system-monitor" listing "clock-applet"
This happens even for "gnome-panel-2.17.91-6.fc7". After 2 days of
uptime, the applet consumes 224 MB !!
Still happens on newest gnome-panel (FC-devel) [tasaka1@localhost ~]$ LANG=C date ; ps auwwx | grep clock-applet | grep -v grep Sat Mar 24 13:19:13 JST 2007 tasaka1 30102 2.7 2.0 44228 15292 ? S 13:19 0:00 /usr/libexec/clock-applet --oaf-activate-iid=OAFIID:GNOME_ClockApplet_Factory --oaf-ior-fd=25 [tasaka1@localhost ~]$ LANG=C date ; ps auwwx | grep clock-applet | grep -v grep Sat Mar 24 13:33:51 JST 2007 tasaka1 30102 1.0 2.4 47724 18800 ? S 13:19 0:09 /usr/libexec/clock-applet --oaf-activate-iid=OAFIID:GNOME_ClockApplet_Factory --oaf-ior-fd=25 [tasaka1@localhost ~]$ LANG=C date ; ps auwwx | grep clock-applet | grep -v grep Sat Mar 24 14:11:08 JST 2007 tasaka1 30102 1.1 3.6 56628 27732 ? S 13:19 0:34 /usr/libexec/clock-applet --oaf-activate-iid=OAFIID:GNOME_ClockApplet_Factory --oaf-ior-fd=25 [tasaka1@localhost ~]$ LANG=C date ; ps auwwx | grep clock-applet | grep -v grep Sat Mar 24 15:09:55 JST 2007 tasaka1 30102 1.1 5.5 70744 41796 ? S 13:19 1:15 /usr/libexec/clock-applet --oaf-activate-iid=OAFIID:GNOME_ClockApplet_Factory --oaf-ior-fd=25 [tasaka1@localhost ~]$ LANG=C date ; ps auwwx | grep clock-applet | grep -v grep Sat Mar 24 15:12:52 JST 2007 tasaka1 30102 1.1 5.6 71396 42492 ? S 13:18 1:17 /usr/libexec/clock-applet --oaf-activate-iid=OAFIID:GNOME_ClockApplet_Factory --oaf-ior-fd=25 [tasaka1@localhost ~]$ rpm -q gnome-panel gnome-panel-2.18.0-1.fc7 Adding to FC7Target On the rawhide yesterday (2007 Apr 19), the symptom of clock-applet seems to have disappeared...... Currently for several days clock-applet seems okay. Ok, thanks for the update. Closing for now then. Please file a new bug if you see something similar again. |