On 2023-03-23 11:36 a.m., Markus Fischer wrote: > Alright. Then there is still the issue with gdb, which is no symlink. > A full example for that: > > ```shell 1 > > $ type gdb > gdb is /usr/bin/gdb > $ gdb --core=corefile > > ``` > > ```shell 2 > > $ ./pidof gdb > 23125 > $ ./pidof $(which gdb) > $ ls -l $(which gdb) > -rwxr-xr-x 1 root root 9904496 Feb 24 22:58 /usr/bin/gdb >
This one I have not been able to duplicate. Does it happen with any other programs which accept arguments or just gdb?