https://bugs.kde.org/show_bug.cgi?id=502577
--- Comment #2 from Pascal <pi...@2plz.fr> --- (In reply to Albert Astals Cid from comment #1) > If it is crashing we need a backtrace > > https://community.kde.org/Guidelines_and_HOWTOs/Debugging/ > How_to_create_useful_crash_reports#Backtraces Hello Albert, sorry for the inconvenience. I just installed gdb by following the (K)Ubuntu guidelines. When I try to run Okular in gdb, it can go any further as there is a "warning: could not find '.gnu_debugaltlink' file for /lib/x86_64-linux-gnu/libcap.so.2 cannot fstatat canonical snap directory: Permission denied". I set environment variable for all user Can you help me please ? See: pascal@pascal-Latitude-5580:~/.wine/drive_c/Comptes$ gdb okular 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 okular... (No debugging symbols found in okular) (gdb) run Starting program: /snap/bin/okular This GDB supports auto-downloading debuginfo from the following URLs: <https://debuginfod.ubuntu.com> Enable debuginfod for this session? (y or [n]) n Debuginfod has been disabled. To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffb12ff6c0 (LWP 3784)] [New Thread 0x7fffb0afe6c0 (LWP 3785)] [New Thread 0x7fffabfff6c0 (LWP 3786)] [New Thread 0x7fffab7fe6c0 (LWP 3787)] [New Thread 0x7fffaaffd6c0 (LWP 3788)] [New Thread 0x7fffaa7fc6c0 (LWP 3789)] [Detaching after vfork from child process 3790] [Thread 0x7fffaa7fc6c0 (LWP 3789) exited] [Thread 0x7fffaaffd6c0 (LWP 3788) exited] [Thread 0x7fffab7fe6c0 (LWP 3787) exited] [Thread 0x7fffb0afe6c0 (LWP 3785) exited] [Thread 0x7fffb12ff6c0 (LWP 3784) exited] [Thread 0x7fffabfff6c0 (LWP 3786) exited] process 3780 is executing new program: /usr/lib/snapd/snap-confine [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". warning: could not find '.gnu_debugaltlink' file for /lib/x86_64-linux-gnu/libcap.so.2 cannot fstatat canonical snap directory: Permission denied [Inferior 1 (process 3780) exited with code 01] -- You are receiving this mail because: You are watching all bug changes.