Summary: | Hiding a layer causes krita to crash at times. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | laerne <nicolas.brack> |
Component: | Layer Stack | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/bc167bc7a5fefdf08bb30b1571fdc356e4c5dcfe | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
A file that causes a crash
The stack trace |
Description
laerne
2016-12-18 15:10:47 UTC
Created attachment 102857 [details]
A file that causes a crash
Created attachment 102858 [details]
The stack trace
Sorry for pasting the stack trace before because I saw only one entry to attach a document. Here is a proper text file with it.
Hi Nicolas, I'm sorry, but I haven't been able to reproduce this issue. It sounds like a timing issue though, since it happens in the generation of a thumbnail for a layer. What cmake build type are you using? Wait.... #10 0x00007fd4d0016761 in KisPaintDeviceCache::createThumbnail(int, int, double, KoColorConversionTransformation::Intent, QFlags<KoColorConversionTransformation::ConversionFlag>) (this=0x9aa35c8, w=20, h=0, oversample=1, A thumbnail with h==0? That might explain some things. Git commit 2beef4d7cf4967f1f299aba989ff64c4465c26fe by Boudewijn Rempt. Committed on 25/01/2017 at 10:11. Pushed by rempt into branch 'master'. M +4 -0 libs/image/kis_layer.cc M +6 -2 libs/image/kis_paint_device_cache.h M +4 -0 libs/ui/kis_node_model.cpp https://commits.kde.org/krita/2beef4d7cf4967f1f299aba989ff64c4465c26fe Git commit bc167bc7a5fefdf08bb30b1571fdc356e4c5dcfe by Boudewijn Rempt. Committed on 25/01/2017 at 10:11. Pushed by rempt into branch 'krita/3.1'. M +4 -0 libs/image/kis_layer.cc M +6 -2 libs/image/kis_paint_device_cache.h M +4 -0 libs/ui/kis_node_model.cpp https://commits.kde.org/krita/bc167bc7a5fefdf08bb30b1571fdc356e4c5dcfe |