Summary: | Crash on exit after pressing 'no' in save warning dialog box. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Raghavendra kamath <raghu> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | dimula73, halla |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/77540d4be574b5b38b265c7cc22a2e574f1bab5f | Version Fixed In: | |
Sentry Crash Report: |
Description
Raghavendra kamath
2017-03-27 04:22:29 UTC
I forgot to mention an important information. I am using the svg/loading branch and this happens in that branch. I couldn't yet reproduce the crash, but after exporting, there is some leak of the tiles reported Git commit 8efc7400b53c3983a28460305c15ef7e355df272 by Dmitry Kazakov. Committed on 10/04/2017 at 13:51. Pushed by dkazakov into branch 'master'. Fix memory leak in the PNG converter M +2 -1 libs/ui/kis_png_converter.cpp https://commits.kde.org/krita/8efc7400b53c3983a28460305c15ef7e355df272 Update : This happens with master, and not reproducible with latest appimage (krita-3.1.3-beta.1). My version of qt is 5.8 on arch linux. Git commit 31c06ca9671904fbe49e92a01d93bbc3a20dacbb by Dmitry Kazakov. Committed on 17/04/2017 at 11:38. Pushed by dkazakov into branch 'krita/3.1'. Fix memory leak in the PNG converter M +2 -1 libs/ui/kis_png_converter.cpp https://commits.kde.org/krita/31c06ca9671904fbe49e92a01d93bbc3a20dacbb Git commit 77540d4be574b5b38b265c7cc22a2e574f1bab5f by Boudewijn Rempt. Committed on 25/04/2017 at 11:46. Pushed by rempt into branch 'master'. Timing issues on closing krita can lead to the display renderer being gone before the palette docker is closed, which is why we put the pointer in a QPointer. M +1 -1 libs/ui/KisPaletteModel.cpp https://commits.kde.org/krita/77540d4be574b5b38b265c7cc22a2e574f1bab5f |