Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -march=x86-64 -mtune=generic -O2
uname output: Linux fsterm8 6.8.0-84-generic #84-Ubuntu SMP PREEMPT_DYNAMIC
Fri Sep 5 22:36:38 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Machine Type: x86_64-pc-linux-gnu
Bash Version: 5.3
Patch Level: 0
Release Status: release
Description:
An error occurs when using tab completion in the scp command.
$ LANG=C /usr/local/bin/bash
$ ssh fsmaster
ssh: connect to host fsmaster port 22: Connection refused
$ scp -P 18890 copyfile fsmSegmentation fault (core dumped)
LANG=C /usr/local/bin/bash
$ scp copyfile fsmastSegmentation fault (core dumped) LANG=C
/usr/local/bin/bash
Repeat-By:
An error occurs when pressing the tab key to complete the hostname in
the "scp copy-file hostname" command.