[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#763193: kde-base: KDE Memory leak still present in jessie



On 9/30/2014 6:10 AM, Maximiliano Curia wrote:
$ ps u $pid | tee /tmp/kded4_leak
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
maxy      5568  0.0  2.0 1615380 160056 ?      Sl   Sep24   0:12 kdeinit4: kded4 [kdeinit]

And use the pid to get information about the maps:

$ cat /proc/$pid/smaps | tee -a /tmp/kded4_leak

And pmap, just because it's easier to read than the plain smaps;

$ pmap -x $pid | tee -a /tmp/kded4_leak

Since its all text, compressing the /tmp/kded4_leak file before sending it as
an attachment would be useful (some mail clients like kmail allow you the
compress the attachment directly from it).

You can produce a compressed /tmp/kded4_leak.gz with:

$ gzip -9 /tmp/kded4_leak

Could you please attach the produced file to this bug?

Attachment: kded4_leak.gz
Description: application/gzip


Reply to: