https://bugs.kde.org/show_bug.cgi?id=374428
--- Comment #8 from caulier.gil...@gmail.com --- Wolfgang, As i explain in comment #4, you cannot run AppImage executable in GDB, because digiKam executable inside the bundle is wrapped by a bash script. To wrap around use my last AppImage version posted in GDrive few days ago, and use the new debug option to pass to AppImage executable. This will run internal digiKam executable to GDB as well. I show a demo in comment #5 Typically, just run : "./digikam-5.4.0-01-x86-64.appimage debug" This will open a GDB console. use "r" to run digiKam inside GDB. When it crash, use "bt" to get backtrace. Very simple. Gilles -- You are receiving this mail because: You are watching all bug changes.