Trying to run: fhpd -- `which gdb` -silent -ex 'print 1+1' Results in: Loaded executable file: /usr/bin/gdb (fhpd) run Attached to process 28775 starting/running with this command: /usr/bin/gdb -silent -ex print 1+1 Running process 28775 (fhpd) 1+1: No such file or directory. The history is empty. (gdb) as apparently the arguments -silent -ex 'print 1+1' got interpreted as -silent -ex print 1+1 frysk-0.0.1.2008.02.29.rh1-1.fc8.x86_64
Looks familiar.