The information in this article applies to:
SYMPTOMSWhen you run Windows NT on a multiprocessor computer under heavy stress, you may receive the following STOP message: The exact address where the STOP occurs may vary, but it is always in the hardware abstraction layer (HAL.) CAUSE
This STOP message is caused by a timing problem in the kernel that occurs
when two processes are executing that are operating on the same memory
structures, such as multiple disk reads or writes. Due to a compiler
optimization that caused two operations to be executed in the wrong order,
one of the processes attempts to use a pointer it thinks has been
initialized correctly, when in fact it has not.
STATUSMicrosoft has confirmed this to be a problem in Windows NT version 4.0. This problem was corrected in the latest Microsoft 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 Additional query words: 0xa 0xA prodnt
Keywords : ntstop kbbug4.00 kbfix4.00 ntdriver kbfix4.00.sp2 |
Last Reviewed: February 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |