Common Stop Messages


The following Stop message descriptions can help you to troubleshoot problems that cause Stop messages. Also, the Stop Message Checklist at the end of this appendix, provides suggestions useful for resolving all types of Stop errors. If errors persist after you have followed the recommendations given, request assistance from a Microsoft support engineer.

Stop 0x0000000A or IRQL_NOT_LESS_OR_EQUAL

The Stop 0xA message indicates that a kernel-mode process or driver attempted to access a memory location to which it did not have permission, or at a kernel interrupt request level (IRQL) that was too high. A kernel-mode process can access only other processes that have an IRQL lower than, or equal to, its own. This Stop message is typically due to faulty or incompatible hardware or software.

Interpreting the Message

This Stop message has four parameters:

  1. Memory address that was improperly referenced.

  2. IRQL that was required to access the memory.

  3. Type of access (0x00000000 = read operation, 0x00000001 = write operation).

  4. Address of the instruction that attempted to reference memory specified in parameter 1.

If the last parameter is within the address range of a device driver used on your system, you can determine which device driver was running when the memory access occurred. You can typically determine the driver name by reading the line that begins with:

**Address 0xZZZZZZZZ has base at <address>- <driver name>

If the third parameter is the same as the first parameter, a special condition exists in which a system worker routine, carried out by a worker thread to handle background tasks known as work items, returned at a higher IRQL. In that case, some of the four parameters take on new meanings:

  1. Address of the worker routine.

  2. Kernel interrupt request level (IRQL).

  3. Address of the worker routine.

  4. Address of the work item.

Resolving the Problem

The following suggestions are specific to Stop 0xA errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

  • A Stop 0xA message might occur after installing a faulty device driver, system service, or firmware. If a Stop message lists a driver by name, disable, remove, or roll back the driver to correct the problem. If disabling or removing drivers resolves the issues, contact the manufacturer about a possible update. Using updated software is especially important for multimedia applications, antivirus scanners, and CD mastering tools.

  • A Stop 0xA message might also be due to failing or defective hardware. If a Stop message points to a category of devices (video or disk adapters, for example), try removing or replacing the hardware to determine if it is causing the problem.

  • If you encounter a Stop 0xA message while upgrading to Windows XP Professional, the problem might be due to an incompatible driver, system service, virus scanner, or backup. To avoid problems while upgrading, simplify your hardware configuration and remove all third-party device drivers and system services (including virus scanners) prior to running setup. After you have successfully installed Windows XP Professional, contact the hardware manufacturer to obtain compatible updates. For more information about simplifying your system for troubleshooting purposes, see Troubleshooting Concepts and Strategies and Troubleshooting Startup in this book.

For more information about Stop 0xA messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources Search using keywords winnt, 0x0000000A, and 0xA.

Stop 0x0000001E or KMODE_EXCEPTION_NOT_HANDLED

The Stop 0x1E message indicates that the Windows XP Professional kernel detected an illegal or unknown processor instruction. The problems that cause Stop 0x1E messages share similarities with those that generate Stop 0xA errors in that they can be due to invalid memory and access violations. This default Windows XP Professional error handler typically intercepts these problems if error-handling routines are not present in the code itself.

Interpreting the Message

This Stop message has four parameters:

  1. Exception code that was not handled.

  2. Address at which the exception occurred.

  3. Parameter 0 of the exception.

  4. Parameter 1 of the exception.

The first parameter identifies the exception generated. Common exception codes include:

For a complete list of exception codes, see the Ntstatus.h file located in the Inc directory of the Windows XP Professional Driver Development Kit (DDK). For more information about the DDK, see the Driver Development Kits link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources

The second parameter identifies the address of the module in which the error occurred. Frequently, the address points to an individual driver or faulty hardware named on the third parameter of the Stop message. Make a note of this address and the link date of the driver or image that contains it.

The last two Stop message parameters vary, depending upon the exception that has occurred. You can typically find a description of the parameters that are included with the name of error code in Ntstatus.h. If the error code has no parameters, the last two parameters of the Stop message are listed as 0x00000000.

Resolving the Problem

The following suggestions are specific to Stop 0x1E errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

For more information about Stop 0x1E messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources Search using keywords winnt, 0x0000001E, and 0x1E.

Stop 0x00000024 or NTFS_FILE_SYSTEM

The Stop 0x24 message indicates that a problem occurred within Ntfs.sys, the driver file that allows the system to read and write to NTFS file system drives. A similar Stop message, 0x23, exists for the file allocation table (FAT16 or FAT32) file systems.

Interpreting the Message

This Stop message has four parameters:

  1. Source file and line number.

  2. A non-zero value that contains the address of the exception record (optional).

  3. A non-zero value that contains the address of the context record (optional).

  4. A non-zero value that contains the address where the original exception occurred (optional).

Parameters for this Stop message are useful only to Microsoft technical support with access to Windows XP Professional source code. Stop messages due to file system issues have the source file and the line number within the source file that generated the error encoded in their first parameter. The first four hexadecimal digits (also known as the high 16 bits) after the 0x identify the source file number, and the last four hexadecimal digits (the low 16 bits) identify the source line in the file where the stop occurred.

Resolving the Problem

The following suggestions are specific to Stop 0x24 errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

To test hard disk or volume integrity

Method 1:

  1. In the Run dialog box, in the Open box type:

    Cmd

  2. Start the Chkdsk tool, which detects and attempts to resolve file system structural corruption. At the command prompt type:

    chkdsk drive: /f 

Method 2:

  1. Double-click My Computer, and then select the hard disk you want to check.

  2. On the File menu, click Properties.

  3. Click the Tools tab.

  4. In the Error-checking box, click Check Now.

  5. In Check disk options, select the Scan for and attempt recovery of bad sectors check box. You can also select the Automatically fix file system errors check box.

    If the volume you are checking is in use, a message asks whether you want to delay disk error checking until the next time you restart your computer. After you restart, disk error checking runs and the volume chosen is not available to run other tasks during this process. If you cannot restart the computer due to the error, use safe mode or Recovery Console.

    If you are not using the NTFS file system, and the system partition is formatted with the file allocation table (FAT16 or FAT32) file system, long file name (LFN) information can be lost if hard disk tools are started from an MS DOS command prompt. A command prompt appears when using a startup floppy disk or when using the command prompt startup option on multiple boot systems that use FAT16 or FAT32 partitions with Microsoft Windows 95 OEM Service Release 2 (OSR2), Microsoft Windows 98, or Microsoft Windows Millennium Edition (Me) installed. Do not use tools meant for other operating systems on Windows XP Professional partitions.

    For more information about disks and file systems, see Disk Management, File Systems, and Troubleshooting Disks and File Systems in this book.

Stop 0x0000002E or DATA_BUS_ERROR

The Stop 0x2E message indicates a system memory parity error. The cause is typically failed or defective RAM (including motherboard, Level 2 cache, or video memory), incompatible or mismatched memory hardware, or when a device driver attempts to access an address in the 0x8xxxxxxx range that does not exist (does not map to a physical address). A Stop 0x2E message can also indicate hard disk damage caused by viruses or other problems.

Interpreting the Message

This Stop message has four parameters:

  1. Virtual address that caused the fault.

  2. Physical address that caused the fault.

  3. Processor status register

  4. Faulting instruction register

Resolving the Problem

The following suggestions are specific to Stop 0x2E errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

For more information about Stop 0x2E messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources Search using keywords winnt, 0x0000002E, and 0x2E.

Stop 0x0000003F or NO_MORE_SYSTEM_PTES

The Stop 0x3F message indicates one or more of the following problems:

Interpreting the Message

Depending on the configuration of your system, the value of the first parameter might vary. Possible values for the first parameter and the information returned are as follows:

Resolving the Problem

The following suggestions are specific to Stop 3F errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

To increase the number of PTEs allocated in the registry

  1. In the Run dialog box, and in the Open box, type: regedit

  2. In the registry editor, navigate to the subkey HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management.

  3. Double-click on PagedPoolSize and SystemPages to view the value for each entry.

  4. If PagedPoolSize is not zero, assign a value of 0.

  5. If SystemPages is not zero, assign a value of 40000 for systems with 128 MB (or less) of memory, or 110000 for systems with 128 MB to 256 MB of memory. For systems with more memory, do not increase the SystemPages value above 110000 without contacting Microsoft technical support.

  6. Click OK, and then close the registry editor.

  7. Restart your computer.

A related Stop message, 0x000000D8: DRIVER_USED_EXCESSIVE_PTES, is described later in this appendix.

For more information about Stop 0x3F messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources Search using keywords winnt, 0x0000003F, and 0x3F.

Stop 0x00000050 or PAGE_FAULT_IN_NONPAGED_AREA

The Stop 0x50 message indicates that requested data was not in memory. The system generates an exception error when using a reference to an invalid system memory address. Defective memory (including main memory, L2 RAM cache, video RAM) or incompatible software (including remote control and antivirus software) might cause Stop 0x50 messages.

Interpreting the Message

This Stop message has four parameters:

  1. Memory address that caused the fault.

  2. Type of access (0x00000000 = read operation, 0x00000001 = write operation).

  3. If not zero, the instruction address that referenced the address in parameter 0x00000001.

  4. This parameter is reserved (set aside for future use).

Resolving the Problem

The following suggestions are specific to Stop 0x50 errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

For more information about Stop 0x50 messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources Search using keywords winnt, 0x00000050, and 0x50.

Stop 0x00000077 or KERNEL_STACK_INPAGE_ERROR

The Stop 0x77 message indicates that a page of kernel data requested from the paging (virtual memory) file could not be found or read into memory. This Stop message can also indicate disk hardware failure, disk data corruption, or possible virus infection.

Interpreting the Message

This Stop message has four parameters. The following set of definitions applies only if the first and third parameters are both zero:

  1. This value is 0x00000000 (zero).

  2. Value found in the stack.

  3. This value is 0x00000000 (zero).

  4. Address of signature on kernel stack.

Otherwise, the following definitions apply:

  1. Status code.

  2. I/O status code.

  3. Page file number.

  4. Offset into page file.

Frequently, the cause of this error can be determined from the second parameter, the I/O status code. Some common status codes are:

For information about other possible status codes that can be returned, see the file Ntstatus.h of the Windows XP Professional Driver Development Kit (DDK). For more information about the DDK, see the Driver Development Kits link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources

Resolving the Problem

The following suggestions are specific to Stop 0x70 errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

For more information about Stop 0x77 messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources Search using keywords winnt, 0x00000077, and 0x77.

Stop 0x00000079 or MISMATCHED_HAL

The Stop 0x79 message indicates that the hardware abstraction layer (HAL) and the kernel type for the computer do not match. This error most often occurs when ACPI firmware settings are changed. For example, you might install Windows XP Professional on an x86-based computer with the firmware ACPI enable option enabled and later decide to disable it. This error can also result when mismatched single and multi-processor configuration files are copied to the system.

Interpreting the Message

The content of the information provided by a 0x79 Stop message varies according to the value of the first parameter. Three different values for Parameter 1 are possible. The information in the next two parameters depends upon the value of Parameter 1 as shown in Table C-3.

Table C-3: Parameter Listing for Stop Message 0x79

Parameter 1

Parameter 2

Parameter 3

Description

0x00000001

Release level of Ntoskrnl.exe

Release level of Hal.dll

PRCB release level mismatch

0x00000002

Build type of Ntoskrnl.exe

Build type of Hal.dll

Build type mismatch

When the value of Parameter 1 is set to 0x00000002, the following build type codes become effective:

Resolving the Problem

The following suggestions are specific to Stop 0x79 errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

For more information about Stop 0x79 messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources Search using keywords winnt, 0x00000079, and 0x79.

Stop 0x0000007A or KERNEL_DATA_INPAGE_ERROR

The Stop 0x7A message indicates that a page of kernel data was not found in the paging (virtual memory) file and could not be read into memory. This might be due to incompatible disk or controller drivers, firmware, or hardware.

Interpreting the Message

This Stop message has four parameters:

  1. Lock type value (0x00000001, 0x00000002, 0x00000003, or page table entry (PTE) address).

  2. I/O status code.

  3. If the lock type is 0x00000001, this parameter represents the current process. If the lock type is 0x00000003, this parameter represents the virtual address.

  4. The virtual address that could not be read into memory.

Frequently, the cause of this error can be determined from the second parameter, the I/O status code. Some common status codes are:

For information about other possible status codes that might be returned, see the file Ntstatus.h of the Windows XP Professional Driver Development Kit (DDK). For more information about the DDK, see the Driver Development Kits link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources

Resolving the Problem

The following suggestions are specific to Stop 0x7A errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

For more information about Stop 0x7A messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources Search using keywords winnt, 0x0000007A, and 0x7A.

Stop 0x0000007B or INACCESSIBLE_BOOT_DEVICE

The Stop 0x7B message indicates that Windows XP Professional has lost access to the system partition or boot volume during the startup process. Installing incorrect device drivers when installing or upgrading storage adapter hardware typically causes stop 0x7B errors. Stop 0x7B errors could also indicate possible virus infection.

Interpreting the Message

This Stop message has four parameters:

  1. The address of a Unicode string data structure representing the Advanced Reduced Instruction Set Computing (RISC) Computing (ARC) specification name of the device at which you attempted startup.

  2. Pointer to ARC name string in memory.

  3. This value is 0x00000000 (zero).

  4. This value is 0x00000000 (zero).

The first parameter typically contains two separate pieces of data. For example, if the parameter is 0x00800020, 0x0020 is the actual length of the Unicode string and 0x0080 is the maximum ARC name string length. The next parameter contains the address of the buffer. This address is in system space, so the high-order bit is set.

If the file system is unable to mount the boot device or simply does not recognize the data on the boot device as a file system structure, the following parameter definition applies:

  1. The address of the device object that could not be mounted.

  2. Error code value or 0x00000000 (zero).

  3. This value is 0x00000000 (zero).

  4. This value is 0x00000000 (zero).

The value of the first parameter determines whether the parameter is a pointer to an ARC name string (ARC names are a generic method of identifying devices within the ARC environment) or a device object, because a Unicode string never has an odd number of bytes, and a device object always has a Type code of 0003.

The second parameter is very important because it can indicate whether the 0x7B Stop message was caused by file system issues or problems with storage hardware and drivers. Values of 0xC000034 or 0xC000000E typically indicate:

Resolving the Problem

The following suggestions are specific to Stop 0x7B errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

For more information about Stop 0x7B messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits /webresources. Search using keywords winnt, 0x0000007B, 0x7B, and Txtsetup.oem.

Stop 0x0000007F or UNEXPECTED_KERNEL_MODE_TRAP

The Stop 0x7F message indicates that one of three types of problems occurred in kernel-mode:

Interpreting the Message

This Stop message has four parameters:

  1. Processor exception code.

  2. This value is 0x00000000 (zero).

  3. This value is 0x00000000 (zero).

  4. This value is 0x00000000 (zero).

The first parameter is the most important and can have several different values, indicating different causes of this error. You can find all conditions that cause a Stop 0x7F in any x86 microprocessor reference manual because they are specific to the x86 platform. Here are some of the most common exception codes:

Less common codes include:

Resolving the Problem

The following suggestions are specific to Stop 0x7F errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

For more information about Stop 0x7F messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources Search using keywords winnt, 0x0000007F, and 0x7F.

Stop 0x0000009F or DRIVER_POWER_STATE_FAILURE

The Stop 0x9F message indicates that a driver is in an inconsistent or invalid power state.

Interpreting the Message

Table C-4 describes the information provided by Stop 0x9F messages. The value of the first parameter indicates the type of violation (see the Description column) and determines the meaning of the next three parameters.

Table C-4: Parameter Listing for Stop Message 0x9F

Parameter 1

Parameter 2

Parameter 3

Parameter 4

Description

0x00000001

Pointer to the device object

Reserved

Reserved

The device object being freed still has an incomplete power request pending.

0x00000002

Pointer to the target device object

Pointer to the device object

Reserved

The device object completed the I/O request packet for the system power state request, but failed to call PoStartNextPowerIrp.

0x00000003

Pointer to the target device object

Pointer to the device object

The I/O request packet

The device driver did not properly set the I/O request packet as pending or complete the I/O request packet.

0x00000100

Pointer to the nonpaged device object

Pointer to the target device object

Pointer to the device object to notify

The device objects in the dev node were inconsistent in their use of DO_POWER_PAGAB LE.

0x00000101

Child device object

Child device object

Parent device object

A parent device object has detected that a child device has not set the DO_POWER_PAGAB LE bit.

This Stop message typically occurs during events that involve power state transitions, such as:

Resolving the Problem

The following suggestions are specific to Stop 0x9F errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

For more information about Stop 0x9F messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources Search using keywords winnt, 0x0000009F, and 0x9F.

Stop 0xBE or ATTEMPTED_WRITE_TO_READONLY_MEMORY

The Stop 0xBE message indicates that a driver attempted to write to read-only memory.

Interpreting the Message

This Stop message has four parameters:

  1. Virtual address of attempted write.

  2. PTE contents.

  3. Reserved.

  4. Reserved.

Resolving the Problem

The following suggestion is specific to Stop 0xBE errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

For more information about Stop 0xBE messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits /webresources. Search using keywords winnt, 0x000000BE, and 0xBE.

Stop 0xC2 or BAD_POOL_CALLER

The Stop 0xC2 message indicates that a kernel-mode process or driver incorrectly attempted to perform memory operations in the following ways:

This Stop message is typically due to a faulty driver or software.

Interpreting the Message

Table C-5 describes the information provided by Stop 0xC2 messages. The value of the first parameter indicates the type of violation (see the Description column) and determines the meaning of the next three parameters.

Table C-5: Parameter Listing for Stop Message 0xC2

Parameter 1

Parameter 2

Parameter 3

Parameter 4

Description

0x00000000

This value is always 0

The pool type being allocated

The pool tag being used

The caller is requesting a zero byte pool allocation

0x00000001, 0x00000002 , or 0x00000004

Pointer to pool header

First part of pool header contents

This value is always zero

Pool header has been corrupted

0x00000006

Reserved

Pointer to pool header

Pool header contents

Attempt to free a memory pool that was already freed

0x00000007

Reserved

Pointer to pool header

This value is always zero

Attempt to free a memory pool that was already freed

0x00000008

Current IRQL

Pool type

Size of allocation

Attempt to allocate pool at invalid IRQL

0x00000009

Current IRQL

Pool type

Address of pool

Attempt to free pool at invalid IRQL

0x00000040

Starting address

Start of system address space

This value is always zero

Attempt to free usermode address to kernel pool

0x00000041

Starting address

Physical page frame

Highest physical page frame

Attempt to free a non-allocated nonpaged pool address

0x00000042 or 0x00000043

Address being freed

This value is always zero

This value is always zero

Attempt to free a virtual address that was never in any pool

0x00000050

Starting address

Start offset in pages from beginning of paged pool

Size in bytes of paged pool

Attempt to free a non-allocated paged pool address

0x00000099

Address being freed

This value is always zero

This value is always zero

Attempt to free pool with invalid address or corruption in pool header

0x0000009A

Pool type

Size of allocation in bytes

Allocation s pool tag

Attempt to allocate must-succeed

Resolving the Problem

The following suggestions are specific to Stop 0xC2 errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

For more information about Stop 0xC2 messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits /webresources. Search using keywords winnt, 0x000000C2, and 0xC2.

Stop 0x000000CE or DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPE RATIONS

This Stop message indicates that a driver failed to cancel pending operations before exiting.

Interpreting the Message

This Stop message has four parameters:

  1. Memory address referenced.

  2. Type of access (0x00000000 = read operation, 0x00000001 = write operation).

  3. If non-zero, the address of the instruction that referenced the incorrect memory location.

  4. Reserved.

Resolving the Problem

For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

For more information about Stop 0xCE messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources Search using keywords winnt, 0x000000CE, and 0xCE.

Stop 0x000000D1 or DRIVER_IRQL_NOT_LESS_OR_EQUAL

The Stop 0xD1 message indicates that the system attempted to access pageable memory using a kernel process IRQL that was too high. Drivers that have used improper addresses typically cause this error.

Interpreting the Message

This Stop message has four parameters:

  1. Memory referenced.

  2. IRQL at time of reference.

  3. Type of access (0x00000000 = read operation, 0x00000001 = write operation).

  4. Address that referenced memory.

Resolving the Problem

For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

For more information about Stop 0xD1 messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources Search using keywords winnt, 0x000000D1, and 0xD1.

Stop 0x000000D8 or DRIVER_USED_EXCESSIVE_PTES

The Stop 0xD8 message typically occurs if your computer runs out of page table entries (PTEs) due to a driver that requests large amounts of kernel memory.

Interpreting the Message

Depending upon the configuration of your system, the number of parameters returned might vary. The four possible values are:

  1. If this parameter has a non-null value, it contains the name of the driver that caused the Stop error.

  2. If the first parameter has a non-null value, this parameter contains the number of PTEs used by the driver that is causing the error.

  3. This parameter represents the total free system PTEs.

  4. This parameter represents the total system PTEs.

Resolving the Problem

For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

For more information about Stop 0xD8 messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources Search using keywords winnt, 0x000000D8, and 0xD8.

Stop 0x000000EA or THREAD_STUCK_IN_DEVICE_DRIVER

A device driver problem is causing the system to pause indefinitely. Typically, this problem is caused by a display driver waiting for the video hardware to enter an idle state. This might indicate a hardware problem with the video adapter or a faulty video driver.

Interpreting the Message

This Stop message has four parameters:

  1. Pointer to the thread object that is caught in an infinite loop.

  2. Pointer to a DEFERRED_WATCHDOG object, useful when using a kernel debugger to find out more information about this problem.

  3. Pointer to graphics device interface (GDI) supplied context.

  4. Additional debugging information.

Resolving the Problem

The following suggestion is specific to Stop 0xEA errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

For more information about Stop 0xEA messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources Search using keywords winnt, 0x000000EA, and 0xEA.

Stop 0x000000ED or UNMOUNTABLE_BOOT_VOLUME

The kernel mode I/O subsystem attempted to mount the boot volume and it failed. This error might also occur during an upgrade to Windows XP Professional on systems that use higher throughput ATA disks or controllers with incorrect cabling. In some cases, your system might appear to work normally after you restart.

Interpreting the Message

This Stop message has two parameters:

  1. Device object of the boot volume

  2. Status code from the file system on why it failed to mount the volume

Resolving the Problem

The following suggestions are specific to Stop 0xED errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

For more information about Stop 0xED messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows /reskits/webresources. Search using keywords winnt, 0x000000ED, and 0xED.

Stop 0x000000F2 or HARDWARE_INTERRUPT_STORM

The Stop 0xF2 message occurs if the kernel detects an interrupt storm. An interrupt storm occurs when a level-interrupt-triggered device fails to release an interrupt request (IRQ). This can result from the following causes:

Interpreting the Message

This Stop message has four parameters:

  1. Address of the first or only interrupt service routine (ISR) involved in initiating the interrupt storm.

  2. ISR context value.

  3. Address of the interrupt object that initiated the storm.

  4. 0x00000001 if the ISR is not chained (not part of an interrupt sequence).

If the fourth parameter is 0x1, the driver module to which parameters 1 and 3 point probably indicates a driver problem or malfunctioning hardware.

If the fourth parameter is 0x2, the driver module to which parameter 1 point is the first ISR in the sequence, and might not be the source of the problem.

When a Stop 0xF2 message occurs, it indicates the driver involved in the ISR on the storming IRQ. In addition to four Stop message parameters, a message similar to the following appears:

*** STOP: 0x000000F2 (0xFCA7C55C, 0x817B9B28, 0x817D2AA0, 0x00000002)
An interrupt storm has caused the system to hang.
*** Address FCA7C55C base at FCA72000, Datestamp 3A72BDEF - ACPI.sys

Resolving the Problem

The following suggestions are specific to Stop 0xF2 errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

To resolve this problem, simplify your system s hardware configuration by following these procedures:

For more information about PCI devices and IRQ sharing, see Microsoft Knowledge Base articles Q170922, How PCI Devices Are Detected and Why They May Fail, and Q252420, General Description of IRQ Sharing in Windows 2000, in the Microsoft Knowledge Base. To find these articles, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources

For more information about Stop 0xF2 messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources Search using keywords winnt, 0x000000F2, and 0xF2.

Stop 0xC000021A or STATUS_SYSTEM_PROCESS_TERMINATED

The Stop 0xC000021A message occurs when Windows XP Professional switches into kernel mode and a user-mode subsystem, such as Winlogon or the Client Server Runtime Subsystem (CSRSS), is compromised and security can no longer be guaranteed. Because Windows XP Professional cannot run without Winlogon or CSRSS, this is one of the few situations where the failure of a user-mode service can cause the system to stop responding. You cannot use the kernel debugger in this situation because the error occurred in a user-mode process.

A Stop 0xC000021A message can also occur when the computer is restarted after a system administrator has modified permissions in such a way that the SYSTEM account no longer has adequate permissions to access system files and folders.

Interpreting the Message

This Stop message has three parameters:

  1. Status code.

  2. This value is 0x00000000 (zero).

  3. This value is 0x00000000 (zero).

For information about all possible status codes that might be returned, see the Ntstatus.h file of the Windows XP Professional Driver Development Kit (DDK). For more information about the DDK, see the Driver Development Kits link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources

Resolving the Problem

The following suggestions are specific to Stop 0x21A errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

  1. Perform a parallel Windows XP Professional installation onto a separate partition or drive. Do not use the original drive and folder names because the new Windows XP Professional installation overwrites previous settings. Complete the second installation.

  2. In the Run dialog box, in the Open box, type: c:

  3. Right-click the original Windows XP Professional systemroot folder, and then click Properties.

  4. Click the Security tab, and then grant the local SECURITY account full control of the systemroot folder and its subfolders.

  5. Restart the system, and then select the original Windows XP Professional installation from the startup menu.

For more information about Stop 0xC000021A messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources Search using keywords winnt and 0xC000021A.

Stop 0xC0000221 or STATUS_IMAGE_CHECKSUM_MISMATCH

This Stop message indicates driver, system file, or disk corruption problems (such as a damaged paging file). Faulty memory hardware can also cause this Stop message to appear.

Interpreting the Message

Resolving the Problem

The following suggestions are specific to Stop 0x221 errors. For additional troubleshooting suggestions that apply to all Stop errors, see Stop Message Checklist later in this appendix.

For more information about Stop 0xC0000221 messages, see the Microsoft Knowledge Base link on the Web Resources page at http://www.microsoft.com/windows/reskits/webresources Search using keywords winnt and 0xC0000221.




Microsoft Windows XP Professional Resource Kit 2003
Microsoft Windows XP Professional Resource Kit 2003
ISBN: N/A
EAN: N/A
Year: 2005
Pages: 338
BUY ON AMAZON

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net