The information in this article applies to:
SYMPTOMS
File data may be read incorrectly, or disk files may be corrupted by
applications that use a combination of buffered and unbuffered I/O to
access the files.
CAUSEWhen a file is opened for non-cached access, Windows NT tries to tear down the cache map for the file, provided there are no other processes that have the file open in a cached mode. This is done to avoid subsequent cache coherency overhead. The problem described here comes about because Windows NT fails to correctly take into account the fact that the lazy writer might still be operating on the file and might need some of the data structures being deallocated. Therefore this problem is not likely to be encountered except in situations where the non-cached read is performed immediately following the cached write. RESOLUTION
To resolve this problem, obtain the latest service pack for Windows NT
To resolve this problem, obtain the latest service pack for Windows NT 4.0 or Windows NT Server 4.0, Terminal Server Edition. For additional information, please see the following article in the
Microsoft Knowledge Base: Q152734 How to Obtain the Latest Windows NT 4.0 Service Pack STATUSMicrosoft has confirmed this to be a problem in Windows NT 4.0 and Windows NT Server 4.0, Terminal Server Edition. This problem was first corrected in Windows NT 4.0 Service Pack 4.0 and Windows NT Server 4.0, Terminal Server Edition Service Pack 4.
Keywords : kbenv NT4SP4Fix kbbug4.00 kbfix4.00.sp2 ntfilesys NTSrvWkst |
Last Reviewed: April 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |