-
Notifications
You must be signed in to change notification settings - Fork 325
Description
I like Mint 15 but wonder why nemo is using more than 3GB of memory and %CPU at 30+! Which causes my i7 to appear slow in some programs, e.g. 5 seconds delays multiple times while writing this email as I have changed windows several times.
I tried to file a bug using:
ubuntu-bug nemo
but got:
ERROR: hook /usr/share/apport/package-hooks/source_nemo.py crashed:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport/report.py", line 197, in _run_hook
symb['add_info'](report, ui)
TypeError: add_info() takes 1 positional argument but 2 were given
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport/report.py", line 202, in _run_hook
symb'add_info'
File "/usr/share/apport/package-hooks/source_nemo.py", line 6, in add_info
if report.has_key("Stacktrace") and "/usr/lib/nemo" in report["Stacktrace"]:
AttributeError: 'Report' object has no attribute 'has_key'
Then I ran valgrind:
valgrind --leak-check=full --show-reachable=yes nemo
I dumped what was sent to stderr - a total of 4.7Mb.
The last part is:
==18381== LEAK SUMMARY:
==18381== definitely lost: 0 bytes in 0 blocks
==18381== indirectly lost: 0 bytes in 0 blocks
==18381== possibly lost: 393,364 bytes in 2,939 blocks
==18381== still reachable: 495,048 bytes in 4,598 blocks
==18381== suppressed: 0 bytes in 0 blocks
==18381==
==18381== For counts of detected and suppressed errors, rerun with: -v
==18381== ERROR SUMMARY: 839 errors from 839 contexts (suppressed: 2 from 2)
After a reboot it doesn't jump directly to this buggy state and I don't know what causes it. I've experienced it multiple times.
I hope that someone will look into this issue and hope for an update ;-)
Best regards
Lasse
PS: Don't hesitate to contact me if you need more info.
$ uname -a
Linux comp-nblaec 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux