[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2009-10-26 Thread Jakob Unterwurzacher
*** This bug is a duplicate of bug 385067 ***
https://bugs.launchpad.net/bugs/385067

** This bug has been marked a duplicate of bug 385067
   gnome-panel consumes excessive memory

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2008-05-12 Thread tenco
Same problem here on Hardy Heron. No vertical panel at all.

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-11-09 Thread Joanc
Till I installed gutsy the problem of the gnome-panel was annoying me  a lot. 
I have been killing gnome-panels many many times, today I discovered that 
killing the gnome panel was not restarting correctly, only after closing some 
windows, it is working ok, so it seems that there is a problem of distributting 
the tasks in the task bar...

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-10-28 Thread Warn36
I can confirm the same problem on Gutsy.

Memory consumption and CPU used to grow up to 60%-70% within less than an hour 
freezing the whole machine.
I turned the vertical panel to horizontal and the problem is gone. Just like 
that. I didn't even have to reboot.

Another hint I would like to add is that when I first upgraded I had to
slightly widen the vertical panel or icons would not draw properly. I
don't know if it is a related or an unrelated bug.


Warn

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-10-26 Thread Anne van Rossum
I had the same problem, most often the trigger was opening evince for a
.ps or .pdf document. It's one of the things done when I have already a
lot of applications open.

As Paul (pantoine) describes, I happen to use my menu also in a vertical
manner! That's I guess no coincidence. I have it now at the bottom
again, and its back to normal now.

So, I can affirm the Gutsy + Vertical Panel memory leak.

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-10-16 Thread Shea McCombs
This just started happening to me within the last week or two in Feisty.
You can literally sit and watch gnome-panel and it will grow by about
100KBytes of resident memory every 10 seconds.  I tried a few things to
isolate the cause but ended up just running valgrind to see what it saw.
I've attached the output from:

valgrind -v --leak-check=full gnome-panel

This was left running overnight for about 8 hours.

A couple highlights from the leak checker:
==6757== 197,917,668 bytes in 318,708 blocks are definitely lost in loss record 
210 of 210
==6757==at 0x4021620: malloc (vg_replace_malloc.c:149)
==6757==by 0x48E9A61: XGetWindowProperty (in /usr/lib/libX11.so.6.2.0)

==6757== LEAK SUMMARY:
==6757==definitely lost: 201,949,576 bytes in 462,132 blocks.

Current workaround: don't run gnome-panel

Basic machine stats:
Ubuntu 7.04
P4-2.85, HT enabled, SMP kernel
2GB RAM
proprietary nvidia driver, 100.14.19


** Attachment added: valgrind -v --leak-check=full gnome-panel
   http://launchpadlibrarian.net/10049220/gnome-panel-valgrind.txt

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-10-16 Thread pantoine
Hi Shea... I think I've found what causes it!  I was running one of my 
two panels vertically and it seems to me that once enough windows are 
open the re-drawing of the window icons on the vertical panel causes an 
infinite loop of some kind (deadlock??) with the mallocs growing mem usage.

Workaround: only use horizontal panels.  I happened to try this and have 
been running this way all day without failure.  Horizontal is the 
default with the Gutsy install so chances are others won't see it.

Are you running a panel vertically?  If not, can you see if you can 
reproduce the problem this way?

Please let me know how I can help further - unfortunately I don't have 
time to explore the source code as I have several projects with deadlines.

Thanks,
Paul


Shea McCombs wrote:
 This just started happening to me within the last week or two in Feisty.
 You can literally sit and watch gnome-panel and it will grow by about
 100KBytes of resident memory every 10 seconds.  I tried a few things to
 isolate the cause but ended up just running valgrind to see what it saw.
 I've attached the output from:

 valgrind -v --leak-check=full gnome-panel

 This was left running overnight for about 8 hours.

 A couple highlights from the leak checker:
 ==6757== 197,917,668 bytes in 318,708 blocks are definitely lost in loss 
 record 210 of 210
 ==6757==at 0x4021620: malloc (vg_replace_malloc.c:149)
 ==6757==by 0x48E9A61: XGetWindowProperty (in /usr/lib/libX11.so.6.2.0)

 ==6757== LEAK SUMMARY:
 ==6757==definitely lost: 201,949,576 bytes in 462,132 blocks.

 Current workaround: don't run gnome-panel

 Basic machine stats:
 Ubuntu 7.04
 P4-2.85, HT enabled, SMP kernel
 2GB RAM
 proprietary nvidia driver, 100.14.19


 ** Attachment added: valgrind -v --leak-check=full gnome-panel
http://launchpadlibrarian.net/10049220/gnome-panel-valgrind.txt



-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-10-16 Thread Shea McCombs
Thanks for looking into it.  Unfortunately I've never had the panels
running vertically.  I only have one panel -- along the top -- and it
runs horizontally.

The leak begins immediately upon initializing, so I sadly wouldn't
expect to see any new data if I were to run it vertically.  I will try
it anyway though to see if this exaggerates the problem or causes
something in addition to the one I am experiencing.

Thanks again.

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-10-15 Thread pantoine
I have been running Gutsy Gibbon for a few days - gnome-panel consumes
vast amounts of memory in what appears to be a continuous leak which is
accompanied by close to 70%+ CPU utilization.

I've been looking hard to find the problem... I've tried all sorts of
variants, including running different Xorg drivers (fglrx, radeonhd),
different window managers (metacity, icewm) and various apps that use
the panel and so on. I do have a custom background image enabled for the
panels, so will try removing them as my next step.

The problem *is* repeatable, just haven't found the trigger just yet :-)

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-10-15 Thread MartinDengler
Could this be related to
http://bugzilla.gnome.org/show_bug.cgi?id=337629 ?

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-10-15 Thread pantoine
Hi Martin,

I guess it could be related, but the leak I'm seeing will eat all 2G of 
my memory within a short time of it being triggered.  In top you can 
see the memory shrinking and the process growing with each and every 
refresh.

So it seems a bit more major than the one you mentioned.  I had a good 
look around at the other bugs mentioning gnome-panel and memory leaks 
but couldn't find any with such a drastic leak.

Any ideas?

Warmest regards,
Paul

MartinDengler wrote:
 Could this be related to
 http://bugzilla.gnome.org/show_bug.cgi?id=337629 ?



-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-10-15 Thread MartinDengler

On Mon, Oct 15, 2007 at 12:49:26PM -, pantoine wrote:

 So it seems a bit more major than the one you mentioned.

Ah, yes, it does sound different.  Sorry for the (probable) red-herring.

 Any ideas?

Just in case, I wonder if (it's enabled,) disabling accessibility has
any effect...

Martin

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-10-10 Thread Pedro Villavicencio
Closing this report for now, feel free to re open it if you can
reproduce the same behavior and provide a valgring log with Gutsy
Gibbon, thanks a lot.

** Changed in: gnome-panel (Ubuntu)
   Status: New = Invalid

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-08-20 Thread Sebastien Bacher
Could you try on gutsy?

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-08-14 Thread Ken Phillis Jr
I can confirm this on my setup also... and it effects 4 main
applications.

Gnome-panel -- i've seen it take up well over 250mb of ram.
Xserver ( /usr/bin/X ), takes up over 90mb.
Gaim -- well over 120mb... which is unacceptable.
Firefox -- takes up over 170mb


other notes:

i usually have a lot of system uptime, and the fixes i came up with are
as follows...

Xserver Memory usage fix:
1) logout of the session.
2) restart the xserver ( CTRL + ALT + Backspace )
3) login again.
4) repeat when issue arises again.

Gaim/firefox fix:
1) close application
2) restart application.
3) repeat as necessary.

Gnome-panel:
1) run the command in a terminal as neccessary...

kill -9 `pgrep gnome-panel`

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-08-06 Thread Sebastien Bacher
Do you still get the bug?

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-08-02 Thread Daniel Hill
Whoops didn't even realise wrong page sorry

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-08-02 Thread Daniel Hill
It relies upon a newer version of libc6 which won't install on feisty
(backports won't allow it)  ill just wait until gusty is out

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-06-01 Thread Spoilerhead
it seems to happen only when i got xmms/beep-media-player/audacity
running for a longer time at least from my observations

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-05-17 Thread Sebastien Bacher
marking unconfirmed, we get hundred of bugs a week and I'm too busy to
look at this one which doesn't happen on my desktop, maybe somebody else
can work on it

** Changed in: gnome-panel (Ubuntu)
   Status: Needs Info = Unconfirmed

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-04-29 Thread Spoilerhead
currently the gnome panel uses 236.5 MB, 179MB of that are heap
the next biggest 4 memory fields are iconcache, about 6 mb each.

applets not included in ubuntu that i use are gtkwifi and computertemp,
altough removing them and restarting the panel makes no difference,
after some hours it gets big again.

other (possible candidates:)
update-notifier: 40 mb
cpufreq-applet: 33 mb
mixer_applet2: 36mb
trashapplet: 66 mb
gnome-netstatus-applet: 133mb
gnome-power-manager: 38mb

thats everything that currently has an icon or an other kind of display in my 
panel area.
maybe it helps?

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-04-29 Thread Spoilerhead
/proc/pid/smaps of the process


** Attachment added: smaps
   http://librarian.launchpad.net/7463873/smaps

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-04-28 Thread Sebastien Bacher
the usage might be due to valgrind, having a log with an obvious leak
would be required to work on it. Do you steps to trigger the bug? Does
it happen all the time? Could you try to remove an applet and note if
things are better, maybe it's due to one of them configured on your
desktop? Do you use any which is not on the default desktop?

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-04-24 Thread Sebastien Bacher
There is not obvious incorrect use to the log

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-04-24 Thread Spoilerhead
thought hat too, when looking at it, but its still a fact that it used 120 MB 
more RAM then a fresh spawned process.
anything else i could do to provide some data?

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-04-23 Thread Sebastien Bacher
would be nice to get a log when you can get the abnormal usage

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-04-23 Thread Spoilerhead
1000 24581 25.5 24.3 366140 315024 pts/2   S+   19:39  41:22
/usr/bin/valgrind.bin -v --tool=memcheck --leak-check=full --num-
callers=40 --log-file=valgrind.log gnome-panel

after several hours

** Attachment added: varlgrind log
   http://librarian.launchpad.net/7394418/valgrind.log.24085

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-04-23 Thread Sebastien Bacher
Thanks for your bug report. Could you try to get a valgrind log for the
crash (you can follow the instructions on
https://wiki.ubuntu.com/Valgrind)?

** Changed in: gnome-panel (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-04-23 Thread Spoilerhead
will try

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-04-23 Thread Spoilerhead
fresh started:
1000 15238 63.0  9.8 180740 128048 pts/3   S+   14:16   1:23 
/usr/bin/valgrind.bin -v --tool=memcheck --leak-check=full --num-callers=40 
--log-file=valgrind.log gnome-panel --sm-config-prefix /gnome-panel-5Ub3NN/ 
--sm-client-id 11c0a8000900011732561150088130005 --screen 0


before i killed it
1000 15238 23.5 12.4 208760 160836 pts/3   S+   14:16  13:06 
/usr/bin/valgrind.bin -v --tool=memcheck --leak-check=full --num-callers=40 
--log-file=valgrind.log gnome-panel --sm-config-prefix /gnome-panel-5Ub3NN/ 
--sm-client-id 11c0a8000900011732561150088130005 --screen 0

couldn't reproduce that much this time .. strange, but i attach the log


** Attachment added: valgrind logfile
   http://librarian.launchpad.net/7391715/valgrind.log.12265

-- 
Possible memory leak? gome-panel is a memory hog
https://bugs.launchpad.net/bugs/108812
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs