Memory leak when using thumbnails on large numbers of images like jpegs.
-
mon66
- Posts: 2
- Joined: Wed Aug 02, 2023 3:53 pm
Memory leak when using thumbnails on large numbers of images like jpegs.
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: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Memory leak when using thumbnails on large numbers of images like jpegs.
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.
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.
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.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.
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm