Bug 69159 - System freezes while operating on NFS mounted mmap:ed file
Summary: System freezes while operating on NFS mounted mmap:ed file
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.2
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-07-18 15:29 UTC by David Juran
Modified: 2007-04-18 16:44 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-07-18 15:31:34 UTC
Embargoed:


Attachments (Terms of Use)
Program that causes the crash (611 bytes, text/plain)
2002-07-18 15:31 UTC, David Juran
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.