I would do this:
sudo strace -pXXXX -tfo /tmp/strace.log
where XXXX is the process id of bash. In a quick check of filename completion on one of my NFS-mounted directory trees, it works without problems.
I would do this:
sudo strace -pXXXX -tfo /tmp/strace.log
where XXXX is the process id of bash. In a quick check of filename completion on one of my NFS-mounted directory trees, it works without problems.