Bug 365400 - crash during merging layers
Summary: crash during merging layers
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: General (show other bugs)
Version: 3.0
Platform: Other Linux
: NOR crash
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-11 18:55 UTC by truekikim
Modified: 2016-09-27 10:09 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description truekikim 2016-07-11 18:55:31 UTC
I pressed the shorctut to merge a layer with the layer below several times (like 4 or 5) and Krita crashed.

Reproducible: Couldn't Reproduce
Comment 1 wolthera 2016-07-11 19:04:53 UTC
Did you get a backtrace?

I am afraid that if you can't reproduce it could be like, a million things! We can't do anything with this report because we don't have any hints to what might be causing it :(
Comment 2 truekikim 2016-07-12 15:52:46 UTC
I did not get a backtrace. It happened again today and I am able to reproduce it. I work on a big file, so that may be the case (Its around 3000 x 12000). To reproduce it I just need to dupliate my paint layer several times then merge them down from the top one by one and a moment after it merges  when I press ctrl+z to undo last merge krita crashes.
Comment 3 Halla Rempt 2016-07-14 08:17:56 UTC
Are you using an appimage, a home-built Krita, or a version of Krita distributed by your distribution? Which Linux distribution are you using?
Comment 4 Halla Rempt 2016-07-14 09:02:03 UTC
I get this output when trying to merge a bunch of layers:



    krita.core: BUG: The walker hasn't reached the root layer!
    krita.core:      Start node: KisPaintLayer(0x71f7f00, name = "Layer 2") Requested rect: QRect(0,0 512x512)
    krita.core:      There must be an inconsistency in the walkers happened!
    krita.core:      Please report a bug describing how you got this message.
    krita.core: BUG: The walker hasn't reached the root layer!
    krita.core: BUG: The walker hasn't reached the root layer!
    krita.core:      Start node: KisPaintLayer(0x71f7f00, name = "Layer 2") Requested rect: QRect(2560,0 512x512)
    krita.core:      Start node: KisPaintLayer(0x71f7f00, name = "Layer 2") Requested rect: QRect(1024,0 512x512)
    krita.core:      There must be an inconsistency in the walkers happened!
    krita.core:      There must be an inconsistency in the walkers happened!
    krita.core:      Please report a bug describing how you got this message.
    krita.core:      Please report a bug describing how you got this message.
    krita.core: BUG: The walker hasn't reached the root layer!
    krita.core:      Start node: KisPaintLayer(0x71f7f00, name = "Layer 2") Requested rect: QRect(3072,0 512x512)
    krita.core:      There must be an inconsistency in the walkers happened!
    krita.core:      Please report a bug describing how you got this message.
    krita.core: BUG: The walker hasn't reached the root layer!
    krita.core: BUG: The walker hasn't reached the root layer!
    krita.core:      Start node: KisPaintLayer(0x71f7f00, name = "Layer 2") Requested rect: QRect(2048,0 512x512)
    krita.core:      There must be an inconsistency in the walkers happened!
    krita.core:      Please report a bug describing how you got this message.
    krita.core:      Start node: KisPaintLayer(0x71f7f00, name = "Layer 2") Requested rect: QRect(512,0 512x512)
    krita.core:      There must be an inconsistency in the walkers happened!
    krita.core:      Please report a bug describing how you got this message.
    krita.core: BUG: The walker hasn't reached the root layer!
    krita.core:      Start node: KisPaintLayer(0x71f7f00, name = "Layer 2") Requested rect: QRect(1536,0 512x512)
    krita.core:      There must be an inconsistency in the walkers happened!
    krita.core:      Please report a bug describing how you got this message.


And if I just duplicate layers on a 15k x 15k image fast enough, I can get a segfault -- but no backtrace, since it doesn't happen when running in gdb.

Notes:
10:59:06 < dmitryK|log1> boud: the warning means that the the layer has been deleted while the update has been running, or  while it has been in a queue
10:59:53 < boud> that would also explain why I see the layer docker select the layer below the layer it should show; and then half-way through it selects the right layer
Comment 5 Raghavendra kamath 2016-07-15 12:17:56 UTC
I can reproduce this bug in linux.

here is my back tace

Application: Krita (krita), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f5c3aa63840 (LWP 20600))]

Thread 13 (Thread 0x7f5bc49fd700 (LWP 20702)):
#0  0x00007f5c2ece7458 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007f5c33007b66 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007f5c33003274 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x00007f5c33006d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007f5c2ece1484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007f5c323ff6dd in clone () from /usr/lib/libc.so.6

Thread 12 (Thread 0x7f5bc51fe700 (LWP 20701)):
#0  0x00007f5c2ece7458 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007f5c33007b66 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007f5c33003274 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x00007f5c33006d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007f5c2ece1484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007f5c323ff6dd in clone () from /usr/lib/libc.so.6

Thread 11 (Thread 0x7f5bf1452700 (LWP 20700)):
#0  0x00007f5c2ece7458 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007f5c33007b66 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007f5c33003274 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x00007f5c33006d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007f5c2ece1484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007f5c323ff6dd in clone () from /usr/lib/libc.so.6

Thread 10 (Thread 0x7f5bf3d29700 (LWP 20699)):
#0  0x00007f5c2ece7458 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007f5c33007b66 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007f5c33003274 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x00007f5c33006d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007f5c2ece1484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007f5c323ff6dd in clone () from /usr/lib/libc.so.6

Thread 9 (Thread 0x7f5bc41fc700 (LWP 20698)):
#0  0x00007f5c2ece7458 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007f5c33007b66 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007f5c33003274 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x00007f5c33006d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007f5c2ece1484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007f5c323ff6dd in clone () from /usr/lib/libc.so.6

Thread 8 (Thread 0x7f5bf3528700 (LWP 20697)):
#0  0x00007f5c2ece7458 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007f5c33007b66 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007f5c33003274 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x00007f5c33006d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007f5c2ece1484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007f5c323ff6dd in clone () from /usr/lib/libc.so.6

Thread 7 (Thread 0x7f5bc59ff700 (LWP 20696)):
#0  0x00007f5c2ece7458 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007f5c33007b66 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007f5c33003274 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x00007f5c33006d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007f5c2ece1484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007f5c323ff6dd in clone () from /usr/lib/libc.so.6

Thread 6 (Thread 0x7f5bebfff700 (LWP 20695)):
#0  0x00007f5c2ece7458 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007f5c33007b66 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007f5c33003274 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x00007f5c33006d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007f5c2ece1484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007f5c323ff6dd in clone () from /usr/lib/libc.so.6

Thread 5 (Thread 0x7f5c0577b700 (LWP 20608)):
#0  0x00007f5c2ece70af in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007f5c33007c2b in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007f5c340e4851 in ?? () from /usr/lib/libQt5Widgets.so.5
#3  0x00007f5c33006d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007f5c2ece1484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007f5c323ff6dd in clone () from /usr/lib/libc.so.6

Thread 4 (Thread 0x7f5c05f7c700 (LWP 20605)):
#0  0x00007f5c323cf4fd in nanosleep () from /usr/lib/libc.so.6
#1  0x00007f5c330ac1ed in ?? () from /usr/lib/libQt5Core.so.5
#2  0x00007f5c33006108 in QThread::msleep(unsigned long) () from /usr/lib/libQt5Core.so.5
#3  0x00007f5c395f7f0a in KisTileDataSwapper::run (this=0x7f5c39ac0f20 <(anonymous namespace)::Q_QGS_s_instance::innerFunction()::holder+64>) at /home/raghu/kf5/src/krita/libs/image/tiles3/swap/kis_tile_data_swapper.cpp:97
#4  0x00007f5c33006d78 in ?? () from /usr/lib/libQt5Core.so.5
#5  0x00007f5c2ece1484 in start_thread () from /usr/lib/libpthread.so.0
#6  0x00007f5c323ff6dd in clone () from /usr/lib/libc.so.6

Thread 3 (Thread 0x7f5c0677d700 (LWP 20604)):
#0  0x00007f5c2ece70af in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007f5c33007c2b in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007f5c33000b33 in QSemaphore::acquire(int) () from /usr/lib/libQt5Core.so.5
#3  0x00007f5c395dc58d in KisTileDataPooler::waitForWork (this=0x7f5c39ac0ee0 <(anonymous namespace)::Q_QGS_s_instance::innerFunction()::holder>) at /home/raghu/kf5/src/krita/libs/image/tiles3/kis_tile_data_pooler.cc:165
#4  KisTileDataPooler::run (this=0x7f5c39ac0ee0 <(anonymous namespace)::Q_QGS_s_instance::innerFunction()::holder>) at /home/raghu/kf5/src/krita/libs/image/tiles3/kis_tile_data_pooler.cc:187
#5  0x00007f5c33006d78 in ?? () from /usr/lib/libQt5Core.so.5
#6  0x00007f5c2ece1484 in start_thread () from /usr/lib/libpthread.so.0
#7  0x00007f5c323ff6dd in clone () from /usr/lib/libc.so.6

Thread 2 (Thread 0x7f5c19299700 (LWP 20602)):
#0  0x00007f5c323f66cd in poll () from /usr/lib/libc.so.6
#1  0x00007f5c2cac8fd6 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007f5c2cac90ec in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3  0x00007f5c3323559b in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#4  0x00007f5c331df0da in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#5  0x00007f5c330020f3 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x00007f5c2e62ee75 in ?? () from /usr/lib/libQt5DBus.so.5
#7  0x00007f5c33006d78 in ?? () from /usr/lib/libQt5Core.so.5
#8  0x00007f5c2ece1484 in start_thread () from /usr/lib/libpthread.so.0
#9  0x00007f5c323ff6dd in clone () from /usr/lib/libc.so.6

Thread 1 (Thread 0x7f5c3aa63840 (LWP 20600)):
[KCrash Handler]
#5  KisNodeDummy::nodeShape (this=0x0) at /home/raghu/kf5/src/krita/libs/ui/flake/kis_node_dummies_graph.cpp:78
#6  0x00007f5c3a1dd589 in KisNodeShapesGraph::nodeToShape (this=<optimized out>, node=...) at /home/raghu/kf5/src/krita/libs/ui/flake/kis_node_shapes_graph.cpp:86
#7  0x00007f5c3a1df436 in KisShapeController::shapeForNode (this=<optimized out>, node=...) at /home/raghu/kf5/src/krita/libs/ui/flake/kis_shape_controller.cpp:220
#8  0x00007f5c3a435d19 in KisDocument::shapeForNode (this=<optimized out>, layer=...) at /home/raghu/kf5/src/krita/libs/ui/KisDocument.cpp:2316
#9  0x00007f5c3a253074 in KisNodeManager::Private::activateNodeImpl (this=0x8dcf4c0, node=...) at /home/raghu/kf5/src/krita/libs/ui/kis_node_manager.cpp:149
#10 0x00007f5c3a253ba3 in KisNodeManager::slotSomethingActivatedNodeImpl (this=this@entry=0x8da9a48, node=...) at /home/raghu/kf5/src/krita/libs/ui/kis_node_manager.cpp:557
#11 0x00007f5c3a253dc6 in KisNodeManager::slotNonUiActivatedNode (this=this@entry=0x8da9a48, node=...) at /home/raghu/kf5/src/krita/libs/ui/kis_node_manager.cpp:573
#12 0x00007f5c3a256335 in KisNodeManager::slotImageRequestNodeReselection (this=this@entry=0x8da9a48, activeNode=..., selectedNodes=...) at /home/raghu/kf5/src/krita/libs/ui/kis_node_manager.cpp:683
#13 0x00007f5c3a4f2d54 in KisNodeManager::qt_static_metacall (_o=0x8da9a48, _c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at /home/raghu/kf5/build/libs/ui/moc_kis_node_manager.cpp:325
#14 0x00007f5c3320c4e9 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQt5Core.so.5
#15 0x00007f5c3980b38a in KisImage::sigRequestNodeReselection (this=<optimized out>, _t1=..., _t2=...) at /home/raghu/kf5/build/libs/image/moc_kis_image.cpp:654
#16 0x00007f5c3980d783 in KisImage::qt_static_metacall (_o=<optimized out>, _c=<optimized out>, _id=<optimized out>, _a=0x7ffd81774b00) at /home/raghu/kf5/build/libs/image/moc_kis_image.cpp:292
#17 0x00007f5c3320c4e9 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQt5Core.so.5
#18 0x00007f5c3980b82a in KisImageSignalRouter::sigRequestNodeReselection (this=this@entry=0xa087280, _t1=..., _t2=...) at /home/raghu/kf5/build/libs/image/moc_kis_image_signal_router.cpp:309
#19 0x00007f5c396b6500 in KisImageSignalRouter::slotNotification (this=this@entry=0xa087280, type=...) at /home/raghu/kf5/src/krita/libs/image/kis_image_signal_router.cpp:132
#20 0x00007f5c3980e87e in KisImageSignalRouter::qt_static_metacall (_o=0xa087280, _c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at /home/raghu/kf5/build/libs/image/moc_kis_image_signal_router.cpp:142
#21 0x00007f5c3320d349 in QObject::event(QEvent*) () from /usr/lib/libQt5Core.so.5
#22 0x00007f5c33ec0e3c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#23 0x00007f5c33ec85b1 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#24 0x00007f5c3a42c787 in KisApplication::notify (this=<optimized out>, receiver=0xa087280, event=0x7f5bd02d33d0) at /home/raghu/kf5/src/krita/libs/ui/KisApplication.cpp:505
#25 0x00007f5c331e0c80 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#26 0x00007f5c331e33fd in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQt5Core.so.5
#27 0x00007f5c33235173 in ?? () from /usr/lib/libQt5Core.so.5
#28 0x00007f5c2cac8dd7 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#29 0x00007f5c2cac9040 in ?? () from /usr/lib/libglib-2.0.so.0
#30 0x00007f5c2cac90ec in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#31 0x00007f5c3323557f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#32 0x00007f5c331df0da in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#33 0x00007f5c331e75cc in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5
#34 0x0000000000404c39 in main (argc=<optimized out>, argv=<optimized out>) at /home/raghu/kf5/src/krita/krita/main.cc:230
Comment 6 Raghavendra kamath 2016-07-15 12:21:24 UTC
If it helps i got another one , this time it crashes when i pressed undo after merging all layers.
also some layer are not editable , they show the tool tip of "group not editable"


Application: Krita (krita), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fea293c1840 (LWP 20754))]

Thread 13 (Thread 0x7fe9b0ffa700 (LWP 20848)):
#0  0x00007fea1d645458 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007fea21965b66 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007fea21961274 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x00007fea21964d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007fea1d63f484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007fea20d5d6dd in clone () from /usr/lib/libc.so.6

Thread 12 (Thread 0x7fe9b27fc700 (LWP 20847)):
#0  0x00007fea1d645458 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007fea21965b66 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007fea21961274 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x00007fea21964d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007fea1d63f484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007fea20d5d6dd in clone () from /usr/lib/libc.so.6

Thread 11 (Thread 0x7fe9b3fff700 (LWP 20846)):
#0  0x00007fea1d645458 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007fea21965b66 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007fea21961274 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x00007fea21964d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007fea1d63f484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007fea20d5d6dd in clone () from /usr/lib/libc.so.6

Thread 10 (Thread 0x7fe9daffe700 (LWP 20845)):
#0  0x00007fea1d645458 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007fea21965b66 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007fea21961274 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x00007fea21964d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007fea1d63f484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007fea20d5d6dd in clone () from /usr/lib/libc.so.6

Thread 9 (Thread 0x7fe9dbfff700 (LWP 20844)):
#0  0x00007fea1d645458 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007fea21965b66 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007fea21961274 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x00007fea21964d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007fea1d63f484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007fea20d5d6dd in clone () from /usr/lib/libc.so.6

Thread 8 (Thread 0x7fe9b2ffd700 (LWP 20843)):
#0  0x00007fea1d645458 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007fea21965b66 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007fea21961274 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x00007fea21964d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007fea1d63f484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007fea20d5d6dd in clone () from /usr/lib/libc.so.6

Thread 7 (Thread 0x7fe9b17fb700 (LWP 20842)):
#0  0x00007fea1d645458 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007fea21965b66 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007fea21961274 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x00007fea21964d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007fea1d63f484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007fea20d5d6dd in clone () from /usr/lib/libc.so.6

Thread 6 (Thread 0x7fe9b37fe700 (LWP 20841)):
#0  0x00007fea1d645458 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007fea21965b66 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007fea21961274 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x00007fea21964d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007fea1d63f484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007fea20d5d6dd in clone () from /usr/lib/libc.so.6

Thread 5 (Thread 0x7fe9effff700 (LWP 20760)):
#0  0x00007fea1d6450af in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007fea21965c2b in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007fea22a42851 in ?? () from /usr/lib/libQt5Widgets.so.5
#3  0x00007fea21964d78 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x00007fea1d63f484 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007fea20d5d6dd in clone () from /usr/lib/libc.so.6

Thread 4 (Thread 0x7fe9f4846700 (LWP 20758)):
#0  0x00007fea1d6450af in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007fea21965c2b in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007fea2195ee26 in QSemaphore::tryAcquire(int, int) () from /usr/lib/libQt5Core.so.5
#3  0x00007fea27f55d13 in KisTileDataSwapper::waitForWork (this=<optimized out>) at /home/raghu/kf5/src/krita/libs/image/tiles3/swap/kis_tile_data_swapper.cpp:86
#4  0x00007fea27f55f1a in KisTileDataSwapper::run (this=0x7fea2841ef20 <(anonymous namespace)::Q_QGS_s_instance::innerFunction()::holder+64>) at /home/raghu/kf5/src/krita/libs/image/tiles3/swap/kis_tile_data_swapper.cpp:92
#5  0x00007fea21964d78 in ?? () from /usr/lib/libQt5Core.so.5
#6  0x00007fea1d63f484 in start_thread () from /usr/lib/libpthread.so.0
#7  0x00007fea20d5d6dd in clone () from /usr/lib/libc.so.6

Thread 3 (Thread 0x7fe9f5047700 (LWP 20757)):
#0  0x00007fea1d6450af in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007fea21965c2b in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007fea2195eb33 in QSemaphore::acquire(int) () from /usr/lib/libQt5Core.so.5
#3  0x00007fea27f3a58d in KisTileDataPooler::waitForWork (this=0x7fea2841eee0 <(anonymous namespace)::Q_QGS_s_instance::innerFunction()::holder>) at /home/raghu/kf5/src/krita/libs/image/tiles3/kis_tile_data_pooler.cc:165
#4  KisTileDataPooler::run (this=0x7fea2841eee0 <(anonymous namespace)::Q_QGS_s_instance::innerFunction()::holder>) at /home/raghu/kf5/src/krita/libs/image/tiles3/kis_tile_data_pooler.cc:187
#5  0x00007fea21964d78 in ?? () from /usr/lib/libQt5Core.so.5
#6  0x00007fea1d63f484 in start_thread () from /usr/lib/libpthread.so.0
#7  0x00007fea20d5d6dd in clone () from /usr/lib/libc.so.6

Thread 2 (Thread 0x7fea07bfa700 (LWP 20756)):
#0  0x00007fea20d5072d in read () from /usr/lib/libc.so.6
#1  0x00007fea1b469c80 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007fea1b426ab4 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#3  0x00007fea1b426f74 in ?? () from /usr/lib/libglib-2.0.so.0
#4  0x00007fea1b4270ec in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#5  0x00007fea21b9359b in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#6  0x00007fea21b3d0da in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#7  0x00007fea219600f3 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#8  0x00007fea1cf8ce75 in ?? () from /usr/lib/libQt5DBus.so.5
#9  0x00007fea21964d78 in ?? () from /usr/lib/libQt5Core.so.5
#10 0x00007fea1d63f484 in start_thread () from /usr/lib/libpthread.so.0
#11 0x00007fea20d5d6dd in clone () from /usr/lib/libc.so.6

Thread 1 (Thread 0x7fea293c1840 (LWP 20754)):
[KCrash Handler]
#5  KisNodeDummy::nodeShape (this=0x0) at /home/raghu/kf5/src/krita/libs/ui/flake/kis_node_dummies_graph.cpp:78
#6  0x00007fea28b3b589 in KisNodeShapesGraph::nodeToShape (this=<optimized out>, node=...) at /home/raghu/kf5/src/krita/libs/ui/flake/kis_node_shapes_graph.cpp:86
#7  0x00007fea28b3d436 in KisShapeController::shapeForNode (this=<optimized out>, node=...) at /home/raghu/kf5/src/krita/libs/ui/flake/kis_shape_controller.cpp:220
#8  0x00007fea28d93d19 in KisDocument::shapeForNode (this=<optimized out>, layer=...) at /home/raghu/kf5/src/krita/libs/ui/KisDocument.cpp:2316
#9  0x00007fea28bb1074 in KisNodeManager::Private::activateNodeImpl (this=0x8a18b00, node=...) at /home/raghu/kf5/src/krita/libs/ui/kis_node_manager.cpp:149
#10 0x00007fea28bb1ba3 in KisNodeManager::slotSomethingActivatedNodeImpl (this=this@entry=0x8a33a68, node=...) at /home/raghu/kf5/src/krita/libs/ui/kis_node_manager.cpp:557
#11 0x00007fea28bb1dc6 in KisNodeManager::slotNonUiActivatedNode (this=this@entry=0x8a33a68, node=...) at /home/raghu/kf5/src/krita/libs/ui/kis_node_manager.cpp:573
#12 0x00007fea28bb4335 in KisNodeManager::slotImageRequestNodeReselection (this=this@entry=0x8a33a68, activeNode=..., selectedNodes=...) at /home/raghu/kf5/src/krita/libs/ui/kis_node_manager.cpp:683
#13 0x00007fea28e50d54 in KisNodeManager::qt_static_metacall (_o=0x8a33a68, _c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at /home/raghu/kf5/build/libs/ui/moc_kis_node_manager.cpp:325
#14 0x00007fea21b6a4e9 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQt5Core.so.5
#15 0x00007fea2816938a in KisImage::sigRequestNodeReselection (this=<optimized out>, _t1=..., _t2=...) at /home/raghu/kf5/build/libs/image/moc_kis_image.cpp:654
#16 0x00007fea2816b783 in KisImage::qt_static_metacall (_o=<optimized out>, _c=<optimized out>, _id=<optimized out>, _a=0x7fff1a102730) at /home/raghu/kf5/build/libs/image/moc_kis_image.cpp:292
#17 0x00007fea21b6a4e9 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQt5Core.so.5
#18 0x00007fea2816982a in KisImageSignalRouter::sigRequestNodeReselection (this=this@entry=0x9c837d0, _t1=..., _t2=...) at /home/raghu/kf5/build/libs/image/moc_kis_image_signal_router.cpp:309
#19 0x00007fea28014500 in KisImageSignalRouter::slotNotification (this=this@entry=0x9c837d0, type=...) at /home/raghu/kf5/src/krita/libs/image/kis_image_signal_router.cpp:132
#20 0x00007fea2816c87e in KisImageSignalRouter::qt_static_metacall (_o=0x9c837d0, _c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at /home/raghu/kf5/build/libs/image/moc_kis_image_signal_router.cpp:142
#21 0x00007fea21b6b349 in QObject::event(QEvent*) () from /usr/lib/libQt5Core.so.5
#22 0x00007fea2281ee3c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#23 0x00007fea228265b1 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#24 0x00007fea28d8a787 in KisApplication::notify (this=<optimized out>, receiver=0x9c837d0, event=0x7fe9c0033d30) at /home/raghu/kf5/src/krita/libs/ui/KisApplication.cpp:505
#25 0x00007fea21b3ec80 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#26 0x00007fea21b413fd in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQt5Core.so.5
#27 0x00007fea21b93173 in ?? () from /usr/lib/libQt5Core.so.5
#28 0x00007fea1b426dd7 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#29 0x00007fea1b427040 in ?? () from /usr/lib/libglib-2.0.so.0
#30 0x00007fea1b4270ec in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#31 0x00007fea21b9357f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#32 0x00007fea21b3d0da in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#33 0x00007fea21b455cc in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5
#34 0x0000000000404c39 in main (argc=<optimized out>, argv=<optimized out>) at /home/raghu/kf5/src/krita/krita/main.cc:230
Comment 7 Patrice Kouame 2016-09-10 18:12:24 UTC
Haven't been able to reproduce this bug. 
On latest master 2db4438671e17002c7b02e3ad3a5208930765e4f as of 10-09-2016
macOS Sierra GM
Xcode 8 GM
command line build with Xcode debugger

I tried to reproduce by creating multiple layers (some vector), repeatedly shortcuting (Cmd-E) to merge below. Even undo and redoing the entire stack rapidly multiple times.

I do have this log to share (RelWithDebInfo):

QCoreApplication::arguments: Please instantiate the QApplication object first
krita.lib.pigment: Compiled for arch: 4
krita.lib.pigment: Features supported:
krita.lib.pigment: 	 "SSE2" 	---	 yes
krita.lib.pigment: 	 "SSSE3" 	---	 yes
krita.lib.pigment: 	 "SSE4.1" 	---	 yes
krita.lib.pigment: 	 "AVX " 	---	 no
krita.lib.pigment: 	 "AVX2 " 	---	 no
Set style "fusion"
OpenGL Info
  Vendor:  NVIDIA Corporation
  Renderer:  NVIDIA GeForce GTX 680 OpenGL Engine
  Version:  2.1 NVIDIA-10.12.65 355.10.05.05b16
  Shading language:  1.20
  Requested format:  QSurfaceFormat(version 2.1, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 0, profile  0)
  Current format:    QSurfaceFormat(version 2.1, options QFlags(0x4), depthBufferSize 24, redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile  0)
krita has opengl true
Setting XDG_DATA_DIRS "/Volumes/Vishnu/Shakti/i/bin/krita.app/Contents/share"
Available translations QSet("en_US")
Available domain translations QSet("en_US")
Override language: ""
KoJsonTrader will load its plugins from "/Volumes/Vishnu/Shakti/i/lib/kritaplugins"
libpng warning: iCCP: too many profiles
libpng warning: iCCP: too many profiles
libpng warning: iCCP: too many profiles
libpng warning: iCCP: too many profiles
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/bin/krita.app/Contents/share/krita/osx.stylesheet, line 1: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/bin/krita.app/Contents/share/krita/osx.stylesheet, line 2: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/bin/krita.app/Contents/share/krita/osx.stylesheet, line 3: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/bin/krita.app/Contents/share/krita/osx.stylesheet, line 4: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/bin/krita.app/Contents/share/krita/osx.stylesheet, line 6: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/bin/krita.app/Contents/share/krita/osx.stylesheet, line 7: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/bin/krita.app/Contents/share/krita/osx.stylesheet, line 8: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/bin/krita.app/Contents/share/krita/osx.stylesheet, line 9: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/bin/krita.app/Contents/share/krita/osx.stylesheet, line 11: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/bin/krita.app/Contents/share/krita/osx.stylesheet, line 12: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/bin/krita.app/Contents/share/krita/osx.stylesheet, line 13: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/bin/krita.app/Contents/share/krita/osx.stylesheet, line 14: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/bin/krita.app/Contents/share/krita/osx.stylesheet, line 15: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/bin/krita.app/Contents/share/krita/osx.stylesheet, line 16: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/bin/krita.app/Contents/share/krita/osx.stylesheet, line 17: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/share/krita/osx.stylesheet, line 1: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/share/krita/osx.stylesheet, line 2: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/share/krita/osx.stylesheet, line 3: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/share/krita/osx.stylesheet, line 4: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/share/krita/osx.stylesheet, line 6: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/share/krita/osx.stylesheet, line 7: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/share/krita/osx.stylesheet, line 8: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/share/krita/osx.stylesheet, line 9: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/share/krita/osx.stylesheet, line 11: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/share/krita/osx.stylesheet, line 12: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/share/krita/osx.stylesheet, line 13: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/share/krita/osx.stylesheet, line 14: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/share/krita/osx.stylesheet, line 15: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/share/krita/osx.stylesheet, line 16: " Invalid entry (missing '=')
"KConfigIni: In file /Volumes/Vishnu/Shakti/i/share/krita/osx.stylesheet, line 17: " Invalid entry (missing '=')
WARNING: Level of Detail functionality is available only with openGL + GLSL 1.3 support
libpng warning: iCCP: too many profiles
krita.lib.flake: "InteractionTool" : action "object_order_lower" conflicts with canvas action "rotate_canvas_left" shortcut: "Ctrl+["
krita.lib.flake: "InteractionTool" : action "object_order_raise" conflicts with canvas action "rotate_canvas_right" shortcut: "Ctrl+]"
krita.lib.flake: "InteractionTool" : action "object_order_lower" conflicts with canvas action "rotate_canvas_left" shortcut: "Ctrl+["
krita.lib.flake: "InteractionTool" : action "object_order_raise" conflicts with canvas action "rotate_canvas_right" shortcut: "Ctrl+]"
WARNING: Level of Detail functionality is available only with openGL + GLSL 1.3 support
krita.ui: Could not find sync functions, disabling sync notification.
WARNING: Level of Detail functionality is available only with openGL + GLSL 1.3 support
"Mouse"
0 1
trying profile "Mouse"
"Mouse"
1 1
removing profile "Current"
krita.lib.flake: "KarbonCalligraphyTool" : action "calligraphy_increase_angle" conflicts with canvas action "movetool-move-up" shortcut: "Up"
krita.lib.flake: "KarbonCalligraphyTool" : action "calligraphy_decrease_width" conflicts with canvas action "movetool-move-left" shortcut: "Left"
krita.lib.flake: "KarbonCalligraphyTool" : action "calligraphy_decrease_angle" conflicts with canvas action "movetool-move-down" shortcut: "Down"
krita.lib.flake: "KarbonCalligraphyTool" : action "calligraphy_increase_width" conflicts with canvas action "movetool-move-right" shortcut: "Right"
krita.lib.flake: No text shape present in KoTosContainer
krita.lib.flake: No text shape present in KoTosContainer
krita.lib.flake: No text shape present in KoTosContainer
QFile::copy: Empty or null file name
krita.lib.flake: No text shape present in KoTosContainer
krita.lib.flake: No text shape present in KoTosContainer
QFile::copy: Empty or null file name
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(1536,0 64x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(0,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(512,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(0,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(1024,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(512,512 512x512)
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(1024,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(1536,0 64x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(0,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(0,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(512,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(1024,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(512,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(1024,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(1536,0 64x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(0,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(0,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(512,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(1024,512 512x512)
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(1024,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(512,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(1536,0 64x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(1024,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(0,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(1024,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(0,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(512,512 512x512)
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(512,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
KoRTree<T>::remove( const T&data) data not found
krita.lib.flake: No text shape present in KoTosContainer
krita.lib.flake: No text shape present in KoTosContainer
krita.lib.flake: No text shape present in KoTosContainer
QFile::copy: Empty or null file name
krita.lib.flake: No text shape present in KoTosContainer
QFile::copy: Empty or null file name
krita.lib.flake: "InteractionTool" : action "object_order_lower" conflicts with canvas action "rotate_canvas_left" shortcut: "Ctrl+["
krita.lib.flake: "InteractionTool" : action "object_order_raise" conflicts with canvas action "rotate_canvas_right" shortcut: "Ctrl+]"
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(1536,0 64x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(0,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(512,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(1024,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(1024,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(0,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(512,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(1536,0 64x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(0,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(0,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(1024,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(512,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(512,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(1024,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(1536,0 64x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(0,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(0,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(512,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(1024,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(1024,0 512x512)
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(512,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(1536,0 64x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(0,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(1024,0 512x512)
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(0,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(1024,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(512,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(512,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
KoRTree<T>::remove( const T&data) data not found
krita.lib.flake: "InteractionTool" : action "object_order_lower" conflicts with canvas action "rotate_canvas_left" shortcut: "Ctrl+["
krita.lib.flake: "InteractionTool" : action "object_order_raise" conflicts with canvas action "rotate_canvas_right" shortcut: "Ctrl+]"
krita.lib.flake: No text shape present in KoTosContainer
krita.lib.flake: No text shape present in KoTosContainer
krita.lib.flake: No text shape present in KoTosContainer
QFile::copy: Empty or null file name
QFile::copy: Empty or null file name
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(1536,0 64x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(0,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(512,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(1024,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(512,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(1024,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Please report a bug describing how you got this message.
krita.core:      Start node: KisPaintLayer(0x60800048b090, name = "Layer 1") Requested rect: QRect(0,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(1536,0 64x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(0,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(0,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(512,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(1024,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(512,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x610000690bd0, name = "Layer 3") Requested rect: QRect(1024,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(1536,0 64x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(0,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(0,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(1024,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core: BUG: The walker hasn't reached the root layer!
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(512,512 512x512)
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(1024,512 512x512)
krita.core:      Start node: KisPaintLayer(0x60800048b1d0, name = "Layer 2") Requested rect: QRect(512,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core:      Please report a bug describing how you got this message.
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(1536,0 64x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(0,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(0,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(1024,512 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core: BUG: The walker hasn't reached the root layer!
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(1024,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(512,512 512x512)
krita.core: BUG: The walker hasn't reached the root layer!
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.core:      Start node: KisShapeLayer(0x61800088faf0, name = "Vector Layer 1") Requested rect: QRect(512,0 512x512)
krita.core:      There must be an inconsistency in the walkers happened!
krita.core:      Please report a bug describing how you got this message.
krita.lib.flake: "InteractionTool" : action "object_order_lower" conflicts with canvas action "rotate_canvas_left" shortcut: "Ctrl+["
krita.lib.flake: "InteractionTool" : action "object_order_raise" conflicts with canvas action "rotate_canvas_right" shortcut: "Ctrl+]"
KoRTree<T>::remove( const T&data) data not found
KoRTree<T>::remove( const T&data) data not found
krita.lib.flake: No text shape present in KoTosContainer
QFSFileEngine::open: No file name specified
Comment 8 Halla Rempt 2016-09-15 12:41:42 UTC
I know how to make the crash go away... But I still see this output.
Comment 9 Halla Rempt 2016-09-15 12:43:13 UTC
Git commit f1d01ccf3fdcdb7fc6c49909e8767c333353422e by Boudewijn Rempt.
Committed on 15/09/2016 at 12:43.
Pushed by rempt into branch 'master'.

This way the user can at least still save their image. I can easily
reproduce the warning messages Raghukamath pasted into the bug report,
though.

M  +5    -1    libs/ui/flake/kis_node_shapes_graph.cpp
M  +5    -2    libs/ui/flake/kis_shape_controller.cpp
M  +4    -0    libs/ui/kis_node_model.cpp

http://commits.kde.org/krita/f1d01ccf3fdcdb7fc6c49909e8767c333353422e
Comment 10 Halla Rempt 2016-09-27 10:09:28 UTC
Git commit a845131276547861c5c0c51b04524430cf226998 by Boudewijn Rempt.
Committed on 27/09/2016 at 10:01.
Pushed by rempt into branch 'krita/3.0.1'.

This way the user can at least still save their image. I can easily
reproduce the warning messages Raghukamath pasted into the bug report,
though.

M  +5    -1    libs/ui/flake/kis_node_shapes_graph.cpp
M  +5    -2    libs/ui/flake/kis_shape_controller.cpp
M  +4    -0    libs/ui/kis_node_model.cpp

http://commits.kde.org/krita/a845131276547861c5c0c51b04524430cf226998