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
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. ***