The information in this article applies to:
SYMPTOMSData may become corrupted on systems running Windows NT 4.0. CAUSE
This problem is caused by an incorrect comparison between a 32-bit value
and a page table entry's (PTE's) page frame number, which, on 8086-based
processors is 20-bits. Every time Windows NT flushes the entire translation
buffer (TLB), it increments a 32-bit counter. Every time Windows NT frees a
set of system pages (for example, removing the mapping for a memory
descriptor list [MDL]) the current value of the counter is stored into the
PTE's page frame number field. When the PTE is reused, Windows NT compares
the page frame number field to the current value in the counter, if they
are equal, the TLB has not been flushed since this PTE was last used. If
they are unequal, the PTE's virtual address can be reused without flushing
it out of the TLB.
RESOLUTIONTo work around this problem, obtain the fix mentioned below. STATUS
Microsoft has confirmed this to be a problem Windows NT version 4.0. This
problem was corrected in the latest Windows NT 4.0 U.S. Service Pack. For
information on obtaining the Service Pack, query on the following word in
the Microsoft Knowledge Base (without the spaces):
S E R V P A C K
Keywords : kbusage kbbug4.00 kbfix4.00 ntgeneral NTSrvWkst |
Last Reviewed: February 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |