https://bugs.kde.org/show_bug.cgi?id=498640
--- Comment #1 from Andrei Cherniaev <glscene2...@gmail.com> --- ``` $ gdb ghostwriter GNU gdb (Ubuntu 15.0.50.20240403-0ubuntu1) 15.0.50.20240403-git Copyright (C) 2024 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 ghostwriter... (No debugging symbols found in ghostwriter) (gdb) run Starting program: /snap/bin/ghostwriter 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. Downloading separate debug info for system-supplied DSO at 0x7ffff7fc3000 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffb12006c0 (LWP 812859)] [New Thread 0x7fffabe006c0 (LWP 812860)] [New Thread 0x7fffab4006c0 (LWP 812861)] [New Thread 0x7fffaaa006c0 (LWP 812862)] [New Thread 0x7fffaa0006c0 (LWP 812863)] [Thread 0x7fffaa0006c0 (LWP 812863) exited] [Thread 0x7fffaaa006c0 (LWP 812862) exited] [Thread 0x7fffab4006c0 (LWP 812861) exited] [Thread 0x7fffb12006c0 (LWP 812859) exited] [Thread 0x7fffabe006c0 (LWP 812860) exited] process 812776 is executing new program: /snap/snapd/23545/usr/bin/snap Downloading separate debug info for /snap/snapd/current/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 Downloading separate debug info for /snap/snapd/current/usr/lib/x86_64-linux-gnu/libc.so.6 warning: File "/snap/snapd/23545/usr/lib/x86_64-linux-gnu/libthread_db.so.1" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". To enable execution of this file add add-auto-load-safe-path /snap/snapd/23545/usr/lib/x86_64-linux-gnu/libthread_db.so.1 line to your configuration file "/home/a/.config/gdb/gdbinit". To completely disable this security protection add set auto-load safe-path / line to your configuration file "/home/a/.config/gdb/gdbinit". For more information about this security protection see the "Auto-loading safe path" section in the GDB manual. E.g., run from the shell: info "(gdb)Auto-loading safe path" warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. [New LWP 812886] [New LWP 812887] [New LWP 812888] [New LWP 812889] [New LWP 812890] [Detaching after vfork from child process 812891] [New LWP 812892] [New LWP 812893] [New LWP 812894] [New LWP 812899] [Detaching after vfork from child process 812901] [Detaching after vfork from child process 812902] [Detaching after vfork from child process 812903] [Detaching after vfork from child process 812904] [LWP 812899 exited] [LWP 812894 exited] [LWP 812893 exited] [LWP 812890 exited] [LWP 812889 exited] [LWP 812888 exited] [LWP 812887 exited] [LWP 812886 exited] [LWP 812892 exited] process 812776 is executing new program: /snap/snapd/23545/usr/lib/snapd/snap-confine Downloading separate debug info for /snap/snapd/23545/usr/lib/snapd/snap-confine Downloading separate debug info for /snap/snapd/current/usr/lib/x86_64-linux-gnu/libudev.so.1 Downloading separate debug info for /snap/snapd/current/usr/lib/x86_64-linux-gnu/libcap.so.2 warning: File "/snap/snapd/23545/usr/lib/x86_64-linux-gnu/libthread_db.so.1" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. cannot fstatat canonical snap directory: Permission denied [Inferior 1 (process 812776) exited with code 01] (gdb) q ``` -- You are receiving this mail because: You are watching all bug changes.