[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2022-09-14 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=412740 Halla Rempt changed: What|Removed |Added Assignee|ha...@valdyas.org |krita-bugs-n...@kde.org

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2022-08-04 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=412740 Halla Rempt changed: What|Removed |Added Status|REOPENED|ASSIGNED -- You are receiving this mail

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2022-01-15 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=412740 wolthera changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2020-05-05 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=412740 Boudewijn Rempt changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2020-05-05 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=412740 --- Comment #22 from Boudewijn Rempt --- (Though it's not necessary to use QTimer anymore, since commit 543565e9cb5d1ddd8fd46bbd65e98e46d059a507 -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2020-05-05 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=412740 --- Comment #21 from Boudewijn Rempt --- Btw, the QTimer approach works, because that inserts invents in the global event loop, so the deleteLater that deletes the KisDocument event happens. -- You are receiving this mail because: You are watching

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2020-05-05 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=412740 --- Comment #20 from Boudewijn Rempt --- When running the comic book manager export now, I do see that the images are directly deleted, but curiously enough, they seem to be created and deleted twice: Created Document Document(0x55d62aa75dd0)

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2020-05-05 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=412740 --- Comment #19 from Boudewijn Rempt --- I cannot reproduce the second crash. I have created a document, added a text shape, then I ran the following script: from krita import * d = Application.activeDocument() print(d) d.close() d =

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2020-05-05 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=412740 --- Comment #18 from Boudewijn Rempt --- After these commits, the "owned" KisImage instances are deleted directly, instead of after the script is done. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2020-05-05 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=412740 --- Comment #17 from Boudewijn Rempt --- Git commit 518eea7a0475a5b3723b973da41b07c3c715d18b by Boudewijn Rempt. Committed on 05/05/2020 at 13:18. Pushed by rempt into branch 'master'. Delete documents created by libkis directly Otherwise you will

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2020-05-05 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=412740 --- Comment #15 from Boudewijn Rempt --- Git commit 7f973f64007637a2d4d175de5a4a2fab33bbc13c by Boudewijn Rempt. Committed on 05/05/2020 at 12:59. Pushed by rempt into branch 'krita/4.3'. Add a notify parameter to KisPart::createDocument When

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2020-05-05 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=412740 --- Comment #16 from Boudewijn Rempt --- Git commit 64e4e0fead53e12137ca74a721bc8b0bd8783c29 by Boudewijn Rempt. Committed on 05/05/2020 at 13:18. Pushed by rempt into branch 'master'. Add a notify parameter to KisPart::createDocument When creating a

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2020-05-05 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=412740 --- Comment #13 from Boudewijn Rempt --- Created attachment 128172 --> https://bugs.kde.org/attachment.cgi?id=128172=edit A python script that tests creating documents The script includes the output from Krita that shows that the KisDocument and

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2020-05-05 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=412740 --- Comment #14 from Boudewijn Rempt --- Created attachment 128174 --> https://bugs.kde.org/attachment.cgi?id=128174=edit A diff that adds output showing objects being created and deleted With this patch, krita prints whenever a KisImage, a

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2020-04-15 Thread Tymond
https://bugs.kde.org/show_bug.cgi?id=412740 Tymond changed: What|Removed |Added Status|REOPENED|ASSIGNED -- You are receiving this mail because: You

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2020-03-22 Thread Manga Tengu
https://bugs.kde.org/show_bug.cgi?id=412740 Manga Tengu changed: What|Removed |Added CC||mangate...@gmail.com --- Comment #12 from Manga

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2020-03-19 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=412740 --- Comment #11 from wolthera --- Crash after making a text shape. This one also happens when you... 1. make a new document 2. then a text shape (this does not crash, as the new doc is made via krita cpp, not python) 3. then open a document via

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2020-03-19 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=412740 wolthera changed: What|Removed |Added Resolution|FIXED |--- Assignee|griffinval...@gmail.com

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2020-03-19 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=412740 --- Comment #9 from wolthera --- *** Bug 419020 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2020-03-17 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=412740 Boudewijn Rempt changed: What|Removed |Added Resolution|--- |FIXED Latest Commit|

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2019-12-04 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=412740 wolthera changed: What|Removed |Added Status|CONFIRMED |ASSIGNED Assignee|krita-bugs-n...@kde.org

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2019-12-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412740 --- Comment #6 from b...@fastmail.com --- (In reply to bugs from comment #5) > Any objects that are created in a python script will only be freed when the > script ends AFAIK. In the case of an extension, it is always running, so it > continues to

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2019-12-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412740 b...@fastmail.com changed: What|Removed |Added CC||b...@fastmail.com --- Comment #5 from

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2019-10-10 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=412740 --- Comment #4 from wolthera --- Ah, also, that workaround won't work, really. The problem is that I use all sorts of layer data and remove layers the user has set to 'remove' before merging everything and cropping+resizing. The documents get closed

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2019-10-10 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=412740 --- Comment #3 from wolthera --- It's one by one in a for loop. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2019-10-10 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=412740 Boudewijn Rempt changed: What|Removed |Added CC||b...@valdyas.org --- Comment #2 from

[krita] [Bug 412740] Krita leaks memory on exporting multiple pages from the comics manager

2019-10-09 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=412740 wolthera changed: What|Removed |Added CC||griffinval...@gmail.com Ever confirmed|0