Bug 487257

Summary: abort with tab completion
Product: [Fedora] Fedora Reporter: Mamoru TASAKA <mtasaka>
Component: bashAssignee: Roman Rakus <rrakus>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: rrakus, selinux, tsmetana, twaugh, vallimar
Target Milestone: ---   
Target Release: ---   
Hardware: i586   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-02-25 14:59:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
gdb log of bash 4.0-1.fc11
none
Possible patch none

Description Mamoru TASAKA 2009-02-25 04:28:53 UTC
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

Comment 1 Mamoru TASAKA 2009-02-25 04:29:35 UTC
Created attachment 333132 [details]
gdb log of bash 4.0-1.fc11

Comment 2 Roman Rakus 2009-02-25 11:52:37 UTC
Created attachment 333152 [details]
Possible patch

I can't reproduce it. Can you please try this patch?

Comment 3 Mamoru TASAKA 2009-02-25 12:41:06 UTC
(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)

Comment 4 Vallimar 2009-02-25 14:53:59 UTC
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.

Comment 5 Roman Rakus 2009-02-25 14:59:56 UTC
Patch included in bash-4.0-2.fc11, which is now built in rawhide.

Comment 6 Tom London 2009-02-25 15:56:56 UTC
*** Bug 487350 has been marked as a duplicate of this bug. ***