Summary: | headless exporter segfaults on filter layers | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | codl |
Component: | Filter Layers | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | halla, info |
Priority: | NOR | ||
Version First Reported In: | 2.9.10 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/krita/ab3354d9ab9821bba38012ca9bd92f24e758d6a0 | Version Fixed In: | |
Sentry Crash Report: |
Description
codl
2016-01-04 07:10:45 UTC
Thanks for your report. I can confirm that 2.9 crashes, 3.0 pre-alpha seems to hang: Thread 1 (Thread 0x7fcb89ed4840 (LWP 29151)): [KCrash Handler] #6 0x0000000000000000 in ?? () #7 0x00007fcb8492dda2 in KisSharedPtr<KisNode>::deref (sp=0x7ffe980d8ec0, t=0x32735e0) at /home/boud/kde/src/calligra/krita/image/kis_shared_ptr.h:218 #8 KisSharedPtr<KisNode>::deref (this=0x7ffe980d8ec0) at /home/boud/kde/src/calligra/krita/image/kis_shared_ptr.h:225 #9 KisSharedPtr<KisNode>::~KisSharedPtr (this=0x7ffe980d8ec0, __in_chrg=<optimized out>) at /home/boud/kde/src/calligra/krita/image/kis_shared_ptr.h:109 #10 KisNodeProgressProxy::setRange (this=<optimized out>, _minimum=<optimized out>, _maximum=<optimized out>) at /home/boud/kde/src/calligra/krita/image/kis_node_progress_proxy.cpp:86 #11 0x00007fcb8492e846 in KisBusyProgressIndicator::Private::stopProgressReport (this=<optimized out>) at /home/boud/kde/src/calligra/krita/image/kis_busy_progress_indicator.cpp:47 #12 KisBusyProgressIndicator::endUpdatesBeforeDestroying (this=<optimized out>) at /home/boud/kde/src/calligra/krita/image/kis_busy_progress_indicator.cpp:70 #13 0x00007fcb849195ad in KisNode::~KisNode (this=0x32735e0, __in_chrg=<optimized out>) at /home/boud/kde/src/calligra/krita/image/kis_node.cpp:200 #14 0x00007fcb848261b9 in KisSelectionBasedLayer::~KisSelectionBasedLayer (this=0x32735e0, __in_chrg=<optimized out>) at /home/boud/kde/src/calligra/krita/image/kis_selection_based_layer.cpp:79 #15 0x00007fcb84821ef9 in KisAdjustmentLayer::~KisAdjustmentLayer (this=0x32735e0, __in_chrg=<optimized out>) at /home/boud/kde/src/calligra/krita/image/kis_adjustment_layer.cc:60 #16 0x00007fcb897db14a in KisSharedPtr<KisNode>::deref (sp=<optimized out>, t=0x32735e0) at /home/boud/kde/src/calligra/krita/image/kis_shared_ptr.h:218 #17 KisSharedPtr<KisNode>::deref (this=<optimized out>) at /home/boud/kde/src/calligra/krita/image/kis_shared_ptr.h:225 #18 KisSharedPtr<KisNode>::~KisSharedPtr (this=<optimized out>, __in_chrg=<optimized out>) at /home/boud/kde/src/calligra/krita/image/kis_shared_ptr.h:109 #19 KisDocument::Private::~Private (this=<optimized out>, __in_chrg=<optimized out>) at /home/boud/kde/src/calligra/krita/ui/KisDocument.cpp:284 #20 KisDocument::~KisDocument (this=0x31040d0, __in_chrg=<optimized out>) at /home/boud/kde/src/calligra/krita/ui/KisDocument.cpp:613 #21 0x00007fcb897db399 in KisDocument::~KisDocument (this=0x31040d0, __in_chrg=<optimized out>) at /home/boud/kde/src/calligra/krita/ui/KisDocument.cpp:614 #22 0x00007fcb897f7cf5 in KisFilterChain::manageIO (this=this@entry=0x31d30e0) at /home/boud/kde/src/calligra/krita/ui/KisFilterChain.cpp:321 #23 0x00007fcb897faab8 in KisFilterChain::invokeChain (this=0x31d30e0) at /home/boud/kde/src/calligra/krita/ui/KisFilterChain.cpp:96 #24 0x00007fcb8980efbf in KisImportExportManager::exportDocument (this=this@entry=0x7ffe980d9730, url=..., mimeType=...) at /home/boud/kde/src/calligra/krita/ui/KisImportExportManager.cpp:246 #25 0x00007fcb897cc42d in KisApplication::start (this=this@entry=0x7ffe980d9b50) at /home/boud/kde/src/calligra/krita/ui/KisApplication.cpp:479 #26 0x00000000004028ad in main (argc=<optimized out>, argv=<optimized out>) at /home/boud/kde/src/calligra/krita/main.cc:192 *** Bug 361925 has been marked as a duplicate of this bug. *** Git commit ab3354d9ab9821bba38012ca9bd92f24e758d6a0 by Boudewijn Rempt. Committed on 18/04/2016 at 12:17. Pushed by rempt into branch 'master'. M +3 -3 libs/ui/KisApplication.cpp M +4 -2 libs/ui/KisFilterChain.cpp http://commits.kde.org/krita/ab3354d9ab9821bba38012ca9bd92f24e758d6a0 |