Bug 82701

Summary: /bin/ls w/ wildcard ignores large files
Product: [Retired] Red Hat Linux Reporter: Sheridan J. Adams <sja>
Component: tcshAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED CURRENTRELEASE QA Contact: Bill Huang <bhuang>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-02-06 20:08:02 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:

Description Sheridan J. Adams 2003-01-25 00:28:56 UTC
Description of problem: ls -l * in a directory where files greated than 2GB 
reside results in those file not being displayed.  Could be similar to bug # 
73877, except this is on large files, not NFS files.


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


How reproducible:
all the time

Steps to Reproduce:
1.create a file greater than 2GB
2.do an ls -l using a wildcard that should normally see the file
3.file does not appear in list
    
Actual results:
$ /bin/ls -l
total 8373404
-rw-r--r--    1 sja      sja      7157709807 Nov  2  2001 dosbackup.011102.gz
drwxr-x---    2 root     root        16384 Dec  4  2001 lost+found
drwxr-x---   14 sja      root         4096 Jan 24 15:10 sja
-rw-r-----    1 sja      root     1408247661 Nov  2  2001 Starbackup.011102.gz
$

$ /bin/ls -l *.gz
-rw-r-----    1 sja      root     1408247661 Nov  2  2001 Starbackup.011102.gz

$ bash
# /bin/ls -l *.gz
-rw-r--r--    1 sja      sja      7157709807 Nov  2  2001 dosbackup.011102.gz
-rw-r-----    1 sja      root     1408247661 Nov  2  2001 Starbackup.011102.gz
# exit
$

Expected results:
Files greater than 2GB should be displayed

Additional info:
only affects tcsh, bash works fine.

Comment 1 Bill Nottingham 2003-02-06 20:08:02 UTC
This should be fixed in the tcsh in 8.0.