https://bugs.kde.org/show_bug.cgi?id=419093

Rebecca Breu <rebe...@rbreu.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rebe...@rbreu.de
             Status|REPORTED                    |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #2 from Rebecca Breu <rebe...@rbreu.de> ---
I can confirm this. It's only happening with the current 4.3. master, not with
4.2.8 and 4.2.9 beta. I'm getting two safe asserts and a segfault:

SAFE ASSERT (krita): "!m_d->waitingOnImages.contains(image)" in file
/home/appimage/persistent/krita/libs/image/KisBusyWaitBroker.cpp, line 64
SAFE ASSERT (krita): "m_d->waitingOnImages.contains(image)" in file
/home/appimage/persistent/krita/libs/image/KisBusyWaitBroker.cpp, line 80

Thread 1 "krita" received signal SIGSEGV, Segmentation fault.
Node::createNode (image=..., node=..., parent=parent@entry=0x0) at
/home/appimage/persistent/krita/libs/libkis/Node.cpp:87
87          if (node->inherits("KisGroupLayer")) {



(gdb) backtrace
#0  Node::createNode (image=..., node=..., parent=parent@entry=0x0) at
/home/appimage/persistent/krita/libs/libkis/Node.cpp:87
#1  0x00007fffc4632bc7 in Node::mergeDown (this=0xe999090) at
/home/appimage/persistent/krita/libs/libkis/Node.cpp:608
#2  0x00007fffbbd9fae3 in meth_Node_mergeDown (sipSelf=0x7fffb66650d0,
sipArgs=<optimized out>)
    at
/home/appimage/appimage-workspace/krita-build/plugins/extensions/pykrita/sip/./krita/sipkritapart0.cpp:20073
#3  0x00007fffc49016fa in cfunction_call_varargs (kwargs=<optimized out>,
args=0x7fffcc06d040, func=0x7fffb71d9b80)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Objects/call.c:757
#4  PyCFunction_Call (func=0x7fffb71d9b80, args=0x7fffcc06d040,
kwargs=<optimized out>)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Objects/call.c:772
#5  0x00007fffc48ff311 in _PyObject_MakeTpCall (callable=0x7fffb71d9b80,
args=<optimized out>, nargs=<optimized out>, keywords=0x0)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Objects/call.c:159
#6  0x00007fffc48d5827 in _PyObject_Vectorcall (kwnames=<optimized out>,
nargsf=<optimized out>, args=<optimized out>,
    callable=<optimized out>)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Include/cpython/abstract.h:125
#7  call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic
pointer>, tstate=0x6cdc000)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Python/ceval.c:4987
#8  _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Python/ceval.c:3469
#9  0x00007fffc49efeaa in _PyEval_EvalCodeWithName
(_co=_co@entry=0x7fffb6655240, globals=globals@entry=0x7fffb6634180,
    locals=locals@entry=0x7fffb6634180, args=args@entry=0x0,
argcount=argcount@entry=0, kwnames=kwnames@entry=0x0, kwargs=0x0, kwcount=0,
    kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0,
qualname=0x0)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Python/ceval.c:4298
#10 0x00007fffc49f005e in PyEval_EvalCodeEx (_co=_co@entry=0x7fffb6655240,
globals=globals@entry=0x7fffb6634180,
    locals=locals@entry=0x7fffb6634180, args=args@entry=0x0,
argcount=argcount@entry=0, kws=kws@entry=0x0, kwcount=0, defs=0x0,
    defcount=0, kwdefs=0x0, closure=0x0)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Python/ceval.c:4327
#11 0x00007fffc49f008b in PyEval_EvalCode (co=co@entry=0x7fffb6655240,
globals=globals@entry=0x7fffb6634180,
    locals=locals@entry=0x7fffb6634180)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Python/ceval.c:718
#12 0x00007fffc49ecaa9 in builtin_exec_impl (module=<optimized out>,
locals=0x7fffb6634180, globals=0x7fffb6634180, source=0x7fffb6655240)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Python/bltinmodule.c:1033
#13 builtin_exec (module=<optimized out>, args=<optimized out>,
nargs=<optimized out>)
--Type <RET> for more, q to quit, c to continue without paging--
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Python/clinic/bltinmodule.c.h:396
#14 0x00007fffc4949380 in cfunction_vectorcall_FASTCALL
(func=func@entry=0x7fffcc03c590, args=<optimized out>, nargsf=nargsf@entry=2,
    kwnames=<optimized out>)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Objects/methodobject.c:421
#15 0x00007fffc490125f in PyVectorcall_Call (callable=0x7fffcc03c590,
tuple=<optimized out>, kwargs=<optimized out>)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Objects/call.c:199
#16 0x00007fffc48d6308 in do_call_core (kwdict=0x7fffb6652e80,
callargs=0x7fffb6653640, func=0x7fffcc03c590, tstate=0x6cdc000)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Python/ceval.c:5007
#17 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Python/ceval.c:3559
#18 0x00007fffc49efeaa in _PyEval_EvalCodeWithName (_co=0x7fffcc0449d0,
globals=globals@entry=0x7fffcc04ef80, locals=locals@entry=0x0,
    args=<optimized out>, argcount=3, kwnames=0x0, kwargs=0x7fffb664d1e8,
kwcount=0, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0,
    closure=0x0, name=0x7fffcc045440, qualname=0x7fffcc045440)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Python/ceval.c:4298
#19 0x00007fffc48ff108 in _PyFunction_Vectorcall (func=<optimized out>,
stack=<optimized out>, nargsf=<optimized out>,
    kwnames=<optimized out>) at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Objects/call.c:435
#20 0x00007fffc48d5872 in _PyObject_Vectorcall (kwnames=<optimized out>,
nargsf=<optimized out>, args=<optimized out>,
    callable=<optimized out>)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Include/cpython/abstract.h:127
#21 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic
pointer>, tstate=0x6cdc000)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Python/ceval.c:4987
#22 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Python/ceval.c:3469
#23 0x00007fffc48cd680 in function_code_fastcall (co=<optimized out>,
args=<optimized out>, nargs=2, globals=<optimized out>)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Objects/call.c:283
#24 0x00007fffc48d547a in _PyObject_Vectorcall (kwnames=<optimized out>,
nargsf=<optimized out>, args=<optimized out>,
    callable=<optimized out>)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Include/cpython/abstract.h:127
#25 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic
pointer>, tstate=0x6cdc000)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Python/ceval.c:4987
#26 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>)
--Type <RET> for more, q to quit, c to continue without paging--
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Python/ceval.c:3486
#27 0x00007fffc48cd680 in function_code_fastcall (co=<optimized out>,
args=<optimized out>, nargs=2, globals=<optimized out>)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Objects/call.c:283
#28 0x00007fffc4902ef0 in _PyObject_Vectorcall (kwnames=0x0, nargsf=2,
args=0x8bafc88, callable=0x7fffb6641550)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Include/cpython/abstract.h:127
#29 method_vectorcall (method=<optimized out>, args=0x8bafc90,
nargsf=<optimized out>, kwnames=0x0)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Objects/classobject.c:60
#30 0x00007fffc48d5872 in _PyObject_Vectorcall (kwnames=<optimized out>,
nargsf=<optimized out>, args=<optimized out>,
    callable=<optimized out>)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Include/cpython/abstract.h:127
#31 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic
pointer>, tstate=0x6cdc000)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Python/ceval.c:4987
#32 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Python/ceval.c:3469
#33 0x00007fffc48cd680 in function_code_fastcall (co=<optimized out>,
args=<optimized out>, nargs=1, globals=<optimized out>)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Objects/call.c:283
#34 0x00007fffc4902ea0 in _PyObject_Vectorcall (kwnames=0x0, nargsf=1,
args=0x7fffffffcac8, callable=0x7fffb6641430)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Include/cpython/abstract.h:127
#35 method_vectorcall (method=method@entry=0x7fffc435ac40, args=0x7fffcc06d058,
nargsf=nargsf@entry=0, kwnames=0x0)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Objects/classobject.c:67
#36 0x00007fffc490125f in PyVectorcall_Call (callable=0x7fffc435ac40,
tuple=<optimized out>, kwargs=<optimized out>)
    at
/home/appimage/appimage-workspace/deps-build/ext_python/ext_python-prefix/src/ext_python/Objects/call.c:199
#37 0x00007fffbb852ee5 in PyQtSlot::call(_object*, _object*) const ()
   from
/home/appimage/appimage-workspace/deps/usr/lib/python3.8/site-packages/PyQt5/QtCore.so
#38 0x00007fffbb853418 in PyQtSlot::invoke(void**, _object*, void*, bool) const
()
   from
/home/appimage/appimage-workspace/deps/usr/lib/python3.8/site-packages/PyQt5/QtCore.so
#39 0x00007fffbb8536a0 in PyQtSlotProxy::unislot(void**) ()
   from
/home/appimage/appimage-workspace/deps/usr/lib/python3.8/site-packages/PyQt5/QtCore.so
#40 0x00007fffbb8541d7 in PyQtSlotProxy::qt_metacall(QMetaObject::Call, int,
void**) ()
   from
/home/appimage/appimage-workspace/deps/usr/lib/python3.8/site-packages/PyQt5/QtCore.so
#41 0x00007ffff3e9b844 in QMetaObject::activate(QObject*, int, int, void**) ()
--Type <RET> for more, q to quit, c to continue without paging--
   from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Core.so.5
#42 0x00007ffff490a382 in QAction::triggered(bool) () from
/home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5
#43 0x00007ffff490c910 in QAction::activate(QAction::ActionEvent) () from
/home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5
#44 0x00007ffff49fd310 in ?? () from
/home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5
#45 0x00007ffff49fd44d in QAbstractButton::mouseReleaseEvent(QMouseEvent*) ()
   from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5
#46 0x00007ffff4ae7ada in QToolButton::mouseReleaseEvent(QMouseEvent*) ()
   from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5
#47 0x00007ffff49511c8 in QWidget::event(QEvent*) () from
/home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5
#48 0x00007ffff4ae7bb9 in QToolButton::event(QEvent*) () from
/home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5
#49 0x00007ffff49108dc in QApplicationPrivate::notify_helper(QObject*, QEvent*)
()
   from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5
#50 0x00007ffff4918360 in QApplication::notify(QObject*, QEvent*) () from
/home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5
#51 0x00007ffff6d31a57 in KisApplication::notify (this=<optimized out>,
receiver=0x8b880b0, event=0x7fffffffd430)
    at /home/appimage/persistent/krita/libs/ui/KisApplication.cpp:705
#52 0x00007ffff3e6e338 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
()
   from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Core.so.5
#53 0x00007ffff4917452 in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) ()
from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5
#54 0x00007ffff496af4a in ?? () from
/home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5
#55 0x00007ffff496de83 in ?? () from
/home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5
#56 0x00007ffff49108dc in QApplicationPrivate::notify_helper(QObject*, QEvent*)
()
   from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5
#57 0x00007ffff4917fb8 in QApplication::notify(QObject*, QEvent*) () from
/home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5

#58 0x00007ffff6d31a57 in KisApplication::notify (this=<optimized out>,
receiver=0x8b99c50, event=0x7fffffffd900)
    at /home/appimage/persistent/krita/libs/ui/KisApplication.cpp:705
#59 0x00007ffff3e6e338 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
()
   from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Core.so.5
#60 0x00007ffff42e4897 in
QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)
()
   from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Gui.so.5
#61 0x00007ffff42e5e65 in
QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)
()
--Type <RET> for more, q to quit, c to continue without paging--
   from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Gui.so.5
#62 0x00007ffff42c216b in
QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>)
()
   from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Gui.so.5
#63 0x00007fffe630caaa in ?? () from
/home/appimage/appimage-workspace/deps/usr/lib/libQt5XcbQpa.so.5
#64 0x00007fffec79a197 in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#65 0x00007fffec79a3f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#66 0x00007fffec79a49c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#67 0x00007ffff3ec771f in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Core.so.5
#68 0x00007ffff3e6c5fa in
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Core.so.5
#69 0x00007ffff3e75644 in QCoreApplication::exec() () from
/home/appimage/appimage-workspace/deps/usr/lib/libQt5Core.so.5
#70 0x0000000000407edd in main (argc=1, argv=0x7fffffffe428) at
/home/appimage/persistent/krita/krita/main.cc:597

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to