How to Troubleshoot a STOP 0xC000021AID: Q156669
|
A Windows NT Server or a Windows NT Workstation may stop with the following message:
NOTE: The parameters in parenthesis are specific to your system configuration and may differ each time.STOP: c000021a {Fatal System Error}
The Windows Logon Process system process terminated unexpectedly with a status of 0xc0000034 (0x00000000 0x0000000)
The system has been shutdown.
The stop 0xC000021A is caused by a user-mode process that causes the Windows NT operating system operations to come to a halt. Windows NT interprets this STOP as a fatal error and the operating system will not continue. A memory dump from this type of STOP does not contain much useful information without the proper preparation.
The solution to the STOP 0xC000021A lies in troubleshooting this STOP from
an application standpoint. Basic troubleshooting procedures apply. "Was
new hardware installed?" "Was new software installed?" And so forth.
Any applications loaded in user-mode memory space can cause this STOP.
This includes the native user-mode processes of Windows NT. Carefully
review the loaded software on this system and try to determine if any one
of them may be causing a problem. Follow these steps to help in isolating
the cause of these types of errors.
First, set up Dr. Watson to trap any user-mode application that may be
causing this problem. Dr. Watson for Windows NT is an application error
debugger, which is a program that detects application errors, diagnoses
the error, and logs the diagnostic information.
To properly set up Dr. Watson to trap user-mode problems, perform the
following steps:
ARTICLE-ID: Q147314After setting this global flag, the systems memory dump will contain more information on the faulting user-mode application. Making any kernel mode memory dump more useful.
TITLE : GlobalFlags for Windows NT 3.51
Additional query words: debugref 21A 0x21a
Keywords : kbnetwork NTSrvWkst
Version : winnt:3.5,3.51,4.0
Platform : winnt
Issue type : kbprb
Last Reviewed: April 29, 1999