2012年8月4日土曜日

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

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

STOP: 0x00000080 (parameter1, parameter2, parameter3, parameter4)
NMI_HARDWARE_FAILURE (80)

ハードウェアの不良が起きたことを示しています。
ハードウェアの要因でNMI2割り込みが発生しています。

This bug check indicates that a hardware malfunction has occurred.
parameter と原 因と対応は「Bug Check Code」 の 0x80 を参照。


STOP: 0x00000081 (parameter1, parameter2, parameter3, parameter4)
SPIN_LOCK_INIT_FAILURE (81)

スピンロックの誤用。


STOP: 0x00000082 (parameter1, parameter2, parameter3, parameter4)
DFS_FILE_SYSTEM (82)

分散ファイル・システム(Distributed File System:DFS)エラー。


STOP: 0x00000085 (parameter1, parameter2, parameter3, parameter4)
SETUP_FAILURE (85)

セットアップの時に、致命的なエラーが発生したことを示しています。

This bug check indicates that a fatal error occurred during setup.
parameter は 「Bug Check Code」 の 0x85 を参照。


STOP: 0x0000008B (parameter1, parameter2, parameter3, parameter4)
MBR_CHECKSUM_MISMATCH (8B)

起動処理中に、システムによって計算される MBR チェックサムがローダーから渡されるチェックサムと一致しないことを示しています。
このSTOPエラーはウイルスに感染している可能性があります。

This bug check indicates that a mismatch has occurred in the MBR checksum.
parameter と原 因と対応は「Bug Check Code」 の 0x8B を参照。


STOP: 0x0000008E (parameter1, parameter2, parameter3, parameter4)
KERNEL_MODE_EXCEPTION_NOT_HANDLED (8E)

カーネル モード プログラム にハンドラでキャッチできない例外が発生したことを示しています。

This bug check indicates that a kernel-mode application generated an exception that the error handler did not catch.
parameter と原 因と対応は「Bug Check Code」 の 0x8E を参照。


STOP: 0x0000008F (0x00000000, 0x00000000, 0x00000000, 0x000000000)
PP0_INITIALIZATION_FAILED (8F)

プラグ アンド プレー (PnP) マネージャが初期化できなかったことを示しています。

This bug check indicates that the Plug and Play (PnP) manager could not be initialized.
原因は「Bug Check Code」の 0x8F を参照。


STOP: 0x00000090 (0x00000000, 0x00000000, 0x00000000, 0x000000000)
PP1_INITIALIZATION_FAILED (90)

プラグ アンド プレー (PnP) マネージャが初期化できなかったことを示しています。

This bug check indicates that the Plug and Play (PnP) manager could not be initialized.
原因は「Bug Check Code」の 0x90 を参照。


STOP: 0x00000092 (parameter1, Reserved, Reserved, Reserved)
UP_DRIVER_ON_MP_SYSTEM (92)

複数のプロセッサがアクティブなマルチプロセッサ システムにユニプロセッサ専用のドライバが読み込まれたことを示しています。 エラーが発生したドライバを確認し、この問題のトラブルシューティングを行う。

This bug check indicates that a uniprocessor-only driver has been loaded on a multiprocessor system.
  parameter1 = The base address of the driver
原因は「Bug Check Code」 の 0x92 を参照。


STOP: 0x00000093 (parameter1, parameter2, Reserved, Reserved)
INVALID_KERNEL_HANDLE (93)

ドライバは不要なハンドルを終了させる時に NtClose() 関数をコールする。このとき、無効、または、プロテキト エラーが発生したことを示しています。このエラー メッセージは、ドングル (不正コピーガード装置) セキュリティ デバイス用のドライバが原因で発生することがあります。

This bug check indicates that an invalid or protected handle was passed to NtClose.
  parameter1 = The handle that is passed to NtClose
  parameter2 = 0: The caller tried to close a protected handle
          1: The caller tried to close an invalid handle
原因は「Bug Check Code」 の 0x93 を参照。


STOP: 0x00000094 (0x00000000, 0x00000000, 0x00000000, 0x000000000)
KERNEL_STACK_LOCKED_AT_EXIT (94)

カーネル スタックがスワップ可能の状態にならずにスレッドが終了したことを示します。
このためスタックがロック状態となった。通常、ドライバ問題です。

This bug check indicates that a thread exited while its kernel stack was marked as not swappable.


STOP: 0x00000096 (parameter1, parameter2, parameter3, parameter4)
INVALID_WORK_QUEUE_ITEM (96)

ヌルポインタを含んだ待ち行列項目が取り除かれたことを示しています。
通常、ドライバ問題です。

This bug check indicates that a queue entry was removed that contained a null pointer.
parameter と原 因は「Bug Check Code」 の 0x96 を参照。


STOP: 0x00000097 (parameter1, parameter2, parameter3, parameter4)
BOUND_IMAGE_UNSUPPORTED (97)

バインドされたイメージを読み込むために MmLoadSystemImage() が呼び出されたことを示しています。 この操作はカーネルではサポートされません。 この問題のトラブルシューティングを行うには、イメージで Bind.exe が実行されなかったことを確認してください。


STOP: 0x00000098 (parameter1, parameter2, Reserved, Reserved)
END_OF_NT_EVALUATION_PERIOD (98)

マイクロソフトウインドウズ・オペレーティングシステムのためのトライアルの期間が終了したことを示しています。

This bug check indicates that the trial period for the Microsoft Windows operating system has ended.
  parameter1 = The low-order 32 bits of the product expiration date
  parameter2 = The high-order 32 bits of the product expiration date
原因は「Bug Check Code」 の 0x98 を参照。


STOP: 0x00000099 (0x00000000, 0x00000000, 0x00000000, 0x000000000)
INVALID_REGION_OR_SEGMENT (99)

ExInitializeRegion() か ExInterlockedExtendRegion() 関数が無効なセットのパラメタで呼ばれたことを示しています。

This bug check indicates that ExInitializeRegion or ExInterlockedExtendRegion was called with an invalid set of parameters.

STOP: 0x0000009A (parameter1, parameter2, parameter3, parameter4)
SYSTEM_LICENSE_VIOLATION (9A)

ソフトウェア許諾契約に違反していることを示しています。

This bug check indicates that the software license agreement has been violated.
parameter と原 因は「Bug Check Code」 の 0x9A を参照。


STOP: 0x0000009B (parameter1, parameter2, parameter3, Reserved)
UDFS_FILE_SYSTEM (9B)

UDFファイルシステムで問題が起きたことを示しています。
(UDFファイルシステムで業界標準の CD-ROM や DVD-ROM の媒体にアクセスできます。)

This bug check indicates that a problem occurred in the UDF file system.
parameter と原 因と対応は「Bug Check Code」 の 0x9B を参照。


STOP: 0x0000009C (parameter1, parameter2, parameter3, parameter4)
MACHINE_CHECK_EXCEPTION (9C)

致命的なハードウェアのエラーが発生したことを示しています。

This bug check indicates that a fatal machine check exception has occurred.
parameter は 「Bug Check Code」 の 0x9C を参照。


STOP: 0x0000009E (parameter1, parameter2, Reserved, Reserved)
USER_MODE_HEALTH_MONITOR (9E)

ユーザ・モードコンポーネントがヘルス チェックを満たしていません。

This bug check indicates that one or more critical user-mode components failed to satisfy a health check.
  parameter1 = The process that failed to satisfy a health check in the configured time-out
  parameter2 = The health monitoring time-out, in seconds
原因は「Bug Check Code」の 0x9E を参照。


STOP: 0x0000009F (parameter1, parameter2, parameter3, parameter4)
DRIVER_POWER_STATE_FAILURE (9F)

ドライバーが 矛盾 又は 無効 のパワー状態にあることを示しています。
特に parameter1 のステータスを確認し問題状況を判断します。

This bug check indicates that the driver is in an inconsistent or invalid power state.
parameter と原 因と対応は「Bug Check Code」 の 0x9F を参照。


STOP: 0x000000A0 (parameter1, parameter2, parameter3, 0x000000000)
INTERNAL_POWER_ERROR (A0)

パワー ポリシー マネージャが致命的なエラーを検出したことを示しています。
Windows Vista ベースのコンピューターを休止状態にした時に、Atapi.sys ドライバ問題でエラーが発生することがありました。(文書番号: 942524)

This bug check indicates that the power policy manager experienced a fatal error.
parameter と原 因と対応は「Bug Check Code」 の 0xA0 を参照。


STOP: 0x000000A1 (0x00000000, 0x00000000, 0x00000000, 0x000000000)
PCI_BUS_DRIVER_INTERNAL (A1)

PCI Busドライバーは、その内部構造に矛盾を検出したため、続行ができないことを示しています。

This bug check indicates that the PCI Bus driver detected inconsistency problems in its internal structures and could not continue.


STOP: 0x000000A2 (parameter1, parameter2, parameter3, parameter4)
MEMORY_IMAGE_CORRUPT (A2)

メモリの実行可能なファイルのイメージでコラプションが検出されたことを示しています。
システム起動操作では、メモリ障害を防止するため、さまざまな領域のメモリの CRC チェックが実行されます。このエラーは、メモリ破壊やウイルスが原因で発生します。なんらかの理由でDiskからファイル イメージをメモリ空間に移動できない時にも発生します。

This bug check indicates that corruption has been detected in the image of an executable file in memory.
parameter と原 因は「Bug Check Code」 の 0xA2 を参照。


STOP: 0x000000A3 (Reserved, Reserved, Reserved, Reserved)
ACPI_DRIVER_INTERNAL (A3)

ACPIドライバーは内部の矛盾を検出したことを示しています。

This bug check indicates that the ACPI driver detected an internal inconsistency.
原因は「Bug Check Code」 の 0xA3 を参照。


STOP: 0x000000A4 (parameter1, Reserved, Reserved, Reserved)
CNSS_FILE_SYSTEM_FILTER (A4)

CNSSファイル システム フィルタに問題が発生したことを示しています。
国家安全システム委員会( Committee on National Security Systems: CNSS)

This bug check indicates that a problem occurred in the CNSS file system filter.
  parameter1 = Specifies source file and line number information.
原因と対策は「Bug Check Code」 の 0xA4 を参照。


STOP: 0x000000A5 (parameter1, parameter2, parameter3, parameter4)
ACPI_BIOS_ERROR (A5)

コンピュータのACPI (Advanced ConfigurationとPower Interface) BIOSが完全にACPI仕様を満足していないことを示しています。

This bug check indicates that the Advanced Configuration and Power Interface (ACPI) BIOS of the computer is not fully compliant with the ACPI specification.
parameter と原 因と対策は「Bug Check Code」 の 0xA5 を参照。


STOP: 0x000000A7 (0x00000000, 0x00000000, 0x00000000, 0x000000000)
BAD_EXHANDLE (A7)

カーネル モード ハンドル テーブルは矛盾したハンドル テーブルのエントリー状態を検出したことを示しています。

This bug check indicates that the kernel-mode handle table detected an inconsistent handle table entry state.


STOP: 0x000000AB (parameter1, parameter2, parameter3, parameter4)
SESSION_HAS_VALID_POOL_ON_EXIT (AB)

セッション ドライバーがまだメモリを確保しているが、セッション側のアンロードが発生したことを示しています。

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


STOP: 0x000000AC (parameter1, parameter2, parameter3, parameter4)
HAL_MEMORY_ALLOCATION (AC)

ハードウェア抽象化層(HAL)は十分なメモリ容量を確保できなかったことを示しています。

This bug check indicates that the hardware abstraction layer (HAL) could not obtain sufficient memory.
  parameter1 = The allocation size
  parameter2 = 0
  parameter3 = A pointer to a string that contains the file name
  parameter4 = Reserved
原因は「Bug Check Code」 の 0xAC を参照。


STOP: 0x000000AD (parameter1, parameter2, parameter3, parameter4)
VIDEO_DRIVER_DEBUG_REPORT_REQUEST (AD)

ランタイムの間のビデオドライバーを代表して、ビデオポートが非致命的なミニダンプを作成したことを示しています。

This bug check indicates that the video port created a non-fatal minidump on behalf of the video driver during run time.
  parameter1 = Driver-specific
  parameter2 = Driver-specific
  parameter3 = Driver-specific
  parameter4 = The number of all reports that have been requested since boot time
参考は「Bug Check Code」 の 0xAD を参照。


STOP: 0x000000B4 (parameter1, parameter2, parameter3, parameter4)
VIDEO_DRIVER_INIT_FAILURE (B4)

Windowsはグラフィックスモードを使用することができないことを示しています。

ディスプレイ ドライバをスタートできないため、システムはグラフィックス モードにすることが出来ませんでした。
ビデオ ミニポート ドライバをロードできないとき、通常、起こります。

This indicates that Windows was unable to enter graphics mode.

Cause
The system was not able to go into graphics mode because no display drivers were able to start.
This usually occurs when no video miniport drivers are able to load successfully.


STOP: 0x000000B8 (parameter1, parameter2, parameter3, Reserved)
ATTEMPTED_SWITCH_FROM_DPC (B8)

イレギュラーな手順が遅延プロシジャー コール(DPC)ルーチンで実行されたことを示しています。

This indicates that an illegal operation was attempted by a delayed procedure call (DPC) routine.
parameter と原 因と対策は「Bug Check Code」 の 0xB8 を参照。


STOP: 0x000000B9 (parameter1, parameter2, parameter3, parameter4)
CHIPSET_DETECTED_ERROR (B9)

チップセットに誤りが検出されたことを示しています。
ハードウェアのオーバーヒートや、オーバークロックなどで発生することがあります。


STOP: 0x000000BA (parameter1, parameter2, parameter3, parameter4)
SESSION_HAS_VALID_VIEWS_ON_EXIT (BA)

セッションがアンロードされたとき、セッション ドライバーが、まだマッピングされていることを示しています。
(LAN経由でリモート デスク トップ接続されていたのを、ログオフすると発生するケースがある)

This indicates that a session driver still had mapped views when the session unloaded.
parameter と原 因は「Bug Check Code」 の 0xBA を参照。


STOP: 0x000000BB (parameter1, parameter2, Reserved, Reserved)
NETWORK_BOOT_INITIALIZATION_FAILED (BB)

Windowsがネットワークを正しくブート オフできなかったことを示しています。なお「parameter1」の状態を参照。

This indicates that Windows failed to successfully boot off a network.
parameter と原 因は「Bug Check Code」 の 0xBB を参照。


STOP: 0x000000BC (parameter1, parameter2, parameter3, parameter4)
NETWORK_BOOT_DUPLICATE_ADDRESS (BC)

ネットワークをブート オフしている間に、2番目のIPアドレスがこのマシンに割り当てられたことを示しています。

This indicates that a duplicate IP address was assigned to this machine while booting off a network.
parameter と原 因は「Bug Check Code」 の 0xBC を参照。


STOP: 0x000000BE (parameter1, parameter2, Reserved, Reserved)
ATTEMPTED_WRITE_TO_READONLY_MEMORY (BE)

ドライバーが、リードオンリー メモリ セグメントに、書き込をトライしたことを示しています。

This is issued if a driver attempts to write to a read-only memory segment.
  parameter1 = Virtual address of attempted write
  parameter2 = PTE contents
注記は「Bug Check Code」の 0xBE を参照。


STOP: 0x000000BF (parameter1, parameter2, 0x00000000, Reserved)
MUTEX_ALREADY_OWNED (BF)

スレッドが、既に所有していたミューテックスの所有権を、再取得しようとしたことを示しています。

This indicates that a thread attempted to acquire ownership of a mutex it already owned.
  parameter1 = The address of the mutex
  parameter2 = The thread that caused the error


STOP: 0x000000C1 (parameter1, parameter2, parameter3, parameter4)
SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION (C1)

特別なプールの無効なセクションに、ドライバが書き込みしたことを示しています。

This indicates that the driver wrote to an invalid section of the special pool.
parameter と原 因と対策は「Bug Check Code」 の 0xC1 を参照。


STOP: 0x000000C2 (parameter1, parameter2, parameter3, parameter4)
BAD_POOL_CALLER (C2)

現在のスレッドで無効なプール要求が発生したことを示しています。
システムのプロセスやドライバソフトが0サイズのメモリプールを割り当てようとした場合や、すでに解放されているメモリ領域を解放しようとした際に発生し ます。

This indicates that the current thread is making a bad pool request.
parameter と原 因と対策は「Bug Check Code」 の 0xC2 を参照。


STOP: 0x000000C4 (parameter1, parameter2, parameter3, parameter4)
DRIVER_VERIFIER_DETECTED_VIOLATION (C4)

これはDriver Verifierによって見つけられた、致命的なエラーのため発生する、一般的なSTOPエラーです。
(システムのシャットダウン時に、rdbss.sys が持つリソースが開放されない状態でアンロードされた場合、Driver Verifier によりこのエラー が発生します。 文書番号: 831385 )

This is the general bug check code for fatal errors found by Driver Verifier.
parameter と原 因と対策は「Bug Check Code」 の 0xC4 を参照。


STOP: 0x000000C5 (parameter1, parameter2, parameter3, parameter4)  
DRIVER_CORRUPTED_EXPOOL (C5)

プロセスのIRQL (割り込み要求レベル)  が高すぎる状態で無効なメモリにアクセスしようとしたことを示しています。
このエラーは通常、システム プールを破壊したドライバにより引き起こされます。

This indicates that the system attempted to access invalid memory at a process IRQL that was too high.
parameter と原 因と対策は「Bug Check Code」 の 0xC5 を参照。


STOP: 0x000000C6 (parameter1, parameter2, parameter3, parameter4)
DRIVER_CAUGHT_MODIFYING_FREED_POOL (C6)

ドライバーは、既に解放されたメモリプールに、アクセスするのを試みたことを示しています。

This indicates that the driver attempted to access a freed memory pool.
  parameter1 = Memory referenced
  parameter2 = 0: Read      1: Write
  parameter3 = 0: Kernel mode  1: User mode
  parameter4 = Reserved
注記は「Bug Check Code」 の 0xC6 を参照。


STOP: 0x000000C7 (parameter1, parameter2, parameter3, parameter4)
TIMER_OR_DPC_INVALID (C7)

カーネル タイマ 又は 遅延プロシジャー コール(DPC)が、許されないメモリ空間にあった場合に、このSTOPエラーが発生します。

This is issued if a kernel timer or delayed procedure call (DPC) is found somewhere in memory where it is not permitted.
parameter と原 因と対策は「Bug Check Code」 の 0xC7 を参照。


STOP: 0x000000C8 (parameter1, parameter2, parameter3, parameter4)
IRQL_UNEXPECTED_VALUE (C8)

プロセッサのIRQLのレベルが期待値と違うことを示しています。期待値の範囲は「parameter1」を参照。

This indicates that the processor's IRQL is not what it should be at this time.
  parameter1 = The value of the following bit computation:
             (Current IRQL << 16) | (Expected IRQL << 8) | UniqueValue
  parameter2 = Zero, or APC->KernelRoutine
  parameter3 = Zero, or APC
  parameter4 = Zero, or APC->NormalRoutine
原因は「Bug Check Code」の 0xC8 を参照。


STOP: 0x000000C9 (parameter1, parameter2, parameter3, parameter4)
DRIVER_VERIFIER_IOMANAGER_VIOLATION (C9)

これはDriver Verifier I/O Verification違反のためのSTOPエラーです。
(Drive Verifier ツールには、I/O の正当性を検証するための I/O Verification と呼ばれる機能があります。)

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


STOP: 0x000000CA (parameter1, parameter2, parameter3, parameter4)
PNP_DETECTED_FATAL_ERROR (CA)

プラグ アンド プレー (PnP)マネージャは、たぶん問題の多いPnPドライバーのため、シビリアル エラーとなっています。

This indicates that the Plug and Play Manager encountered a severe error, probably as a result of a problematic Plug and Play driver.
parameter は 「Bug Check Code」 の 0xCA を参照。


STOP: 0x000000CB (parameter1, parameter2, parameter3, parameter4)
DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS (CB)

プロセスの実行中に、ドライバー又はI/Oマネージャは、I/O操作の後に固定ページのメモリをリリースしませんでした。

This indicates that a driver or the I/O manager failed to release locked pages after an I/O operation.
parameter と注 記は「Bug Check Code」 の 0xCB を参照。


STOP: 0x000000CC (parameter1, parameter2, parameter3, parameter4)
PAGE_FAULT_IN_FREED_SPECIAL_POOL (CC)

システムは、既に解放し存在しないプールメモリを、参照しました。これによるページフォルトを示しています。

This indicates that the system has referenced memory which was earlier freed.
parameter と原 因と対策は「Bug Check Code」 の 0xCC を参照。


STOP: 0x000000CD (parameter1, parameter2, parameter3, parameter4)
PAGE_FAULT_BEYOND_END_OF_ALLOCATION (CD)

システムは、ドライバーが確保したプール領域を超えたメモリに、アクセスしました。これによるページフォルトを示しています。

This indicates that the system accessed memory beyond the end of some driver's pool allocation.
parameter と原 因と対策は「Bug Check Code」 の 0xCD を参照。


STOP: 0x000000CE (parameter1, parameter2, parameter3, parameter4)
DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS (CE)

このエラーはドライバソフトが終了する前に、保留されていた操作を取り消すことに失敗したことを示しています。

This indicates that a driver failed to cancel pending operations before unloading.
parameter と原 因は「Bug Check Code」 の 0xCE を参照。


STOP: 0x000000CF (parameter1, parameter2, parameter3, parameter4)
TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE (CF)

ドライバーがターミナルサーバに不当に遷移させられたことを示す。ドライバが不適切なメモリ参照をしているため強制終了させられた。
再起動で「F8」のセーフモードで立ち上げ、問題のドライバを削除・改版などで修復させる。

This indicates that a driver has been incorrectly ported to the terminal server.
parameter と原 因は「Bug Check Code」 の 0xCF を参照。


STOP: 0x000000D0 (parameter1, parameter2, parameter3, parameter4)
DRIVER_CORRUPTED_MMPOOL (D0)

ドライバのような高いIRQL(=2~31)のプロセスが、実在しないメモリにアクセスしたことを示しています。
(アプリケーションのような低いIRQL( = 0 or 1 )の場合は、退避された実在しないメモリにアクセスが可能です。自動的に退避されたDiskから実メモリに復旧されます。なお、メモリアクセスに時間がか かることがあります。)

This indicates that the system attempted to access invalid memory at a process IRQL that was too high.
parameter と原 因と対策は「Bug Check Code」 の 0xD0 を参照。


STOP: 0x000000D1 (parameter1, parameter2, parameter3, parameter4)
DRIVER_IRQL_NOT_LESS_OR_EQUAL (D1)

カーネル モード ドライバがIRQL=2~31の高い状態でページング可能なメモリに不正にアクセスしようとしていることを示しています。
IRQL=2~31のカーネル モード ドライバはメモリが存在する空間をアクセスしなければならない。

This indicates that a kernel-mode driver attempted to access pageable memory at a process IRQL that was too high.
parameter と原 因と対策は「Bug Check Code」 の 0xD1 を参照。


STOP: 0x000000D2 (parameter1, parameter2, parameter3, parameter4)
The BUGCODE_ID_DRIVER (D2)

問題はNDIS(Network Driver Interface Specification)ドライバーと共に起きたことを示しています。

This indicates that a problem occurred with an NDIS driver.
parameter と注 記は「Bug Check Code」 の 0xD2 を参照。


STOP: 0x000000D3 (parameter1, parameter2, parameter3, parameter4)
DRIVER_PORTION_MUST_BE_NONPAGED (D3)

高いIRQL( =2~31 )のプロセスがページ可能メモリにアクセスをしようとしたことを示しています。
(カーネル ドライバ レベルのプログラムはノンページメモリにアクセスしなければならない)

This indicates that the system attempted to access pageable memory at a process IRQL that was too high.
parameter と原 因と対策は「Bug Check Code」 の 0xD3 を参照。


STOP: 0x000000D4 (parameter1, parameter2, parameter3, parameter4)
SYSTEM_SCAN_AT_RAISED_IRQL_CAUGHT_IMPROPER_DRIVER_UNLOAD (D4)

ドライバーは、アンロードする前に、未完了の操作を中止しませんでした。
(高くされているIRQLでのシステム スキャンが、不適当なドライバー アンロードを捕らえました。)

This indicates that a driver did not cancel pending operations before unloading.
parameter と原 因と対策は「Bug Check Code」 の 0xD4 を参照。


STOP: 0x000000D5 (parameter1, parameter2, parameter3, Reserved)
DRIVER_PAGE_FAULT_IN_FREED_SPECIAL_POOL (D5)

ドライバーが、既に解放済みのメモリを参照したことを示しています。

This indicates that a driver has referenced memory which was earlier freed.
parameter と原 因と対策は「Bug Check Code」 の 0xD5 を参照。


STOP: 0x000000D6 (parameter1, parameter2, parameter3, Reserved)
DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION (D6)

ドライバーが確保したプール領域を超えたメモリに、アクセスしたことを示します。これによるページフォルトを示しています。

This indicates the driver accessed memory beyond the end of its pool allocation.
parameter と原 因と対策は「Bug Check Code」 の 0xD6 を参照。


STOP: 0x000000D7 (parameter1, parameter2, 0x00000000, 0x00000000)
DRIVER_UNMAPPING_INVALID_VIEW (D7)

ドライバーがマッピングしていないアドレスをマッピング解放しようとしたことを示しています。
(問題のドライバはダンプのスタックトレースから確認ができます。)

This indicates a driver is trying to unmap an address that was not mapped.
  parameter1 = Virtual address to unmap
  parameter2 = 1: The view is being unmapped
           2: The view is being committed


STOP: 0x000000D8 (parameter1, parameter2, parameter3, parameter4)
DRIVER_USED_EXCESSIVE_PTES (D8)

使用可能なページ テーブル エントリ (PTE) が不足している時に、デバイスドライバが大量のカーネルメモリを要求するときに発生します。

This indicates that there are no more system page table entries (PTE) remaining.
parameter と原 因と対策は「Bug Check Code」 の 0xD8 を参照。


STOP: 0x000000D9 (parameter1, parameter2, parameter3, parameter4)
LOCKED_PAGES_TRACKER_CORRUPTION (D9)

内部のロックページ追跡構造がコラプション状態であることを示しています。
コラプションとは、期待するメモリ空間が実在しなくなった状態。

This indicates that the internal locked-page tracking structures have been corrupted.
parameter と原 因は「Bug Check Code」 の 0xD9 を参照。


STOP: 0x000000DA (parameter1, parameter2, parameter3, parameter4)
SYSTEM_PTE_MISUSE (DA)

ページ テーブル エントリ(PTE)ルーチンが不適当な方法で使用されていることを示しています。

This indicates that a page table entry (PTE) routine has been used in an improper way.
parameter と原 因は「Bug Check Code」 の 0xDA を参照。


STOP: 0x000000DB (parameter1, parameter2, parameter3, parameter4)
DRIVER_CORRUPTED_SYSPTES (DB)

たぶんシステムPTEのコラプションのために、高い IRQL( =2~31 ) レベルでメモリにアクセスしようとしたことを示しています。

This indicates that an attempt was made to touch memory at an invalid IRQL, probably due to corruption of system PTEs.
parameter と原 因と対策は「Bug Check Code」 の 0xDBを参照。


STOP: 0x000000DC (0x00000000, 0x00000000, 0x00000000, 0x00000000)
DRIVER_INVALID_STACK_ACCESS (DC)

ドライバーが許されたスタックポインタの領域を超えてアクセルしたことを示しています。
(CPUのスタックがスタック オーバーとなっています)

This indicates that a driver accessed a stack address that lies below the stack pointer of the stack's thread.