*** Stop: 0x0000001E (0xF24A447A, 0X00000001, 0X0000000)
KMODE_EXCEPTION_NOT_HANDLED
*** Address F24A447A base at f24A0000, DateStamp 35825ef8d - wdmaud.
sys
If this is the first time you've seen this Stop error screen, restart your computer.If this screen appears again, follow
these steps:
Check to be sure you have adequate disk space. If a driver is identified in the Stop message, disable the driver or
check with the manufacturer for driver updates. Try changing video adapters.
Check with your hardware vendor for any BIOS updates. Disable BIOS memory options such as caching or
shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to
select Advanced Startup Options, and then select Safe Mode.
Refer to your Getting Started manual for more information on troubleshooting Stop errors.
``推薦用戶採取行動部分:
``在上面的例子中推薦用戶採取行動部分如下:
``If this is the first time you've seen this Stop error screen, restart your computer. If this screen appears again,
follow these steps: Check to be sure you have adequate disk space. If a driver is identified in the Stop message,
disable the driver or check with the manufacturer for driver updates. Try changing video adapters. Check with
your hardware vendor for any BIOS updates. Disable BIOS memory options such as caching or shadowing. If you
need to use Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced
Startup Options, and then select Safe Mode. Refer to your Getting Started manual for more information on
troubleshooting Stop errors.
``推薦用戶採取行動部分通常是推薦用戶在遇到了出錯信息後應該採取的解決步驟。在消息中可以
看到,解決一個BSOD也許只要重新啟動或則整理出足夠大的剩餘空間就能夠解決了。儘管這樣的方法
偶爾會起到作用,但是實際上要解決BSOD經常要遠遠複雜得多。
``偵錯連接阜信息部分:
``這部分包含有你應該如何設置你的內核偵錯器的信息。我會在以後的網站裡面詳細介紹什麼是
2000的內核偵錯器。在上面的例子中,這部分內容是:
Kernel Debugger Using: COM2 (Port 0x2f8, Baud Rate 19200)
Beginning dump of physical memory
Physical memory dump complete. Contact your system administrator or technical support group.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates a mismatch of thread and
asynchronous procedure call (APC) indexes. The most common reason to see this message is if a file system has a
mismatched number of KeEnterCriticalRegion compared to KeLeaveCriticalRegion.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates a problem with an owned mutex or
a mutex with a process already attached.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates a problem with an owned mutex or
an unclean asynchronous procedure call (APC) state.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates an attempt was made to touch
pageable memory at a process IRQL (interrupt request level) that is too high. This is usually caused by drivers
using incorrect addresses. The fourth parameter in the message parameter list is the memory address at which the
fault happened. The second parameter shows the IRQL. If the IRQL was not equal to 2, then the interrupt most
likely came from a driver. Compare the memory address in the fourth parameter with the base addresses of the
drivers in the driver table on the STOP screen to find the driver that is the problem. Note that the third parameter
encodes read/write access (0 = read, 1= write).
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates the thread reaper list is corrupted
(the reaper list was signaled, but no threads were present on the list).
解釋:
This is a Windows 2000 Executive character-mode STOP message. This indicates that a failure occurred while
referencing an object by what should have been a referenced pointer.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates that a memory management page
frame number (PFN) database element has a corrupted share count.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates that a memory management page
frame number (PFN) database element has a corrupted reference count.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates that a kernel-mode exception was
not handled. The second parameter in the parameter list is the memory address at which the unhandled exception
occurred. Usually, the exception address pinpoints the driver/function that caused the problem. A common
problem is 0x80000003, which means a hard-coded breakpoint or assertion was hit but the system started
\\NODEBUG.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates that a kernel-mode asynchronous
procedure call (APC) was found pending during thread termination. The first parameter is the address of the APC
found pending during exit. The second parameter is the thread's APC disable count. And the third parameter is the
current IRQL (interrupt request level). If the thread's disable count is non-zero, it is the source of the problem: the
current IRQL should be 0. If it is not, a driver's cancellation routine returned at an elevated IRQL.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates that quota was returned to a process,
but that process was not using the amount of quota being returned.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates that an IRP (I/O request packet) was
encountered in an inconsistent state. For example, some field or fields of the IRP were inconsistent with the
remaining state of the IRP.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates a panic switch to the kernel stack
because of stack overflow. This error might be caused by the kernel-mode driver using too much stack space. Or a
data corruption has occurred in the kernel.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates a data bus error which can be
caused by a parity error in the system memory. This error could also be caused by a driver accessing an address
that does not exist.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates an attempt to edit values of SS or
ESP when returning to kernel-mode code.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Initialization of the Windows 2000 Executive
failed during phase 0 (during phase 4 of system startup). There might be a hardware problem.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Initialization of the Windows 2000 Executive
failed during phase 1 (during phase 4 of system startup). There might be a problem with a device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Initialization of the Windows 2000 Executive
failed during phase 1 (during phase 4 of system startup). There might be a problem with a device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Initialization of the Windows 2000 Executive
failed during phase 1 (during phase 4 of system startup). There might be a problem with a device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates that the I/O system detected a call
from one driver to another with no available IRP (I/O request packet) stack locations remaining in the packet for
the invoked driver to use. Other memory problems might accompany this error.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates an attempt was made to delete a
device object whose reference count was non-zero. A non-zero reference count means that there are still
outstanding references to the device. There might be a problem in calling the device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates an attempt was made to exit a
system service while owning one or more mutexes.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates an attempt was made to unwind
through the system service dispatcher into user mode.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates an exception was raised in a system
service which was not handled by the system service.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates an unwind operation was initiated in
an interrupt service routine that attempted to unwind through the interrupt dispatcher.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates an exception was raised in an
interrupt service routine which was not handled by the interrupt service routine.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates the multiprocessor configuration is
not supported. For example, not all processors are at the same level or of the same type. There might also be
mismatched coprocessor support.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates no more system page table entries
(PTEs) exist for mapping non-paged entities.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates an MDL (memory descriptor list)
that was allocated to map a buffer is not large enough to contain the page frame numbers (PFNs) required to map
the desired buffer. There might be a problem with the driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates a disk device driver called the I/O
system to change a partition type on a specified partition, but the partition does not exist.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates an attempt was made to complete an
IRP (I/O request packet) more than once, possibly by more than one driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates that an attempt was made to allocate
more map registers than are allocated to an adapter.作者: senkuei 時間: 2007-5-21 09:56 AM 停止錯誤編號: 0x00000046 (parameter, parameter, parameter, parameter)
DEREF_UNKNOWN_LOGON_SESSION
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates that a token was deleted that was not
part of any known logon session.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Indicates that an attempt was made to cancel an
IRP (I/O request packet), but the packet had already been completed so it was not possible to cancel it. There might
be a problem with the driver. Or, although unlikely, more than one driver might be accessing the same packet.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates an attempt to exit from a system
service with an IRQL (interrupt request level) greater than 0.
解釋:
This is a Windows 2000 Executive character-mode STOP message. This indicates a fatal hard error (STATUS
error) occurred before the hard error handler was available. There are several reasons why this error might occur: a
Registry hive file could not be loaded because it is either corrupted or missing; Winlogon or Windows
unexpectedly did not start; or a driver or system DLL is corrupted.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates a Registry or configuration
manager problem. An I/O error might have occurred while the Registry was trying to read one of its files. This
could be caused by hardware or file system problems. This message might also appear because of a failure in a
refresh operation, which occurs when resource limits are encountered.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates an inconsistency between pages in
the primary and secondary data caches.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates an inconsistency between pages in
the primary and secondary instruction caches.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates an inconsistency between pages in
the primary and secondary data caches. This is a fault-tolerant disk driver internal error.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates an inconsistency between pages in
the primary and secondary data caches. This is an HPFS problem.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates that a critical service failed to
initialize while starting the LastKnownGood control set.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates a critical service failed to initialize,
but the LastKnownGood environment variable could not be set.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Phase 0 initialization of the Hardware
Abstraction Layer (HAL) failed. This can only happen during the relatively short period of time that the Windows
2000 Executive is being initialized, during phase 4 of Windows 2000 startup. This might be a hardware problem.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Phase 0 initialization of the object manager
failed. This can only happen during the relatively short period of time that the Windows 2000 Executive is being
initialized, during phase 4 of Windows 2000 startup. This might be a hardware problem.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Phase 0 security initialization failed. This can
only happen during the relatively short period of time that the Windows 2000 Executive is being initialized, during
phase 4 of Windows 2000 startup. This might be a hardware problem.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Phase 0 process initialization failed. This can
only happen during the relatively short period of time that the Windows 2000 Executive is being initialized, during
phase 4 of Windows 2000 startup. This might be a hardware problem.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Phase 1 initialization of the Hardware
Abstraction Layer (HAL) failed. This can only happen during the relatively short period of time that the Windows
2000 Executive is being initialized, during phase 4 of Windows 2000 startup. There might be a problem with a
device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Phase 1 initialization of the object manager
failed. This can only happen during the relatively short period of time that the Windows 2000 Executive is being
initialized, during phase 4 of Windows 2000 startup. There might be a problem with a device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Phase 1 security initialization failed. This can
only happen during the relatively short period of time that the Windows 2000 Executive is being initialized, during
phase 4 of Windows 2000 startup. There might be a problem with a device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Symbolic link initialization failed. This can
only happen during the relatively short period of time that the Windows 2000 Executive is being initialized, during
phase 4 of Windows 2000 startup. There might be a problem with a device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Phase 1 memory initialization failed. This can
only happen during the relatively short period of time that the Windows 2000 Executive is being initialized, during
phase 4 of Windows 2000 startup. There might be a problem with a device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. 快取 initialization failed. This can only happen
during the relatively short period of time that the Windows 2000 Executive is being initialized, during phase 4 of
Windows 2000 startup. There might be a problem with a device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Configuration initialization failed because the
Registry could not allocate the pool needed to contain the Registry files. This can only happen during the relatively
short period of time that the Windows 2000 Executive is being initialized, during phase 4 of Windows 2000
startup. There might be a problem with a device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. File system initialization failed. This can only
happen during the relatively short period of time that the Windows 2000 Executive is being initialized, during
phase 4 of Windows 2000 startup. There might be a problem with a device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Phase 1 I/O initialization failed. This can only
happen during the relatively short period of time that the Windows 2000 Executive is being initialized, during
phase 4 of Windows 2000 startup. There might be a problem with a device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Local procedure call (LPC) initialization failed.
This can only happen during the relatively short period of time that the Windows 2000 Executive is being
initialized, during phase 4 of Windows 2000 startup. There might be a problem with a device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Phase 1 process initialization failed. This can
only happen during the relatively short period of time that the Windows 2000 Executive is being initialized, during
phase 4 of Windows 2000 startup. There might be a problem with a device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Reference monitor initialization failed. This can
only happen during the relatively short period of time that Windows 2000 Executive is being initialized. There
might be a problem with a device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Session manager virtual memory allocation
parameters failed during session manager initialization. This can only happen during the relatively short period of
time that the Windows 2000 Executive is being initialized, during phase 4 of Windows 2000 startup. There might
be a problem with a device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. The session manager virtual memory
environment failed to initialize. This can only happen during the relatively short period of time that the Windows
2000 Executive is being initialized, during phase 4 of Windows 2000 startup. There might be a problem with a
device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. Session manager process creation failed. This
can only happen during the relatively short period of time that the Windows 2000 Executive is being initialized,
during phase 4 of Windows 2000 startup. There might be a problem with a device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. During session manager initialization, a resume
thread operation failed. This can only happen during the relatively short period of time that the Windows 2000
Executive is being initialized, during phase 4 of Windows 2000 startup. There might be a problem with a device
driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. During phase 1 initialization of the Windows
2000 Executive, the session manager terminated. This can only happen during the relatively short period of time
that the Windows 2000 Executive is being initialized, during phase 4 of Windows 2000 startup. There might be a
problem with a device driver.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates the system configuration link list
failed. One of the core system hives is corrupted or unreadable, or some critical Registry keys and values are not
present.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates the system configuration
information cannot be written. The system hive files cannot be expanded to accommodate new data written to it
between Registry initialization and phase 1 initialization. There might be no free space on the drive.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates an I/O error during a kernel stack
paging operation. The requested page of kernel data could not be read in. This is caused by a bad block in the
paging file or by a disk controller error. If the error was caused by a bad block, when your system is restarted,
Autocheck will run and attempt to find the bad sector.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates an exception during phase 0 of the
Windows 2000 Executive initialization.
停止錯誤編號: 0x00000079 (parameter, parameter, parameter, parameter) Mismatched kernel and hal image.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates a mismatched kernel and Hardware
Abstraction Layer (HAL) image.
解釋:
This is a Windows 2000 Executive character-mode STOP message. During I/O system initialization, the driver for
the boot device might have failed to initialize the device the system is attempting to start from. It is also possible
that the file system failed to initialize because it did not recognize the data on the boot device. If this error occurs
during initial system setup, the system might have been installed on an unsupported disk or SCSI controller. Also,
this error might occur because of the installation of a new SCSI adapter or disk controller or if the disk was
repartitioned with the system partition.
解釋:
This is a Windows 2000 Executive character-mode STOP message. It indicates that a trap occurred in kernel mode.作者: senkuei 時間: 2007-5-21 09:59 AM 停止錯誤編號: 0x00000081 (parameter, parameter, parameter, parameter) SPIN_LOCK_INIT_FAILURE
解釋:
This is a Windows 2000 Executive character-mode STOP message.
解釋:
This is a Windows 2000 Executive character-mode STOP message.
停止錯誤編號: 0x00000090 (parameter, parameter, parameter, parameter) PP1_INITIALIZATION_FAILED
解釋:
This is a Windows 2000 Executive character-mode STOP message.