Memory leak when using thumbnails on large numbers of images like jpegs.

Found a bug in "Everything"? report it here
Post Reply
mon66
Posts: 2
Joined: Wed Aug 02, 2023 3:53 pm

Memory leak when using thumbnails on large numbers of images like jpegs.

Post by mon66 »

Basically Everything will keep allocating memory when it reads thumbnails from large numbers of images until a malloc error occurs, then the program just exits.
therube
Posts: 4610
Joined: Thu Sep 03, 2009 6:48 pm

Re: Memory leak when using thumbnails on large numbers of images like jpegs.

Post by therube »

x86 or x64 Everything?

1342 Crash - OOM

You say "Memory leak", but then also, "keep allocating memory when it reads thumbnails from large numbers of images until a malloc error occurs".

To me (at least), those are different things.
mon66
Posts: 2
Joined: Wed Aug 02, 2023 3:53 pm

Re: Memory leak when using thumbnails on large numbers of images like jpegs.

Post by mon66 »

therube wrote: Wed Aug 02, 2023 6:36 pm x86 or x64 Everything?

1342 Crash - OOM

You say "Memory leak", but then also, "keep allocating memory when it reads thumbnails from large numbers of images until a malloc error occurs".

To me (at least), those are different things.
x64. Basically it's not freeing memory the size of everything.exe and memory usage grows to 26GB (I got 32BG installed) so its definitely related to the program not deallocating memory.
Post Reply