The information in this article applies to:
SYMPTOMSComputers that use NWLink NetBIOS may experience blue stop screens with a bugcheck code of
Examination of a crashdump, or a live debug, usually reveals that the exception occurred in function KeAcquireSpinLock called from function HandleConnectionZero, and is caused by NWLNKNB accessing memory that is either in free pool or which has been acquired by another process. CAUSE
Due to incorrect synchronization logic, there is an exposure in NWNBLNK
that causes a bugcheck when multiple requests are processed for the same
NWNBLNK connection. If one of the requests is a disconnect, in some rare
circumstances the disconnect is completed first, freeing the memory
structure used for the NWNBLNK connection structure. When processing of the
remaining requests resume, a Stop 0x0A results when attempting to access
the now freed (and possibly reused) connection structure.
RESOLUTIONApply the hotfix described below or upgrade to Windows NT 4.0. STATUSMicrosoft has confirmed this to be a problem in Windows NT version 3.51. A supported fix is now available, but is not fully regression-tested and should be applied only to systems experiencing this specific problem. Unless you are severely impacted by this specific problem, Microsoft recommends that you wait for the next Service Pack that contains this fix. Contact Microsoft Product Support Services for more information. Additional query words: 3.51 csnw nwcs gsnw prodnt
Keywords : kbnetwork ntprotocol NTSrvWkst |
Last Reviewed: February 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |