Description of problem: With bash-4.0-1.fc11 when I type $ ls -la a[TAB] bash immediately aborts. Version-Release number of selected component (if applicable): bash-4.0-1.fc11.i586 How reproducible: 100% Steps to Reproduce: 1. gdb bash 2. (gdb) run 3. (when running) ls -al ba[TAB] Actual results: bash abort Expected results: bash-4.0-0.5.rc1.fc11 does not have this issue Additional info: gdb log attached
Created attachment 333132 [details] gdb log of bash 4.0-1.fc11
Created attachment 333152 [details] Possible patch I can't reproduce it. Can you please try this patch?
(In reply to comment #2) > Created an attachment (id=333152) [details] > Possible patch > > I can't reproduce it. Can you please try this patch? With this patch I cannot reproduce this issue (without this patch this issue is reproducible for me)
I had the same problem: tab-completion == instant death! Installed the freshly built bash-4.0-2.fc11.x86_64.rpm and problem is fixed.
Patch included in bash-4.0-2.fc11, which is now built in rawhide.
*** Bug 487350 has been marked as a duplicate of this bug. ***