Bug 60328

Summary: Shell autocompletion on NFTS filesystem hangs kernel
Product: [Retired] Red Hat Linux Reporter: Tommy Reynolds <reynolds>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-02-25 18:08:28 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 Tommy Reynolds 2002-02-25 18:08:24 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.17-local i686)

Description of problem:
Linux 2.4.9.21 kernel configured for EXT3 filesystem with a read-only NTFS
filesystem mounted on "/dos/d".  Using ZSH's autocompletion command (ls
/dos/d/<TAB>) hangs the entire kernel, forcing a CPU reset to reboot.

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


How reproducible:
Always

Steps to Reproduce:
1. Use EXT3 linux partitions
2. Mount an NTFS partition
3. Use ZSH shell autocompletion to list files in a directory: "ls /dos/d/<TAB>"
	

Actual Results:  System deadlock

Additional info:

Public 2.4.17 works correctly.  Check with SCT for a patch to correct locking
problem that causes this.

Comment 1 Arjan van de Ven 2002-02-25 18:11:27 UTC
Step 2 fails since we don't have ntfs enabled, because it's broken .....