Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='li nux-gnu' -DCONF_MACHTYPE='x86_64-redhat-linux-gnu' -DCONF_VENDOR='redhat' -DLOCA LEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H -I. -I. -I ./include -I./lib -D_GNU_SOURCE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fe xceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic uname output: Linux tigerMtn.cgtown 2.6.27.5-41.fc9.x86_64 #1 SMP Thu Nov 13 20: 29:07 EST 2008 x86_64 x86_64 x86_64 GNU/Linux Machine Type: x86_64-redhat-linux-gnu
Bash Version: 3.2 Patch Level: 33 Release Status: release Description: There are several ways to get this bug to appear, but they all involve being in vi-command-mode (set -o vi) after entering some text to the command line, then pressing escape twice, then using a left or right arrow key to move around at which point characters are deleted from the point of the cursor to the end of the line. Repeat-By: - At the prompt type 0123456789 - hit escape twice - press the left-arrow - the '9' will be deleted - press escape again - press left-arrow again - the '8' will be deleted - etc...