https://bugs.kde.org/show_bug.cgi?id=522609
--- Comment #3 from [email protected] --- Thanks for the quick reply! I hope I did it right: I opened konsole and ran sudo -E coredumpctl gdb 5951 , then ran bt . Here's the output: 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 /usr/lib/x86_64-linux-gnu/libexec/xdg-desktop-portal-kde... (No debugging symbols found in /usr/lib/x86_64-linux-gnu/libexec/xdg-desktop-portal-kde) [New LWP 5951] [New LWP 6006] [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `/usr/lib/x86_64-linux-gnu/libexec/xdg-desktop-portal-kde'. Program terminated with signal SIGABRT, Aborted. #0 __pthread_kill_implementation (threadid=<optimized out>, signo=6, no_tid=0) at ./nptl/pthread_kill.c:44 ⚠ warning: 44 ./nptl/pthread_kill.c: No such file or directory [Current thread is 1 (Thread 0x747921e1de80 (LWP 5951))] (gdb) bt #0 __pthread_kill_implementation (threadid=<optimized out>, signo=6, no_tid=0) at ./nptl/pthread_kill.c:44 #1 __pthread_kill_internal (threadid=<optimized out>, signo=6) at ./nptl/pthread_kill.c:89 #2 __GI___pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ./nptl/pthread_kill.c:100 #3 0x0000747928045b7e in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #4 0x00007479280288ec in __GI_abort () at ./stdlib/abort.c:77 #5 0x00007479288c389f in ?? () from /usr/lib/x86_64-linux-gnu/libQt6Core.so.6 #6 0x00007479288c43e8 in QMessageLogger::fatal(char const*, ...) const () from /usr/lib/x86_64-linux-gnu/libQt6Core.so.6 #7 0x0000747928f35503 in ?? () from /usr/lib/x86_64-linux-gnu/libQt6Gui.so.6 #8 0x0000747928fd3038 in QGuiApplicationPrivate::createEventDispatcher() () from /usr/lib/x86_64-linux-gnu/libQt6Gui.so.6 #9 0x0000747928992200 in QCoreApplicationPrivate::init() () from /usr/lib/x86_64-linux-gnu/libQt6Core.so.6 #10 0x0000747928fd30cd in QGuiApplicationPrivate::init() () from /usr/lib/x86_64-linux-gnu/libQt6Gui.so.6 #11 0x0000747929999f35 in QApplicationPrivate::init() () from /usr/lib/x86_64-linux-gnu/libQt6Widgets.so.6 #12 0x000059a2c430f984 in ?? () #13 0x000074792802a601 in __libc_start_call_main (main=main@entry=0x59a2c430f8e0, argc=argc@entry=1, argv=argv@entry=0x7ffd3afa8bc8) at ../sysdeps/nptl/libc_start_call_main.h:59 #14 0x000074792802a718 in __libc_start_main_impl (main=0x59a2c430f8e0, argc=1, argv=0x7ffd3afa8bc8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffd3afa8bb8) at ../csu/libc-start.c:360 #15 0x000059a2c43101b5 in ?? () -- You are receiving this mail because: You are watching all bug changes.
