The information in this article applies to:
SYMPTOMSYou may receive a STOP 0x0000000A error message that is caused by MFCBLOCK with a random value of a null pointer. CAUSE
This occurs because a lock is being released when the lock pointer is not
initialized. While searching the Master File List to determine whether the
named file is already open, SrvFindMfcb returns a NULL value if the file
name string is zero length. At this time, the Lock pointer has not been
initialized. On returning to the calling function, Windows NT attempts to
release this lock, which causes the system to stop responding with the
above error message.
RESOLUTIONA supported fix that corrects this problem is now available from Microsoft, but
it has not been fully regression tested and should be applied only to systems
experiencing this specific problem. If you are not severely affected by this
specific problem, Microsoft recommends that you wait for the next Windows NT service pack
that contains this fix. http://www.microsoft.com/support/supportnet/overview/overview.aspThe English version of this fix should have the following file attributes or later:
Additional query words: DEC Alpha 4000 stop 0xa
Keywords : kbbug4.00 kbfix4.00 |
Last Reviewed: August 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |