Bug 1321141

Summary: tcsh crash with command completion
Product: [Fedora] Fedora Reporter: jared mauch <jared>
Component: tcshAssignee: David Kaspar // Dee'Kej <deekej>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 24CC: deekej, fpokorny, jchaloup, ovasik, praiskup, rkollar, sand.paul
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-05 12:56:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description jared mauch 2016-03-24 18:47:05 UTC
Description of problem:

tcsh crash when pressing tab to complete

Version-Release number of selected component (if applicable):

tcsh-6.19.00-4.fc24.x86_64

How reproducible:
Always

Steps to Reproduce:
1. start tcsh
2. press tab
3. crash

Actual results:
crash

Expected results:
should display command completion options for commands in $path, or if after the first token, files in $cwd

Additional info:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7674558 in rewinddir () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ffff7674558 in rewinddir () from /lib64/libc.so.6
#1  0x0000555555580d85 in tw_file_start ()
#2  0x00005555555828fc in tw_collect ()
#3  0x0000555555583e45 in t_search ()
#4  0x0000555555584e97 in tenematch ()
#5  0x0000555555594404 in Inputl ()
#6  0x000055555557288a in readc.part ()
#7  0x0000555555575397 in lex ()
#8  0x000055555555d60f in process ()
#9  0x000055555555c445 in main ()

Comment 1 jared mauch 2016-04-05 12:56:09 UTC

*** This bug has been marked as a duplicate of bug 1303323 ***