Summary: | Segfault when creating/opening a document after closing a document having opacity keyframes | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Nicholas LaPointe <nicholaslapointe8> |
Component: | Animation | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | halla, jeahd62 |
Priority: | NOR | ||
Version: | 3.1.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/c91792d12e3a4d34de93b68c67323b23c82d05ee | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Backtrace |
Hi Nicholas, I can confirm the issue. Git commit 91c8bde0e726e87ac953f0f6a6e7c3e72b55b194 by Boudewijn Rempt. Committed on 03/01/2017 at 09:27. Pushed by rempt into branch 'master'. Make sure that the m_channels object is guarded by a QPointer so we know when its parent is removed. M +4 -4 plugins/dockers/defaultdockers/kis_layer_box.cpp M +2 -2 plugins/dockers/defaultdockers/kis_layer_box.h https://commits.kde.org/krita/91c8bde0e726e87ac953f0f6a6e7c3e72b55b194 Git commit c91792d12e3a4d34de93b68c67323b23c82d05ee by Boudewijn Rempt. Committed on 03/01/2017 at 09:28. Pushed by rempt into branch 'krita/3.1'. Make sure that the m_channels object is guarded by a QPointer so we know when its parent is removed. M +4 -4 plugins/dockers/defaultdockers/kis_layer_box.cpp M +2 -2 plugins/dockers/defaultdockers/kis_layer_box.h https://commits.kde.org/krita/c91792d12e3a4d34de93b68c67323b23c82d05ee *** Bug 386225 has been marked as a duplicate of this bug. *** |
Created attachment 103110 [details] Backtrace Reproducible: Always Krita will receive a segmentation fault when attempting to create or open a document after a document containing opacity keyframes is closed. Steps to Reproduce: 1. Create a new document 2. Add an opacity keyframe 3. Close document 4. Create a new document