https://bugs.kde.org/show_bug.cgi?id=513837
--- Comment #7 from [email protected] --- Now, after a lot of trying, I actually managed to unpack the debug app image and start Digikam in this squashfs-root directory. It worked without causing any problems!!! However, I was unable to get the debugger to cooperate with the commands copied from the instructions in a second window (see above). Now the question is, why does Digikam Debug work this way without any problems, while the normal app image crashes as described above? In this respect, it is not clear to me how this procedure with the debug app image can provide any insight if, in contrast to the app image, it behaves in a stable manner. But I'm not a developer or programmer either ;-) And as already mentioned, both 8.8 and later weekly until 16.12. also ran without crashing. 8.8 runs now without problems again. Where is the error? I don't know why this Debug-thing not worked ... :( ua@ua-Big:~/Downloads$ pid=$(pidof digikam) ; binary=$(readlink -f "/proc/$pid/exe") ; dir=$(dirname "\$binary") ; gdb "\$binary" -p \$pid -ex "set sysroot \$dir" -ex "set solib-search-path \$dir/usr/lib" -ex "catch throw" -ex "continue" 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"... $binary: File or directory not found. Illegal process id: $pid. Catchpoint 1 (throw) The program is not running. (gdb) -- You are receiving this mail because: You are watching all bug changes.
