GNOME Bugzilla – Bug 771490
batch rename: system freezes as nautilus takes too much CPU and memory
Last modified: 2016-10-11 18:22:01 UTC
In some occasions Nautilus takes too much memory and CPU on batch rename Freezing the complete system. I had to force reboot my system after this. You have been warned, test with caution :). How to reproduce: 1. Create several files. touch {0000..9999} 2. Select all files -> Rename. 3. Remove '[Original file name]' and add '[001, 002, 003]' (other numeri counters may also do the same) Result: Nautilus usage of memory increases with time, eating every available piece of memory.
Created attachment 336539 [details] [review] batch-rename: Fix memory leaks Fix memory leaks for batch renaming.
Review of attachment 336539 [details] [review]: Hey Alex, looks good, thanks! How did you catch them? Valgrind? In case it was without it, would be good to run valgrind to catch all the memory leaks we could have in there :)
*** This bug has been marked as a duplicate of bug 772434 ***