Gdb doesnt find "kmenuedit" and "dolphin"

There is an old bug that when doing too many changes in kmenuedit, the app just crashes. Not nice, probably some oom or whatever (I am not a programmer haha)

Dolphin recently crashes too, silently in the background.

I have “gdb” installed on Fedora Kinoite, to be able to report bugs. But when running

gdb
(gdb) run dolphin
# or
(gdb) run kmenuedit

I always get

Starting program:  dolphin
No executable file specified.
Use the "file" or "exec-file" command.

you run gdb like for dolphin with:

gdb dolphin

then in the console type r (or run) and enter.

1 Like