Re: clock-applet memory leak

2013-05-06 Thread Przemek Klosowski
On 05/02/2013 05:43 PM, Adam Williamson wrote: On Wed, 2013-04-24 at 11:22 -0400, Przemek Klosowski wrote: On 04/23/2013 07:40 PM, Florian Müllner wrote: On Mon, Apr 22, 2013 at 6:55 PM, Przemek Klosowski wrote: Since clock-applet is a default install on every Fedora, I thought this would be

Re: clock-applet memory leak

2013-05-02 Thread Adam Williamson
On Wed, 2013-04-24 at 11:22 -0400, Przemek Klosowski wrote: > On 04/23/2013 07:40 PM, Florian Müllner wrote: > > On Mon, Apr 22, 2013 at 6:55 PM, Przemek Klosowski > > wrote: > >> Since clock-applet is a default install on every Fedora, I thought this > >> would be widely reported > > > > While it

Re: clock-applet memory leak

2013-04-24 Thread Przemek Klosowski
On 04/23/2013 07:40 PM, Florian Müllner wrote: On Mon, Apr 22, 2013 at 6:55 PM, Przemek Klosowski wrote: Since clock-applet is a default install on every Fedora, I thought this would be widely reported While it is installed on every (default desktop spin) Fedora system, it is only used by the

Re: clock-applet memory leak

2013-04-23 Thread Florian Müllner
On Mon, Apr 22, 2013 at 6:55 PM, Przemek Klosowski wrote: > Since clock-applet is a default install on every Fedora, I thought this > would be widely reported While it is installed on every (default desktop spin) Fedora system, it is only used by the (non-default) GNOME fallback mode, which is li

Re: clock-applet memory leak

2013-04-23 Thread Alexey I. Froloff
On Mon, Apr 22, 2013 at 09:25:48PM -0700, Conrad Meyer wrote: > memused="`ps auxwww|grep clock-ap[p]let | awk '{ print $6 }'`" memused="$(ps -ho rss `pidof clock-applet`)" This is simplier and more clear. -- Regards,-- Sir Raorn. --- http://thousandsofhate.blogspot.com/ signature.asc Des

Re: clock-applet memory leak

2013-04-23 Thread Richard W.M. Jones
On Tue, Apr 23, 2013 at 10:30:14AM -0400, Przemek Klosowski wrote: > On 04/23/2013 12:25 AM, Conrad Meyer wrote: > >memused="`ps auxwww|grep clock-ap[p]let | awk '{ print $6 }'`" [...] > BTW, why did you use 'clock-ap[p]let'? So that the grep command itself would not be matched by the grep. Rich.

Re: clock-applet memory leak

2013-04-23 Thread Przemek Klosowski
On 04/22/2013 03:06 PM, Richard W.M. Jones wrote: One trick I've used in the past is to core dump the process (set 'ulimit -c unlimited' before startx, then kill -SEGV $clockpid), and parse it with some simple command line tools. You can use GDB for that: gdb -p $clockpid followed by (gdb) gc

Re: clock-applet memory leak

2013-04-23 Thread Przemek Klosowski
On 04/23/2013 12:25 AM, Conrad Meyer wrote: On Mon, 22 Apr 2013 12:55:00 -0400 Przemek Klosowski wrote: I reported the large memory leak in clock-applet: https://bugzilla.redhat.com/show_bug.cgi?id=952763 (TLDR: clock-applet grows by 1GB/day when reporting weather) Ouch. Until this is fixe

Re: clock-applet memory leak

2013-04-22 Thread Conrad Meyer
On Mon, 22 Apr 2013 12:55:00 -0400 Przemek Klosowski wrote: > I reported the large memory leak in clock-applet: > > https://bugzilla.redhat.com/show_bug.cgi?id=952763 > > (TLDR: clock-applet grows by 1GB/day when reporting weather) Ouch. Until this is fixed, I duct-taped around by adding this

Re: clock-applet memory leak

2013-04-22 Thread Richard W.M. Jones
On Mon, Apr 22, 2013 at 12:55:00PM -0400, Przemek Klosowski wrote: > I reported the large memory leak in clock-applet: > > https://bugzilla.redhat.com/show_bug.cgi?id=952763 > > (TLDR: clock-applet grows by 1GB/day when reporting weather) > > Since clock-applet is a default install on every Fedo

clock-applet memory leak

2013-04-22 Thread Przemek Klosowski
I reported the large memory leak in clock-applet: https://bugzilla.redhat.com/show_bug.cgi?id=952763 (TLDR: clock-applet grows by 1GB/day when reporting weather) Since clock-applet is a default install on every Fedora, I thought this would be widely reported---it essentially makes the system u