ubuntu@ubuntu:~$ gdb yakuake GNU gdb (Ubuntu 17.1-2ubuntu1) 17.1 Copyright (C) 2025 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <https://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>.
For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from yakuake... This GDB supports auto-downloading debuginfo from the following URLs: <https://debuginfod.ubuntu.com> Enable debuginfod for this session? (y or [n]) y Debuginfod has been enabled. To make this setting permanent, add 'set debuginfod enabled on' to .gdbinit. (No debugging symbols found in yakuake) (gdb) start ❌️ Function "main" not defined. Make breakpoint pending on future shared library load? (y or [n]) n Starting program: /usr/bin/yakuake [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffecc736c0 (LWP 10799)] [New Thread 0x7fffe71f76c0 (LWP 10801)] [New Thread 0x7fffe69f66c0 (LWP 10802)] [New Thread 0x7fffe61f56c0 (LWP 10803)] [New Thread 0x7fffe59f46c0 (LWP 10804)] [New Thread 0x7fffe51ba6c0 (LWP 10805)] [New Thread 0x7fffe48836c0 (LWP 10806)] [New Thread 0x7fffcf9d66c0 (LWP 10807)] [New Thread 0x7fffcf1d56c0 (LWP 10808)] Couldn't start kglobalaccel from org.kde.kglobalaccel.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kglobalaccel was not provided by any .service files") [New Thread 0x7fffcd9c06c0 (LWP 10813)] [New Thread 0x7fffcd1bf6c0 (LWP 10814)] Thread 1 "yakuake" received signal SIGSEGV, Segmentation fault. 0x00007ffff6842364 in QKeySequence::operator=(QKeySequence const&) () from /usr/lib/x86_64-linux-gnu/libQt6Gui.so.6 (gdb) bt #0 0x00007ffff6842364 in QKeySequence::operator=(QKeySequence const&) () from /usr/lib/x86_64-linux-gnu/libQt6Gui.so.6 #1 0x0000555555586280 in ?? () #2 0x0000555555595d9e in ?? () #3 0x00007ffff5dd2464 in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt6Core.so.6 #4 0x00007ffff6e2eb7f in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt6Widgets.so.6 #5 0x00007ffff5d87098 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt6Core.so.6 #6 0x00007ffff5d87321 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/x86_64-linux-gnu/libQt6Core.so.6 #7 0x00007ffff5ffe2cf in ?? () from /usr/lib/x86_64-linux-gnu/libQt6Core.so.6 #8 0x00007ffff248eb9b in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #9 0x00007ffff24901d7 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #10 0x00007ffff24903c3 in g_main_context_iteration () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #11 0x00007ffff5ffc13d in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt6Core.so.6 #12 0x00007ffff5d8ff5b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt6Core.so.6 #13 0x00007ffff5d89c87 in QCoreApplication::exec() () --Type <RET> for more, q to quit, c to continue without paging-- from /usr/lib/x86_64-linux-gnu/libQt6Core.so.6 #14 0x0000555555576a99 in ?? () #15 0x00007ffff575e601 in __libc_start_call_main ( main=main@entry=0x555555575eb0, argc=argc@entry=1, argv=argv@entry=0x7fffffffde78) at ../sysdeps/nptl/libc_start_call_main.h:59 #16 0x00007ffff575e718 in __libc_start_main_impl (main=0x555555575eb0, argc=1, argv=0x7fffffffde78, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffde68) at ../csu/libc-start.c:360 #17 0x0000555555576b25 in ?? () -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to yakuake in Ubuntu. Matching subscriptions: kubuntu-bugs https://bugs.launchpad.net/bugs/2150802 Title: yakuake segfault on non-Kubuntu 26.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/yakuake/+bug/2150802/+subscriptions -- kubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
