https://bugs.kde.org/show_bug.cgi?id=489430
fishbon...@outlook.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |REPORTED Resolution|BACKTRACE |--- --- Comment #6 from fishbon...@outlook.com --- (In reply to Nate Graham from comment #5) > Please follow the instructions at that link to get a single proper > backtrace, thanks. Sry about that, at first glance I thought the backtrace in gdb and coredumpctl info is the same. Most crashes are SIGSEGV (~200, since it crashes repeatedly), only few (<10) are SIGABRT. I have checked several core dumps, crashes with same signal have same backtraces. ======= SIGABRT ======= #0 0x00007e7bdfca8e44 in ??? () at /usr/lib/libc.so.6 #1 0x00007e7bdfc50a30 in raise () at /usr/lib/libc.so.6 #2 0x00007e7be3457643 in KCrash::defaultCrashHandler(int) () at /usr/lib/libKF6Crash.so.6 #3 0x00007e7bdfc50ae0 in <signal handler called> () at /usr/lib/libc.so.6 #4 0x00007e7bdfca8e44 in ??? () at /usr/lib/libc.so.6 #5 0x00007e7bdfc50a30 in raise () at /usr/lib/libc.so.6 #6 0x00007e7bdfc384c3 in abort () at /usr/lib/libc.so.6 #7 0x00007e7bdfe97b0c in __gnu_cxx::__verbose_terminate_handler () at /usr/src/debug/gcc/gcc/libstdc++-v3/libsupc++/vterminate.cc:95 #8 0x00007e7bdfeadf1a in __cxxabiv1::__terminate (handler=<optimized out>) at /usr/src/debug/gcc/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:48 #9 0x00007e7bdfe9750a in std::terminate () at /usr/src/debug/gcc/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:58 #10 0x00007e7bdfeaedb5 in __cxxabiv1::__cxa_pure_virtual () at /usr/src/debug/gcc/gcc/libstdc++-v3/libsupc++/pure.cc:50 #11 0x00007e7be2df5fd8 in KWin::OffscreenQuickView::update() () at /usr/lib/libkwin.so.6 #12 0x00007e7be03a16f7 in ??? () at /usr/lib/libQt6Core.so.6 #13 0x00007e7be03a9885 in QTimer::timerEvent(QTimerEvent*) () at /usr/lib/libQt6Core.so.6 #14 0x00007e7be038bfc9 in QObject::event(QEvent*) () at /usr/lib/libQt6Core.so.6 #15 0x00007e7be12fc51c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt6Widgets.so.6 #16 0x00007e7be0344d28 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt6Core.so.6 #17 0x00007e7be04c3c98 in QTimerInfoList::activateTimers() () at /usr/lib/libQt6Core.so.6 #18 0x00007e7be05a49b1 in ??? () at /usr/lib/libQt6Core.so.6 #19 0x00007e7bdf227a89 in ??? () at /usr/lib/libglib-2.0.so.0 #20 0x00007e7bdf2899b7 in ??? () at /usr/lib/libglib-2.0.so.0 #21 0x00007e7bdf226f95 in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #22 0x00007e7be05a2cbd in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt6Core.so.6 #23 0x00007e7be034f01e in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt6Core.so.6 #24 0x00007e7be034934d in QCoreApplication::exec() () at /usr/lib/libQt6Core.so.6 #25 0x0000630ac19bde2b in ??? () #26 0x00007e7bdfc39c88 in ??? () at /usr/lib/libc.so.6 #27 0x00007e7bdfc39d4c in __libc_start_main () at /usr/lib/libc.so.6 #28 0x0000630ac19c1a55 in ??? () ======== SIGSEGV ========== #0 0x000073b84bea8e44 in ??? () at /usr/lib/libc.so.6 #1 0x000073b84be50a30 in raise () at /usr/lib/libc.so.6 #2 0x000073b84f655643 in KCrash::defaultCrashHandler(int) () at /usr/lib/libKF6Crash.so.6 #3 0x000073b84be50ae0 in <signal handler called> () at /usr/lib/libc.so.6 #4 0x000073b84eff5dfc in KWin::OffscreenQuickView::update() () at /usr/lib/libkwin.so.6 #5 0x000073b84c5a16f7 in ??? () at /usr/lib/libQt6Core.so.6 #6 0x000073b84c5a9885 in QTimer::timerEvent(QTimerEvent*) () at /usr/lib/libQt6Core.so.6 #7 0x000073b84c58bfc9 in QObject::event(QEvent*) () at /usr/lib/libQt6Core.so.6 #8 0x000073b84d4fc51c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt6Widgets.so.6 #9 0x000073b84c544d28 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt6Core.so.6 #10 0x000073b84c6c3c98 in QTimerInfoList::activateTimers() () at /usr/lib/libQt6Core.so.6 #11 0x000073b84c7a49b1 in ??? () at /usr/lib/libQt6Core.so.6 #12 0x000073b84b427a89 in ??? () at /usr/lib/libglib-2.0.so.0 #13 0x000073b84b4899b7 in ??? () at /usr/lib/libglib-2.0.so.0 #14 0x000073b84b426f95 in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #15 0x000073b84c7a2cbd in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt6Core.so.6 #16 0x000073b84c54f01e in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt6Core.so.6 #17 0x000073b84c54934d in QCoreApplication::exec() () at /usr/lib/libQt6Core.so.6 #18 0x000059763baf6e2b in ??? () #19 0x000073b84be39c88 in ??? () at /usr/lib/libc.so.6 #20 0x000073b84be39d4c in __libc_start_main () at /usr/lib/libc.so.6 #21 0x000059763bafaa55 in ??? () -- You are receiving this mail because: You are watching all bug changes.