https://bugs.kde.org/show_bug.cgi?id=474476
--- Comment #2 from Protoniv <ss93...@gmail.com> --- Created attachment 161838 --> https://bugs.kde.org/attachment.cgi?id=161838&action=edit gdb output with thread apply all bt command Hi, Dmitry! After some recent OS packages update, the crash seems not easily appear again on my laptop, but have some chance to enconter the crash again (and again) with my home desktop (I can only access it on my holiday), sorry for the late reply. The crash also happen on 5.2.0-RC1 appimage, so here is the gdb output from it. 5.2.0-RC1 appimage SHA1: 4bd0f522c22f41e504bf1e9ced540fa11ed5ec53 Output from gdb when krita crash: ``` QObject::killTimer: Timers cannot be stopped from another thread QObject::~QObject: Timers cannot be stopped from another thread Thread 1 "krita" received signal SIGSEGV, Segmentation fault. 0x00007ffff5aafebc in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /tmp/.mount_krita-4KlmX8/usr/bin/../lib/libQt5Core.so.5 ``` Output with gdb "bt" command: ``` #0 0x00007ffff5aafebc in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /tmp/.mount_krita-4KlmX8/usr/bin/../lib/libQt5Core.so.5 #1 0x00007ffff5b08d8b in QTimerInfoList::activateTimers() () from /tmp/.mount_krita-4KlmX8/usr/bin/../lib/libQt5Core.so.5 #2 0x00007ffff5b0968c in ?? () from /tmp/.mount_krita-4KlmX8/usr/bin/../lib/libQt5Core.so.5 #3 0x00007ffff2c9c17d in g_main_context_dispatch () from /tmp/.mount_krita-4KlmX8/usr/bin/../lib/libglib-2.0.so.0 #4 0x00007ffff2c9c400 in ?? () from /tmp/.mount_krita-4KlmX8/usr/bin/../lib/libglib-2.0.so.0 #5 0x00007ffff2c9c4a3 in g_main_context_iteration () from /tmp/.mount_krita-4KlmX8/usr/bin/../lib/libglib-2.0.so.0 #6 0x00007ffff5b09a58 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /tmp/.mount_krita-4KlmX8/usr/bin/../lib/libQt5Core.so.5 #7 0x00007ffff5aae85b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /tmp/.mount_krita-4KlmX8/usr/bin/../lib/libQt5Core.so.5 #8 0x00007ffff5ab6e14 in QCoreApplication::exec() () from /tmp/.mount_krita-4KlmX8/usr/bin/../lib/libQt5Core.so.5 #9 0x000055555555e0bf in main () ``` And the "thread apply all bt" output is in the attachment. -- You are receiving this mail because: You are watching all bug changes.