Debugging Tools for Windows |
The DIRTY_MAPPED_PAGES_CONGESTION bug check has a value of 0x000000EB. This indicates that no free pages are available to continue operations.
The following parameters are displayed on the blue screen.
Parameter | Description |
---|---|
1 | The total number of dirty pages |
2 | The number of dirty pages destined for the page file |
3 | Windows Server 2003 only: The size of the nonpaged pool available at the time of the bug check (in pages) Windows Vista and later versions: Reserved |
4 | Windows Server 2003 only: The number of transition pages that are currently stranded Windows Vista and later versions: The most recent modified write error status |
The file system driver stack has deadlocked and most of the modified pages are destined for the file system. Because the file system is non-operational, the system has crashed because none of the modified pages can be reused without losing data. Any file system or filter driver in the stack may be at fault.
To see general memory statistics, use the !vm 3 extension.
This bug check can occur for any of the following reasons:
If Parameter 1 or Parameter 2 is large, this is a possibility. Use !vm 3.
If Parameter 1 or Parameter 2 is large, this is a possibility. Use !process 0 7.
If Parameter 3 is small, this is a possibility. Use !vm and !poolused 2.