[Libreoffice-bugs] [Bug 133351] Memory usage increased a lot with (large) animated gifs

2020-06-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133351

Buovjaga  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
   Keywords|regression  |
 Resolution|--- |NOTABUG
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Buovjaga  ---
Based on the commit description this seems to be working as intended, so
closing.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133351] Memory usage increased a lot with (large) animated gifs

2020-06-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133351

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133351] Memory usage increased a lot with (large) animated gifs

2020-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133351

Telesto  changed:

   What|Removed |Added

 Blocks||116280


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116280
[Bug 116280] [META] Regressions introduced by the image handling refactoring
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133351] Memory usage increased a lot with (large) animated gifs

2020-05-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133351

Telesto  changed:

   What|Removed |Added

   Keywords||bibisected, bisected, perf,
   ||regression

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133351] Memory usage increased a lot with (large) animated gifs

2020-05-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133351

--- Comment #1 from Telesto  ---
Created attachment 161236
  --> https://bugs.documentfoundation.org/attachment.cgi?id=161236=edit
Bibisect log


author  Tomaž Vajngerl  2018-04-04 17:51:26
+0900
committer   Tomaž Vajngerl2018-04-12 14:35:14
+0200
commit  a2b53fece14f745853bcfe1a300c3dceb580e148 (patch)
treec4d287f97140363fe9cec7740b5189032e8f114e
parent  92ac45b1920fcce8259c1eab94357415e8f50d82 (diff)
vcl: Add a internal (memory) manager for Graphic objects
This adds vcl::graphic::Manager which is a manager singleton that
tracks all the creation fo graphic objects and swaps them out on
a time and allocation basis.

Time based - every number of seconds it looks for Graphics that
weren't used for a time.

Allocation based - when creating a new Graphic and the total of
Graphic uses more than the total amount of memory for Graphics
defined in configuration, it tries to release the Graphics that
weren't used for a time.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=a2b53fece14f745853bcfe1a300c3dceb580e148

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs