Delayed Worker Threads Causes a STOP 7A

Last reviewed: March 20, 1998
Article ID: Q174058
The information in this article applies to:
  • Microsoft Windows NT Workstation version 4.0
  • Microsoft Windows NT Server version 4.0

SYMPTOMS

Delayed worker threads may cause a STOP 7A - KERNEL_DATA_INPAGE_ERROR message to be displayed.

CAUSE

When the browser receives a server announcement, the transport notifies the browser at the interrupt level. This announcement is queued to a worker thread by allocating a block of non-paged pool for the workitem and queuing that workitem for later processing.

If the announcements arrive very quickly or if the computer running the browser is very busy, the workitems are not processed as quickly as they are received. In that case, all of the non-paged pool memory is consumed by these queue entries.

RESOLUTION

To resolve this problem, obtain the hotfix referenced below, or wait for the next service pack.

STATUS

Microsoft has confirmed this to be a problem in Windows NT version 4.0. A supported fix is now available, but has not been 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 Technical Support for more information.


Additional query words: bsod blue screen bug check code dump trap dmp
Keywords : kbbug4.00 kbfix4.00 ntdomain NTSrvWkst ntstop
Version : WinNT:4.0
Platform : winnt
Hardware : x86
Issue type : kbbug
Solution Type : kbfix


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 20, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.