Trying to run: fhpd -- gdb -ex 'print 1+1' results in: Error: open: No such file or directory (file /home/jkratoch/gdb) Workaroundable by: fhpd -- `which gdb` -ex 'print 1+1' frysk-0.0.1.2008.02.29.rh1-1.fc8.x86_64
Looks familiar.
The behavior changed, did not open a new Bug for it: /home/jkratoch$ fhpd gdb [0.0] Loaded executable file: /usr/bin/gdb but /home/jkratoch$ ls -l ./gdb ls: cannot access ./gdb: No such file or directory /home/jkratoch$ fhpd ./gdb [0.0] Loaded executable file: /usr/bin/gdb frysk-0.0.1.2008.03.19.rh1-1.fc8.x86_64