https://bugs.kde.org/show_bug.cgi?id=447985
Dmitrii Utkin <loen...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |loen...@gmail.com --- Comment #3 from Dmitrii Utkin <loen...@gmail.com> --- Created attachment 147072 --> https://bugs.kde.org/attachment.cgi?id=147072&action=edit system information I faced the same issue. It occurs after hour-two of painting session (sometimes faster). I suspect the system uptime may affect how often it occurs. Long uptime (few days) or if the system was suspended and it occurs more often. Also probably the NVIDIA drivers could be the reason, because canvas doesn't appear right (semitransparent/incomplete) after system suspend/resume and I had to restart Krita. On the current project it happened about 6-7 times and I had to re-draw some parts again and again (quite annoying), though auto-save is set to 2 minutes.. GDB backtrace doesn't show somewhat useful: ------------------------------------------------------------- Thread 1 "krita" received signal SIGSEGV, Segmentation fault. 0x0000000000000000 in ?? () (gdb) bt #0 0x0000000000000000 in ?? () #1 0x00007ffff529f039 in QMetaObject::cast(QObject const*) const () from /tmp/.mount_krita.9woNKY/usr/bin/../lib/libQt5Core.so.5 #2 0x00007ffff5ed2ba9 in QMdiArea::eventFilter(QObject*, QEvent*) () from /tmp/.mount_krita.9woNKY/usr/bin/../lib/libQt5Widgets.so.5 #3 0x00007ffff529513d in QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject*, QEvent*) () from /tmp/.mount_krita.9woNKY/usr/bin/../lib/libQt5Core.so.5 #4 0x00007ffff5d72918 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /tmp/.mount_krita.9woNKY/usr/bin/../lib/libQt5Widgets.so.5 #5 0x00007ffff5d79f20 in QApplication::notify(QObject*, QEvent*) () from /tmp/.mount_krita.9woNKY/usr/bin/../lib/libQt5Widgets.so.5 #6 0x00007ffff7af0d92 in KisApplication::notify(QObject*, QEvent*) () from /tmp/.mount_krita.9woNKY/usr/bin/../lib/libkritaui.so.17 #7 0x00007ffff52954f8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /tmp/.mount_krita.9woNKY/usr/bin/../lib/libQt5Core.so.5 #8 0x00007ffff52981aa in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /tmp/.mount_krita.9woNKY/usr/bin/../lib/libQt5Core.so.5 #9 0x00007ffff52ef233 in ?? () from /tmp/.mount_krita.9woNKY/usr/bin/../lib/libQt5Core.so.5 #10 0x00007fffee96f17d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #11 0x00007fffee96f400 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #12 0x00007fffee96f4a3 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #13 0x00007ffff52ee81f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /tmp/.mount_krita.9woNKY/usr/bin/../lib/libQt5Core.so.5 #14 0x00007ffff5293a8a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /tmp/.mount_krita.9woNKY/usr/bin/../lib/libQt5Core.so.5 #15 0x00007ffff529c804 in QCoreApplication::exec() () from /tmp/.mount_krita.9woNKY/usr/bin/../lib/libQt5Core.so.5 #16 0x0000000000407750 in main () ------------------------------------------------------------- I'll try with debug build, but I'm not sure if it add more info. -- You are receiving this mail because: You are watching all bug changes.