Summary: | Krita crashes on trying to generate a cache for 130+ FullHD frames | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Dmitry Kazakov <dimula73> |
Component: | Animation | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | arh983, halla, jcc2150 |
Priority: | NOR | Keywords: | regression, release_blocker |
Version: | 4.1.5 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://commits.kde.org/krita/366731e1b2eea083e88ec599d98acdeac548f002 | Version Fixed In: | |
Sentry Crash Report: |
Description
Dmitry Kazakov
2018-11-23 12:17:38 UTC
On the black monster, I get a safe assert in KisAsyncAnimationRendererBase.cpp, line 128 Git commit dbc364278417c44bd8b9c9ca7f34c5d138bea64f by Boudewijn Rempt. Committed on 11/12/2018 at 08:41. Pushed by rempt into branch 'krita/4.1'. Disable the cache backend on Windows And set on-disk hard-coded to false, on Windows M +4 -0 libs/image/kis_image_config.cpp M +6 -0 libs/ui/dialogs/kis_dlg_preferences.cc https://commits.kde.org/krita/dbc364278417c44bd8b9c9ca7f34c5d138bea64f *** Bug 403905 has been marked as a duplicate of this bug. *** Git commit 366731e1b2eea083e88ec599d98acdeac548f002 by Dmitry Kazakov. Committed on 28/02/2019 at 15:27. Pushed by dkazakov into branch 'master'. Fix crash when rendering animation with a lot of frames on Windows The problem happens because QProgressDialog::setValue() can call QApplication::processEvents(), which causes recursive reentrancy into the update functions, which is not nice. BACKPORT:krita/4.1 M +44 -3 libs/ui/dialogs/KisAsyncAnimationRenderDialogBase.cpp M +1 -0 libs/ui/dialogs/KisAsyncAnimationRenderDialogBase.h https://commits.kde.org/krita/366731e1b2eea083e88ec599d98acdeac548f002 |