[frameworks-kimageformats] [Bug 479612] Massive memory leak when looking at a file

2024-04-08 Thread Jonas Baecker
https://bugs.kde.org/show_bug.cgi?id=479612 --- Comment #15 from Jonas Baecker --- (In reply to Albert Astals Cid from comment #14) > We believe this has been as fixed as it can be. > > Please upgrade to the newer versions (still unreleased) and tell us if you > (ideally KDE Frameworks 6 >= 6.1

[frameworks-kimageformats] [Bug 479612] Massive memory leak when looking at a file

2024-04-08 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=479612 Albert Astals Cid changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[frameworks-kimageformats] [Bug 479612] Massive memory leak when looking at a file

2024-03-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=479612 dreamsyn...@gmail.com changed: What|Removed |Added CC||dreamsyn...@gmail.com --- Comment #13

[frameworks-kimageformats] [Bug 479612] Massive memory leak when looking at a file

2024-03-15 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=479612 --- Comment #12 from Mirco Miranda --- (In reply to Mirco Miranda from comment #11) > I checked the plugin and it doesn't support options. On QT 5 therefore > mitigating RAM usage is not possible. As soon as I have a moment I'll add > the function to

[frameworks-kimageformats] [Bug 479612] Massive memory leak when looking at a file

2024-03-03 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=479612 --- Comment #11 from Mirco Miranda --- (In reply to Mirco Miranda from comment #10) > To avoid excessive RAM usage, last year I modified the thumnailer with > memory checks to prevent the system from threshing. I don't know if it still > works though.

[frameworks-kimageformats] [Bug 479612] Massive memory leak when looking at a file

2024-02-29 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=479612 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #10 from Mirco

[frameworks-kimageformats] [Bug 479612] Massive memory leak when looking at a file

2024-02-18 Thread Jonas Baecker
https://bugs.kde.org/show_bug.cgi?id=479612 --- Comment #9 from Jonas Baecker --- (In reply to Nicolas Fella from comment #4) > Analyzing in heaptrack suggests the file is loaded as a TGA file. Not sure > that makes sense Yeah, it's not really a TGA file. Actually, quite a few of these MIX

[frameworks-kimageformats] [Bug 479612] Massive memory leak when looking at a file

2024-02-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=479612 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail

[frameworks-kimageformats] [Bug 479612] Massive memory leak when looking at a file

2024-01-11 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=479612 --- Comment #8 from Nicolas Fella --- For the thumbnails specifically we might be able to check the dimensions using QImageReader before trying to load the whole file and bail out if it's more than N pixels -- You are receiving this mail because: You

[frameworks-kimageformats] [Bug 479612] Massive memory leak when looking at a file

2024-01-11 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=479612 --- Comment #7 from Nicolas Fella --- I can't reproduce it on Qt6, presumably because we run into the allocation limit in Qt (see https://invent.kde.org/frameworks/kimageformats/-/blob/master/src/imageformats/util_p.h?ref_type=heads#L19) -- You are

[frameworks-kimageformats] [Bug 479612] Massive memory leak when looking at a file

2024-01-11 Thread Jonas Baecker
https://bugs.kde.org/show_bug.cgi?id=479612 --- Comment #6 from Jonas Baecker --- (In reply to Albert Astals Cid from comment #5) > I'm not sure there's an actual bug, the header of the file describes an > image of 41039 * 63040 in size, and thus lots of memory is needed to load it > to memory.

[frameworks-kimageformats] [Bug 479612] Massive memory leak when looking at a file

2024-01-11 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=479612 --- Comment #5 from Albert Astals Cid --- I'm not sure there's an actual bug, the header of the file describes an image of 41039 * 63040 in size, and thus lots of memory is needed to load it to memory. You'd have to send us the actual file to confirm

[frameworks-kimageformats] [Bug 479612] Massive memory leak when looking at a file

2024-01-11 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=479612 Nicolas Fella changed: What|Removed |Added Assignee|dolphin-bugs-n...@kde.org |alex.me...@kde.org Product|dolphin