LMHOSTS File Generates STOP 0x00000050

Last reviewed: April 4, 1995
Article ID: Q128565
The information in this article applies to:
  • Microsoft Windows NT Workstation version 3.5
  • Microsoft Windows NT Server version 3.5

SYMPTOMS

Windows NT provides the ability to search for LMHOSTS files located on other systems. This is permitted for file using full path on local machine or the UNC path across networks. If you use a #INCLUDE statement with a driver letter in a Windows NT LMHOSTS file, the following error message appears:

   STOP: 0x00000050
   PAGE_FAULT_IN_NONPAGED_AREA     (0x50)

For example, the following LMHOSTS file would cause the STOP message:

   #BEGIN_INCLUDE
   #INCLUDE d:\winnt\system32\drivers\etc\hosts
   #END_INCLUDE

CAUSE

There is a problem in the text-parsing routines that causes an incorrect full path to be generated for the local file.

STATUS

Microsoft has confirmed this to be a problem in Windows NT version 3.5. This problem was corrected in the latest U.S. Service Pack for Windows NT version 3.5. 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


KBCategory: kbnetwork kbbug3.50 kbfix3.50.sp2
KBSubcategory: ntstop
Additional reference words: prodnt 3.50 trap 0x50


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: April 4, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.