2012年8月5日日曜日

Windows Stop Error -4 エラー全集(2012版) その4

(このページは、「STOPエラー (全てのコード : 2012年版)」のキャッシュです。サーバーの変更による内容の消失を防ぐためです。)

STOP: 0x000000DE (parameter1, parameter2, parameter3, parameter4)
POOL_CORRUPTION_IN_FILE_AREA (DE)

ディスクのために確保されたプールメモリがコラプションしていることを示しています。
コラプションとは、期待するメモリ空間が実在しなくなった状態、又は破壊された状態。

メモリ マネージャがファイルを参照出来ない時、それは、プールメモリにこのコラプションを発見しました。

This indicates that a driver has corrupted pool memory that is used for holding pages destined for disk.
Cause
When the Memory Manager dereferenced the file, it discovered this corruption in pool memory.


STOP: 0x000000DF (parameter1, parameter2, parameter3, parameter4)
IMPERSONATING_WORKER_THREAD (DE)

A worker thread is impersonating another process. The work item forgot to disable impersonation before it returned.
ワーカー スレッドが別プロセスをインパーソネーティングしています。 ワーカー アイテムは、戻る前に、インパーソネーションを無効にするのを忘ています。

「ハードウェアの不良」「デバイスドライバ問題」「システムメモリ故障」「誤動作している電源」「コンポーネントがオーバーヒート」「 仕様を超えたオーバークロック」「無効なDLLファイル」などのためにこのエラーが発生することがあります。

parameter1 = The worker routine that caused this error
parameter2 = The parameter passed to this worker routine
parameter3 = A pointer to the work item
parameter4 = Reserved


STOP: 0x000000E0 (parameter1, parameter2, parameter3, parameter4)
ACPI_BIOS_FATAL_ERROR (E0)

コンピュータのコンポーネントが故障していることを示しています。
(ACPI BIOS の致命的な故障です。)

This indicates that one of your computer components is faulty.
parameter と原 因と対策は「Bug Check Code」 の 0xE0 を参照。


STOP: 0x000000E1 (parameter1, parameter2, parameter3, parameter4)
WORKER_THREAD_RETURNED_AT_BAD_IRQL (E1)

ワーカースレッドが、「 IRQL >= DISPATCH_LEVEL 」の状態で戻り、完了したことを示しています。
このIRQLは「 2~31 」のレベルです。

This indicates that a worker thread completed and returned with IRQL >= DISPATCH_LEVEL.
parameter と原 因と対策は「Bug Check Code」 の 0xE1 を参照。


STOP: 0x000000E2 (0x00000000, 0x00000000, 0x00000000, 0x00000000)
MANUALLY_INITIATED_CRASH (E2)

カーネルデバッガかキーボードのどちらかから、意図的にダンプが起動されたことを示しています。

This indicates that the user deliberately initiated a crash dump from either the kernel debugger or the keyboard.


STOP: 0x000000E3 (parameter1, parameter2, parameter3, parameter4)
RESOURCE_NOT_OWNED (E3)

スレッドは自分が所有していなかったリソースをリリースしようとしたことを示しています。

This indicates that a thread tried to release a resource it did not own.
  parameter1 = Address of resource
  parameter2 = Address of thread
  parameter3 = Address of owner table (if it exists)
  parameter4 = Reserved


STOP: 0x000000E4 (parameter1, parameter2, parameter3, parameter4)
WORKER_INVALID (E4)

エグゼキューティブ ワーカー アイテムを含むべきでないメモリがそのような項目を含んでいるか、または現在アクティブなワーカー アイテムが待ち行列に 並ばされたことを示しています。

This indicates that memory that should not contain an executive worker item does contain such an item, or that a currently active worker item was queued.
parameter と原 因は「Bug Check Code」 の 0xE4 を参照。


STOP: 0x000000E6 (parameter1, parameter2, parameter3, parameter4)
DRIVER_VERIFIER_DMA_VIOLATION (E6)

これはドライバのDMA検証違反であることを示しています。

This is the bug check code for all Driver Verifier DMA Verification violations.
parameter と原 因と対策は「Bug Check Code」 の 0xE6 を参照。


STOP: 0x000000E7 (parameter1, parameter2, parameter3, parameter4)
INVALID_FLOATING_POINT_STATE (E7)

フローティング ポイント状態でセーブされたスレッドは無効であることを示しています。

This indicates that a thread's saved floating-point state is invalid.
parameter と原 因は「Bug Check Code」 の 0xE7 を参照。


STOP: 0x000000E8 (parameter1, parameter2, Reserved, Reserved)
INVALID_CANCEL_OF_FILE_OPEN (E8)

無効なファイルオブジェクトが IoCancelFileOpen() 関数に渡されたことを示しています。

This indicates that an invalid file object was passed to IoCancelFileOpen.
parameter と原 因は「Bug Check Code」 の 0xE8 を参照。


STOP: 0x000000E9 (parameter1, Reserved, Reserved, Reserved)
ACTIVE_EX_WORKER_THREAD_TERMINATION (E9)

アクティブ な エグゼキューティブ ワーカー スレッド が終了させられたことを示しています。

This indicates that an active executive worker thread is being terminated.
parameter と原 因は「Bug Check Code」 の 0xE9 を参照。


STOP: 0x000000EA (parameter1, parameter2, parameter3, parameter4)
THREAD_STUCK_IN_DEVICE_DRIVER (EA)

これは、デバイスドライバのスレッドが際限なくループしていることを示しています。

This indicates that a thread in a device driver is endlessly spinning.
parameter と原 因と対応は「Bug Check Code」 の 0xEA を参照。


STOP: 0x000000EB (parameter1, parameter2, parameter3, parameter4)
DIRTY_MAPPED_PAGES_CONGESTION (EB)

オペレーションを続行するためのフリーページが足りないことを示しています。

This indicates that no free pages are available to continue operations.
parameter と原 因は「Bug Check Code」 の 0xEB を参照。


STOP: 0x000000EC (parameter1, parameter2, Reserved, Reserved)
SESSION_HAS_VALID_SPECIAL_POOL_ON_EXIT (EC)

セッションドライバーはまだメモリを保持していましたが、そのセッションがアンロードされたことを示しています。

This indicates that a session unload occurred while a session driver still held memory.
parameter と原 因は「Bug Check Code」 の 0xEC を参照。


STOP: 0x000000ED (parameter1, parameter2, Reserved, Reserved)  
UNMOUNTABLE_BOOT_VOLUME (ED)

I/Oサブシステムは、ブートボリュームをマウントしようとしましたが、失敗したことを示しています。

IDE (integrated device electronics) ドライブで NTFS ファイル システムを使用しているボリュームのキャッシュが有効に なっている場合、起動中にこのエラー メッセージが表示されることがあります。

This indicates that the I/O subsystem attempted to mount the boot volume and it failed.
  parameter1 = The device object of the boot volume
  parameter2 = The status code from the file system that describes why it failed to mount the volume


STOP: 0x000000EF (parameter1, Reserved, Reserved, Reserved)
CRITICAL_PROCESS_DIED (EF)

重要なシステムが停止したことを示しています。

This indicates that a critical system process died.
  parameter1 = The process object


STOP: 0x000000F1 (parameter1, parameter2, parameter3, parameter4)
SCSI_VERIFIER_DETECTED_VIOLATION (F1)

全てのドライバ検証のためSCSI Verification(ファイルの整合性確認)が違反していることを示しています。

This is the bug check code for all Driver Verifier SCSI Verification violations.
parameter と原 因と対応は「Bug Check Code」 の 0xF1 を参照。


STOP: 0x000000F3 (parameter1, parameter2, parameter3, parameter4)
DISORDERLY_SHUTDOWN (F3)

Windowsはメモリの不足のためシャットダウンできなかったことを示しています。

This indicates that Windows was unable to shut down due to lack of memory.
parameter と原 因は「Bug Check Code」 の 0xF3 を参照。


STOP: 0x000000F4 (parameter1, parameter2, parameter3, parameter4)
CRITICAL_OBJECT_TERMINATION (F4)

システム・オペレーションに重要なプロセスかスレッドが、予期せぬ終了をしたか、終了させられたことを示しています。

This indicates that a process or thread crucial to system operation has unexpectedly exited or been terminated.
parameter と原 因は「Bug Check Code」 の 0xF4 を参照。


STOP: 0x000000F5 (parameter1, parameter2, parameter3, parameter4)
FLTMGR_FILE_SYSTEM (F5)

フィルター マネージャーで修復できないエラーが発生したことを示しています。

This indicates that an unrecoverable failure occurred in the Filter Manager.
parameter と原 因と対策は「Bug Check Code」 の 0xF5 を参照。


STOP: 0x000000F6 (parameter1, 0x00000000, 0x00000000, 0x00000000)
PCI_VERIFIER_DETECTED_VIOLATION (F6)

PCIドライバによって検出された、BIOSかデバイスのエラーが発生したことを示しています。

This indicates that an error occurred in the BIOS or another device being verified by the PCI driver.
parameter と原 因は「Bug Check Code」 の 0xF6 を参照。


STOP: 0x000000F7 (parameter1, parameter2, parameter3, 0x00000000)
DRIVER_OVERRAN_STACK_BUFFER (F7)

ドライバはスタックベースのバッファをオーバランさせたことを示しています。

This indicates that a driver has overrun a stack-based buffer.
parameter と原 因と対策は「Bug Check Code」 の 0xF7 を参照。


STOP: 0x000000F8 (parameter1, parameter2, 0x00000000, 0x00000000)
RAMDISK_BOOT_INITIALIZATION_FAILED (F8)

RAMディスクからブートをしている時に、初期化エラーが発生したことを示しています。

This indicates that an initialization failure occurred while attempting to boot from the RAM disk.
parameter は 「Bug Check Code」 の 0xF8 を参照。


STOP: 0x000000F9 (parameter1, parameter2, parameter3, parameter4)
DRIVER_RETURNED_STATUS_REPARSE_FOR_VOLUME_OPEN (F9)

ドライバが「no trailing names」との「IRP_MJ_CREATE」要求に「STATUS_REPARSE」を返したことを示しています。
ボリューム オープンする時にドライバが「STATUS_REPARSE」を返した。

参照: ファイル システム フィルタ ドライバでの再解析の実行
     http://support.microsoft.com/kb/319447

This indicates that a driver returned STATUS_REPARSE to an IRP_MJ_CREATE request with no trailing names.
parameter と注 記は「Bug Check Code」 の 0xF9 を参照。


STOP: 0x000000FA (parameter1, parameter2, parameter3, parameter4)
HTTP_DRIVER_CORRUPTED (FA)

HTTPカーネルドライバー(Http.sys) は、崩壊した状態で、回復できないことを示しています。

This indicates that the HTTP kernel driver (Http.sys) has reached a corrupted state and cannot recover.
parameter と注 記は「Bug Check Code」 の 0xFA を参照。


STOP: 0x000000FC (parameter1, parameter2, Reserved, Reserved)
ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY (FC)

プログラムが実行可能では無い空間のメモリで、プログラム実行するように試みたことを示しています。

This indicates that an attempt was made to execute non-executable memory.
parameter と対 応は「Bug Check Code」 の 0xFC を参照。


STOP: 0x000000FD (parameter1, parameter2, parameter3, parameter4)
DIRTY_NOWRITE_PAGES_CONGESTION (FD)

ベーシック システム オペレーションを続行するための、利用可能なフリー ページが無いことを示しています。

This indicates that there are no free pages available to continue basic system operations.
parameter と原 因と対応は「Bug Check Code」 の 0xFD を参照。


STOP: 0x000000FE (parameter1, parameter2, parameter3, parameter4)
BUGCODE_USB_DRIVER (FE)

USBドライバーでエラーが発生したことを示しています。

This indicates that an error has occurred in a Universal Serial Bus (USB) driver.
parameter は 「Bug Check Code」 の 0xFE を参照。


STOP: 0x000000FF (parameter1, parameter2, 0x00000000, 0x00000000)
RESERVE_QUEUE_OVERFLOW (FF)

待ち行列がオーバーフローしている状態で、リザーブの待ち行列に新なアイテムを挿入しようとしたことを示しています。

This indicates that an attempt was made to insert a new item into a reserve queue, causing the queue to overflow.
  parameter1 = The address of the reserve queue
  parameter2 = The size of the reserve queue


STOP: 0x00000100 (parameter1, parameter2, parameter3, parameter4)
LOADER_BLOCK_MISMATCH (100)

ローダ ブロックが無効であるか、またはロードされているシステムに合っていないことを示しています。

This indicates that either the loader block is invalid, or it does not match the system that is being loaded.
  parameter1 = 3
  parameter2 = The size of the loader black extension
  parameter3 = The major version of the loader block
  parameter4 = The minor version of the loader block


STOP: 0x00000101 (parameter1, parameter2, parameter3, parameter4)
CLOCK_WATCHDOG_TIMEOUT (101)

マルチプロセッサ システムで、セカンダリプロセッサにおける予想された時計割込みは、割り当てられた間隔中に受けられませんでした。

This indicates that an expected clock interrupt on a secondary processor, in a multi-processor system, was not received within the allocated interval.
parameter と原 因は「Bug Check Code」 の 0x101 を参照。


STOP: 0x00000103 (parameter1, parameter2, parameter3, parameter4)
MUP_FILE_SYSTEM (103)

複 数のUNCプロバイダー(MUP)が無効の、または、予期していなかったデータに遭遇しました。 その結果、MUPはネットワーク リダイレクタ (ユニバーサル ネーミング コンバージョン(UNC)プロバイダー) へのリモートファイル システム 要求を受け取ることができませんでした。

This bug check indicates that the multiple UNC provider (MUP) has encountered invalid or unexpected data. As a result, the MUP cannot channel a remote file system request to a network redirector, the Universal Naming Convention (UNC) provider.
parameter と注 記は「Bug Check Code」 の 0x103 を参照。


STOP: 0x00000104 (parameter1, 0x00000000, 0x00000000, 0x00000000)
AGP_INVALID_ACCESS (104)

以前に遂行されていなかった、さまざまなAccelerated Graphics Port(AGP)メモリにGPUが書いたことを示しています。

This indicates that the GPU wrote to a range of Accelerated Graphics Port (AGP) memory that had not previously been committed.
  parameter1 = Offset (in ULONG) within the AGP verifier page to the first ULONG data that is corrupted
Cause
Typically, this bug check is caused by an unsigned or improperly tested video driver. It can also be caused by an old BIOS.
Resolution
Check for display driver and computer BIOS updates.


STOP: 0x00000105 (parameter1, parameter2, parameter3, 0x00000000)
AGP_GART_CORRUPTION (105)

グラフィックス アパーチャー リマッピング テーブル (GART)  が不正なことを示しています。

This indicates that the Graphics Aperture Remapping Table (GART) is corrupt.
parameter と原 因と対策は「Bug Check Code」 の 0x105 を参照。


STOP: 0x00000106 (parameter1, parameter2, 0x00000000, 0x00000000)
AGP_ILLEGALLY_REPROGRAMMED (106)

アクセラレーテッド グラフィックス ポート(AGP)ハードウェアは権限のないエージェントによってプログラムを変えらたことを示しています。

This indicates that the Accelerated Graphics Port (AGP) hardware has been reprogrammed by an unauthorized agent.
parameter と原 因と対策は「Bug Check Code」 の 0x106 を参照。


STOP: 0x00000108 (parameter1, parameter2, parameter3, Reserved)
THIRD_PARTY_FILE_SYSTEM_FAILURE (108)

復旧できない問題が、サードパーティの ファイル システム か ファイル システム フィルタ によって起きたことを示しています。

This indicates that an unrecoverable problem has occurred in a third-party file system or file system filter.
parameter と原 因と対策は「Bug Check Code」 の 0x108 を参照。


STOP: 0xX00000109 (parameter1, parameter2, parameter3, parameter4)
CRITICAL_STRUCTURE_CORRUPTION (109)

カーネルが、問題のある カーネル コード か データ  コラプション を検出したことを示しています。

This indicates that the kernel has detected critical kernel code or data corruption.
parameter と原 因は「Bug Check Code」 の 0x109 を参照。


STOP: 0x0000010A (parameter1, parameter2, parameter3, parameter4)
APP_TAGGING_INITIALIZATION_FAILED (10A)

アプリケーションのタグ付けの初期化に失敗したことを示しています。
通常、ハードウェアかデバイス ドライバの問題です。


STOP: 0x0000010C (parameter1, parameter2, parameter3, parameter4)
FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION (10C)

ファイル システム ランタイム ライブラリ (FsRtl) のエクストラ クリエート パラメータ (ECP) パッケージの中に違反が検出されたことを示しています。
メモリカードやビデオカードの問題で発生する可能性があります。

This indicates that a violation was detected in the File system Run-time library (FsRtl) Extra Create Parameter (ECP) package.
parameter と原 因は「Bug Check Code」 の 0x10C を参照。


STOP: 0x0000010D (parameter1, parameter2, parameter3, parameter4)
WDF_VIOLATION (10D)

Windows OS がフレームワークベース ドライバにエラーを見つけという事を、カーネル モード ドライバ フレームワーク (KMDF) が検知したことを示しています。

ドライバは WDM / KMDF / UMDF タイプの3種の構造があります。
なお、KMDFのフレームワークベース(framework) ドライバはOSが提供し、KMDFドライバはメーカが新に開発する。

This indicates that Kernel-Mode Driver Framework (KMDF) detected that Windows found an error in a framework-based driver.
parameter と原 因と対策は「Bug Check Code」 の 0x10D を参照。


STOP: 0x0000010E (parameter1, parameter2, parameter3, parameter4)
VIDEO_MEMORY_MANAGEMENT_INTERNAL (10E)

ビデオ メモリ マネージャは回復できない状況であることを示しています。

This indicates that the video memory manager has encountered a condition that it is unable to recover from.
parameter と原 因と対策は「Bug Check Code」 の 0x10E を参照。


STOP: 0x0000010F (parameter1, parameter2, parameter3, parameter4)
RESOURCE_MANAGER_EXCEPTION_NOT_HANDLED (10F)

カーネルモード資源管理プログラムは ダイレクト コールバック に対して例外エラーを上げました。この例外エラーをカーネルトランザクション マネージャが検出したことを示しています。リソース マネージャが予期せぬ復旧不能な状態です。

This indicates that the kernel transaction manager detected that a kernel-mode resource manager has raised an exception in response to a direct call-back. The resource manager is in an unexpected and unrecoverable state.
  parameter1 = The address of the exception record
  parameter2 = The address of the context record
  parameter3 = The address of the exception code
  parameter4 = The address of the resource manager


STOP: 0x00000111 (parameter1, parameter2, parameter3, parameter4)
RECURSIVE_NMI (111)

前のNMI (マスク不可能割込み) 処理が進行していましたが、新なNMI が発生したことを示しています。

This bug check indicates that a non-maskable-interrupt (NMI) occurred while a previous NMI was in progress.


STOP: 0x00000112 (parameter1, parameter2, parameter3, parameter4)
MSRPC_STATE_VIOLATION (112)

Msrpc.sys ドライバーがバグチェックを開始したことを示しています。

This indicates that the Msrpc.sys driver has initiated a bug check.
parameter と原因は「Bug Check Code」 の 0x112 を参照。


STOP: 0x00000113 (parameter1, parameter2, parameter3, parameter4)
VIDEO_DXGKRNL_FATAL_ERROR (113)

ウインドウズ グラフィック カーネル ドライバ (DXG カーネル) が違反を検出したことを示しています。

This indicates that the dxg kernel has detected a violation.


STOP: 0x00000114 (parameter1, parameter2, parameter3, parameter4)
VIDEO_SHADOW_DRIVER_FATAL_ERROR (114)

ビデオ シャドウ ドライバが違反を検出したことを示しています。

This indicates that the shadow driver has detected a violation.


STOP: 0x00000115 (parameter1, parameter2, parameter3, parameter4)
AGP_INTERNAL (115)

Accelerated Graphics Port (AGP) が違反を検出したことを示しています。

This indicates that the accelerated graphics port (AGP) driver has detected a violation.


STOP: 0x00000116 (parameter1, parameter2, parameter3, Reserved)
VIDEO_TDR_ ERROR (116)

ディスプレイ ドライバをリセットして、タイムアウトから回復する試みが失敗したことを示しています。

This indicates that an attempt to reset the display driver and recover from a timeout failed.
  parameter1 = The pointer to the internal TDR recovery context, if available.
  parameter2 = A pointer into the responsible device driver module (for example, the owner tag).
  parameter3 = The error code of the last failed operation, if available.
  parameter4 = Reserved.


STOP: 0x00000117 (parameter1, parameter2, parameter3, Reserved)
VIDEO_TDR_TIMEOUT_DETECTED (117)

ディスプレイド ライバが直ちに応答しなかったことを示しています。

This indicates that the display driver failed to respond in a timely fashion.
  parameter1 = The pointer to the internal TDR recovery context, if available.
  parameter2 = A pointer into the responsible device driver module (for example, the owner tag).
  parameter3 = The secondary driver-specific bucketing key.
  parameter4 = Reserved.


STOP: 0x00000119 (parameter1, Reserved, Reserved, Reserved)
VIDEO_SCHEDULER_INTERNAL_ERROR (119)

ビデオ スケジューラが致命的な違反を検出したことを示しています。

This indicates that the video scheduler has detected a fatal violation.
parameter は 「Bug Check Code」 の 0x119 を参照。


STOP: 0x0000011A (parameter1, parameter2, parameter3, parameter4)
EM_INITIALIZATION_FAILURE (11A)

ク ラスタリングは多数の低廉なコンピュータを、あたかも1つの大きなコンピュータとして利用できるようにする技術です。Expectation Maximization (EM) 手法は Microsoft クラスタリング アルゴリズムの一つです。このEMで初期化に失敗したことを示しています。


STOP: 0x0000011B (parameter1, parameter2, 0x00000000, 0x00000000)
DRIVER_RETURNED_HOLDING_CANCEL_LOCK (11B)

グローバル キャンセル ロック状態のキャンセル ルーチンからドライバが戻ったことを示しています。 このような状況では、キャンセル要求が失敗し、そして、デッドロックか他のSTOPエラーとなります。

This bug check indicates that a driver has returned from a cancel routine that holds the global cancel lock. This causes all later cancellation calls to fail, and results in either a deadlock or another bug check.
parameter と注 記は「Bug Check Code」 の 0x11B を参照。


STOP: 0x0000011C (parameter1, parameter2, Reserved, Reserved)
ATTEMPTED_WRITE_TO_CM_PROTECTED_STORAGE (11C)

コンフィグレーション マネージャの書き込み禁止保護ストレージに書き込みをしようとしたことを示しています。

This bug check indicates that an attempt was made to write to the read-only protected storage of the configuration manager.
  parameter1 = Virtual address for the attempted write
  parameter2 = PTE contents
Remarks
When it is possible, the name of the driver that is attempting the write operation is printed as a Unicode string on the bug check screen and then saved in KiBugCheckDriver.


STOP: 0x0000011D (parameter1, parameter2, parameter3, parameter4)
The EVENT_TRACING_FATAL_ERROR (11D)

イベント トレースは、チェック ビルドまたはデバッガの使用によるオーバーヘッドなしに、実行中のコードに関する診断情報を取得する技法です。このイベント トレース サブシステムが予期していなかった致命的なエラーになったことを示しています。

This bug check indicates that the Event Tracing subsystem has encountered an unexpected fatal error.


STOP: 0x00000121 (parameter1, Reserved, Reserved, Reserved)
DRIVER_VIOLATION (121)

ドライバーが違反を引き起こしたことを示しています。

This bug check indicates that a driver has caused a violation.
  parameter1 = Describes the type of violation
Remarks
Use a kernel debugger and view the call stack to determine the name of the driver that caused the violation.


STOP: 0x00000122 (parameter1, parameter2, parameter3, parameter4)
WHEA_INTERNAL_ERROR (122)

WHEA (Windows Hardware Error Architecture) において内部エラーが起きたことを示しています。

This bug check indicates that an internal error in the Windows Hardware Error Architecture (WHEA) has occurred.
parameter は 「Bug Check Code」 の 0x122 を参照。


STOP: 0x00000124 (parameter1, parameter2, parameter3, parameter4)
WHEA_UNCORRECTABLE_ERROR (124)

致命的なハードウェアのエラーが起きたことを示しています。 このSTOPエラーは WHEA (Windows Hardware Error Architecture) によって提供されるエラー・データを使用します。

This bug check indicates that a fatal hardware error has occurred. This bug check uses the error data that is provided by the Windows Hardware Error Architecture (WHEA).
parameter と注 記は「Bug Check Code」 の 0x124 を参照。


STOP: 0x00000127 (parameter1, parameter2, 0x00000000, 0x00000000)
PAGE_NOT_ZERO (127)

ゼロでいっぱいにされるべきであったページが、そうではなかったことを示しています。 ハードウェアのエラーのため、またはページを解放した後にオペレーティングシステム特権があるコンポーネントがページを変更したことで、このSTOPエ ラーが起きたかもしれません。

This bug check indicates that a page that should have been filled with zeros was not. This bug check might occur because of a hardware error or because a privileged component of the operating system modified a page after freeing it.
  parameter1 = Virtual address that maps the corrupted page
  parameter2 = Physical page number


STOP: 0x0000012B (parameter1, parameter2, 0x00000000, 0x00000000)
FAULTY_HARDWARE_CORRUPTED_PAGE (12B)

シングルビット エラーがこのメモリ ページに有ることを示しています。 これはハードウェア メモリ エラーです。

注 意:ハード的にメモリエラーを検出すれば NMI-2 が発生し「STOP 0x00000080」となります。この「STOP 0x0000012B」は「ソフト的な計算で検出可能な?」コラプションのあるRAMページが検出されたというのが適切と思われます。(未検証)

This bug check indicates that a single-bit error was found in this page. This is a hardware memory error.
  parameter1 = Virtual address maps to the corrupted page
  parameter2 = Physical page number



STOP: 0x0000012C (parameter1, parameter2, parameter3, 0x00000000)
EXFAT_FILE_SYSTEM (12C)

exFAT (Extended File Allocation Table) ファイル システムで問題が起きたことを示しています。

This bug check indicates that a problem occurred in the Extended File Allocation Table (exFAT) file system.
parameter と原因と対策は「Bug Check Code」 の 0x12C を参照。


STOP: 0x1000007E (parameter1, parameter2, parameter3, parameter4)
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007E)

システム スレッドは、エラー ハンドラーが捕らえなかった例外を、生成したことを示しています。
「STOP 0x1000007E」と「STOP 0x0000007E」は同じ意味で、 parameter も同じです。

This indicates that a system thread generated an exception which the error handler did not catch.
Bug check 0x1000007E has the same meaning and parameters as bug check 0x7E (SYSTEM_THREAD_EXCEPTION_NOT_HANDLED).


STOP: 0x1000007F (parameter1, parameter2, parameter3, parameter4)
UNEXPECTED_KERNEL_MODE_TRAP_M (1000007F)

インテルCPUによってトラップが生成されました。しかし、カーネルはこのトラップを捕らえることが出来なかったことを示しています。
トラップとはNMIレベルの割込み処理です。
「STOP 0x1000007F」と「STOP 0x0000007F」は同じ意味で、 parameter も同じです。

This indicates that a trap was generated by the Intel CPU and the kernel failed to catch this trap.
Bug check 0x1000007F has the same meaning and parameters as bug check 0x7F(UNEXPECTED_KERNEL_MODE_TRAP).


STOP: 0x1000008E (parameter1, parameter2, parameter3, parameter4)
KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008E)

カーネルモード プログラムは、エラー ハンドラが捕らえなかった例外を生成したことを示しています。
「STOP 0x1000008E」と「STOP 0x0000008E」は同じ意味で、 parameter も同じです。

This indicates that a kernel-mode program generated an exception which the error handler did not catch.
Bug check 0x1000008E has the same meaning and parameters as bug check 0x8E(KERNEL_MODE_EXCEPTION_NOT_HANDLED).


STOP: 0x100000EA (parameter1, parameter2, parameter3, parameter4)
THREAD_STUCK_IN_DEVICE_DRIVER_M (100000EA)

デバイス ドライバのスレッドが際限なく回っていることを示しています。
「STOP 0x100000EA」と「STOP 0x000000EA」は同じ意味で、 parameter も同じです。

This indicates that a thread in a device driver is endlessly spinning.
Bug check 0x100000EA has the same meaning and parameters as bug check 0xEA(THREAD_STUCK_IN_DEVICE_DRIVER).


STOP: 0xC0000218 (parameter1, parameter2, parameter3, parameter4)
STATUS_CANNOT_LOAD_REGISTRY_FILE (C0000218)

必要なレジストリ Hive ファイルがロードできなかったことを示しています。
このエラーの原因として明らかになっているのは、そのファイルが壊れていたり損失している場合です。

This indicates that a registry file could not be loaded.
parameter と原 因と対策は「Bug Check Code」の 0xC0000218 を参照。


STOP: 0xC000021A (parameter1, parameter2, Reserved, Reserved)
STATUS_SYSTEM_PROCESS_TERMINATED (C000021A)

ユーザー モードのプロセスにおいて、致命的なエラーが起きたために、Windows NT が処理を継続できなくなったことを示しています。

This means that an error has occurred in a crucial user-mode subsystem.
parameter と原 因と対策は「Bug Check Code」の 0xC000021A を参照。


STOP: 0xC0000221 (parameter1, parameter2, parameter3, parameter4)
STATUS_IMAGE_CHECKSUM_MISMATCH (C0000221)

ドライバ又はシステムDLLが破壊していることを示しています。
ドライバ又はシステムDLLにはファイルの中にチェックサムがあり、不正が検出できます。メモリ上で計算したチェックサムと一致しなかったことを示してい ます。

This indicates that a driver or a system DLL has been corrupted.
parameter と原 因と対策は「Bug Check Code」の 0xC0000221 を参照。


STOP: 0xDEADDEAD ( 0x00000000, 0x00000000, 0x00000000, 0x00000000)
MANUALLY_INITIATED_CRASH1 (DEADDEAD)

カーネル デバッガとか専用の打鍵組み合わせなどで、強制的にブルースクリーンを発生させた際のSTOPコードとして使用されています。

This indicates that the user deliberately initiated a crash dump from either the kernel debugger or the keyboard.

  - 以上 -



-------------------------------------------------------------------------
        本資料について
--------------------------------------------------------------------------
・下記「資料1」の原本に合わせて、全文を見直し修正をかけてい ま す。
 修正の必要が無いと判断した場合は「資 料2」を転載させ ていただい ております。
・「資料1」:「マイクロソフト」無償提供の 「WinDbg」ソフトの 「Help」に
        Bug Check Codes があります。ここが「資料1」の原本です。
        マイクロソフトのWeb上の英文原本は 2011年に削除された。
        http://msdn.microsoft.com/en-us/library/ff542347(v=VS.85).aspx
・「資料2」:「http: //park12.wakwak.com/~iktryc/diary/2005/stoperror.html」
 
・対応OS
 Windows 2000 , Windows XP , Windows Server 2003 , Windows Vista , Windows Server 2008 , Windows 7
 
= ===================================
更 新履歴
 2005 年04月20日  Buh Check Codes が公開。
 2011 年02月17日  STOPエラー 131項目を英文で新規に追加し転載する。
 2011 年03月03日  131項目全てで英文を日本文に翻訳 [05版]。
 2011 年03月06日  原本と比較し全てのエラーコードを再確認 [06版]。
 2011 年03月23日  部分的な見直し [07版]。
 2011 年09月03日  STOP 6D の誤記修正 [08版]。
 2012 年01月01日  英語原本追 加と、そのリンクを追加 [09版]。
 2012 年01月07日  STOP 10D の誤記修正 [10版]。
==== ================================

--------------------------------------------------------
        重要な言葉の意味
--------------------------------------------------------

・ IRQL (割り込み要求レベル): ソフトウェアの割り込み要求レベルです。IRQL の詳細説明。

  リザーブ

--------------------------------------------------------
 名   前 : 佐藤 修二
 連 絡 先 : t i m s t j p @ y a h o o . c o . j p
--------------------------------------------------------
   本 編に戻る