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

Halla Rempt <ha...@valdyas.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |CONFIRMED
                 CC|                            |ha...@valdyas.org
     Ever confirmed|0                           |1

--- Comment #2 from Halla Rempt <ha...@valdyas.org> ---
The full debug symbols are a separate download that you can unpack. But I can
reproduce the bug on Linux as well. There is a big pause, and then a crash:


Thread 1 "krita" received signal SIGSEGV, Segmentation fault.
0x00007ffff703a794 in KisPaintDevice::makeFullCopyFrom (this=0x55555cf9f0b0,
rhs=..., copyMode=KritaUtils::CopySnapshot, newParentNode=0x0) at
/home/halla/dev/krita/libs/image/kis_paint_device.cc:1114
1114        m_d->cloneAllDataObjects(rhs.m_d, copyMode ==
KritaUtils::CopyAllFrames);
(gdb) 
(gdb) bt
#0  0x00007ffff703a794 in KisPaintDevice::makeFullCopyFrom
(this=0x55555cf9f0b0, rhs=..., 
    copyMode=KritaUtils::CopySnapshot, newParentNode=0x0)
    at /home/halla/dev/krita/libs/image/kis_paint_device.cc:1114
#1  0x00007ffff703aab2 in KisPaintDevice::KisPaintDevice
(this=this@entry=0x55555cf9f0b0, rhs=..., 
    copyMode=copyMode@entry=KritaUtils::CopySnapshot,
newParentNode=newParentNode@entry=0x0)
    at /home/halla/dev/krita/libs/image/kis_paint_device.cc:1104
#2  0x00007ffff7b6795b in KisPasteIntoActionFactory::run
(this=this@entry=0x7fffffffc9a0, 
    viewManager=0x555557c99ad0) at
/home/halla/dev/krita/libs/ui/actions/KisPasteActionFactories.cpp:315
#3  0x00007ffff78f9914 in KisSelectionManager::pasteInto (this=0x555557c9a418)
    at /home/halla/dev/krita/libs/ui/kis_selection_manager.cc:371
#4  0x00007ffff5948243 in QMetaObject::activate(QObject*, int, int, void**) ()
   from /home/halla/dev/deps/lib/libQt5Core.so.5
#5  0x00007ffff6360a66 in QAction::triggered(bool) () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#6  0x00007ffff636375b in QAction::activate(QAction::ActionEvent) ()
   from /home/halla/dev/deps/lib/libQt5Widgets.so.5
#7  0x00007ffff64ec6c2 in ?? () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#8  0x00007ffff64f4449 in ?? () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#9  0x00007ffff63ab38e in QWidget::event(QEvent*) () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#10 0x00007ffff6367846 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
()
   from /home/halla/dev/deps/lib/libQt5Widgets.so.5
#11 0x00007ffff636fb4e in QApplication::notify(QObject*, QEvent*) ()
   from /home/halla/dev/deps/lib/libQt5Widgets.so.5
#12 0x00007ffff7bfc755 in KisApplication::notify (this=0x7fffffffdaf0,
receiver=0x55555acf3ce0, 
    event=0x7fffffffd190) at
/home/halla/dev/krita/libs/ui/KisApplication.cpp:757
#13 0x00007ffff591cf02 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
()
   from /home/halla/dev/deps/lib/libQt5Core.so.5
#14 0x00007ffff636e629 in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) ()
from /home/halla/dev/deps/lib/libQt5Widgets.so.5
#15 0x00007ffff63c624c in ?? () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#16 0x00007ffff63c8805 in ?? () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#17 0x00007ffff6367846 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
()
   from /home/halla/dev/deps/lib/libQt5Widgets.so.5
#18 0x00007ffff7bfc755 in KisApplication::notify (this=0x7fffffffdaf0,
receiver=0x7fffd4004b60, 
    event=0x7fffffffd4f0) at
/home/halla/dev/krita/libs/ui/KisApplication.cpp:757
#19 0x00007ffff591cf02 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
()
   from /home/halla/dev/deps/lib/libQt5Core.so.5
#20 0x00007ffff5d13c1b in
QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)
    () from /home/halla/dev/deps/lib/libQt5Gui.so.5
#21 0x00007ffff5ceae0c in
QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>)
    () from /home/halla/dev/deps/lib/libQt5Gui.so.5
#22 0x00007fffefe5848e in ?? () from
/home/halla/dev/deps/plugins/platforms/../../lib/libQt5XcbQpa.so.5
#23 0x00007ffff2ef7d1b in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x00007ffff2f4c6f8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#25 0x00007ffff2ef53c3 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#26 0x00007ffff597391b in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /home/halla/dev/deps/lib/libQt5Core.so.5
#27 0x00007ffff591b8fb in
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /home/halla/dev/deps/lib/libQt5Core.so.5
#28 0x00007ffff5923ad6 in QCoreApplication::exec() () from
/home/halla/dev/deps/lib/libQt5Core.so.5
#29 0x000055555555dd37 in main (argc=<optimized out>, argv=<optimized out>)
    at /home/halla/dev/krita/krita/main.cc:727

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

Reply via email to