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 95948 - Apparent memory leak in gweather-applet-2
Apparent memory leak in gweather-applet-2
Status: RESOLVED DUPLICATE of bug 98751
Product: gnome-applets
Classification: Other
Component: gweather
unspecified
Other other
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-10-16 15:33 UTC by Nicholas Tang
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Nicholas Tang 2002-10-16 15:33:20 UTC
Package: gnome-applets
Severity: normal
Version: 2.0.3
Synopsis: Apparent memory leak in gweather-applet-2
Bugzilla-Product: gnome-applets
Bugzilla-Component: gweather

Description:
Description of Problem:
When running gweather-applet-2 (v2.0.3) for more than a few hours it
begins to consume more and more memory.  

Steps to reproduce the problem:
1. Start gweather-applet-2
2. Let it run
3. 

Actual Results:
The applet consumes more and more memory over time.

Expected Results:
Should take a fairly static amount of memory and not increase
continually.

How often does this happen?
100% of the time.

Additional Information:

Here's a copy/paste from top.  

 9698 ntang      9   0 75296  11M  6808 S     0.0  4.4   0:00
gweather-applet
 9697 ntang      9   0 75296  11M  6808 S     0.0  4.4   0:00
gweather-applet
 3488 ntang      9   0 75296  11M  6808 S     0.0  4.4   0:00
gweather-applet
 3487 ntang      9   0 75296  11M  6808 S     0.0  4.4   0:00
gweather-applet
 3486 ntang      9   0 75296  11M  6808 S     0.0  4.4   0:00
gweather-applet
 3485 ntang      9   0 75296  11M  6808 S     0.0  4.4   0:00
gweather-applet
 3484 ntang      9   0 75296  11M  6808 S     0.0  4.4   0:07
gweather-applet

Here's a backtrace:

(gdb) bt
  • #0 __poll
    at ../sysdeps/unix/sysv/linux/poll.c line 63
  • #1 g_main_context_poll
    at gmain.c line 2585
  • #2 g_main_context_iterate
    at gmain.c line 2262
  • #3 g_main_loop_run
    at gmain.c line 2487
  • #4 bonobo_main
    at bonobo-main.c line 290
  • #5 bonobo_generic_factory_main
    at bonobo-generic-factory.c line 275
  • #6 panel_applet_factory_main_closure
    at panel-applet.c line 1577
  • #7 panel_applet_factory_main
    at panel-applet.c line 1612
  • #8 main
    at main.c line 57
  • #9 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 129

If there's anything else I can provide, let me know.




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-10-16 11:33 -------

The original reporter (ntang@mail.communityconnect.com) of this bug does not have an account here.
Reassigning to the exporter, unknown@bugzilla.gnome.org.
Reassigning to the default owner of the component, gnome-applets-maint@bugzilla.gnome.org.

Comment 1 Elijah Newren 2002-11-17 04:07:23 UTC
This was reported first, but I noticed bug #98751 first and it has
information on how to quickly notice the bug, so I'm marking this one
as a duplicate of that one.

Note also that bug #96443 may be referring to this same bug and they
attached a patch that may fix this.


*** This bug has been marked as a duplicate of 98751 ***