Bug 69159

Summary: System freezes while operating on NFS mounted mmap:ed file
Product: [Retired] Red Hat Linux Reporter: David Juran <djuran>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED ERRATA QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: medium    
Version: 7.2CC: henrikr
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-07-18 15:31:34 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
Program that causes the crash none

Description David Juran 2002-07-18 15:29:44 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020513

Description of problem:
We have a small testcase where we do several consecutive mmap:s and remove:s on
an NFS-mounted file. This causes the system to become unresponsive. It does
answer to ping, but nothing else works and it has to be rebooted.

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


How reproducible:
Always

Steps to Reproduce:
1. g++ -s -O3 -Wall tt.cc -o tt
2. move to an NFS-mounted directory
3. run tt

Additional info:

You might have to run tt several times to cause the freeze. Probably depending
on the load of the network. You might have to adjust the filesize in order to
reproduce the error.

Comment 1 David Juran 2002-07-18 15:31:29 UTC
Created attachment 65804 [details]
Program that causes the crash