Debugging Tools for Windows |
The MEMORY_MANAGEMENT bug check has a value of 0x0000001A. This indicates that a severe memory management error occurred.
The following parameters are displayed on the blue screen. Parameter 1 is the only parameter of interest; this identifies the exact violation.
Parameter 1 | Cause of Error |
---|---|
0x1 | The fork clone block reference count is corrupt. (This only occurs on checked builds of Windows.) |
0x777 | The caller is unlocking a system cache address that is not currently locked. (This address was either never mapped or is being unlocked twice.) |
0x778 | The system is using the very last system cache view address, instead of preserving it. |
0x780 0x781 |
The PTEs mapping the argument system cache view have been corrupted. |
0x1000 | A caller of MmGetSystemAddressForMdl* tried to map a fully-cached physical page as non-cached. This action would cause a conflicting hardware translation buffer entry, and so it was refused by the operating system. Since the caller specified "bug check on failure" in the requesting MDL, the system had no choice but to issue a bug check in this instance. |
0x1010 | The caller is unlocking a pageable section that is not currently locked. (This section was either never locked or is being unlocked twice.) |
0x1234 | The caller is trying lock a nonexistent pageable section. |
0x1235 | The caller is trying to protect an MDL with an invalid mapping. |
0x3451 | The PTEs of a kernel thread stack that has been swapped out are corrupted. |
0x8888 0x8889 |
Internal memory management structures are corrupted. |
0x41283 | The working set index encoded in the PTE is corrupted. |
0x41284 | A PTE or the working set list is corrupted. |
0x41286 | The caller is trying to free an invalid pool address. |
0x41785 | The working set list is corrupted. |
0x41287 | Internal memory management structures are corrupted. To further investigate the cause, a kernel memory dump file is needed. |
0x61940 | A PDE has been unexpectedly invalidated. |
0x03030303 | The boot loader is broken. (This value applies only to Intel Itanium machines.) |
Other | An unknown memory management error occurred. |