Debugging Tools for Windows

dbgerr004: Page Not Present in Dump File

Debugger error dbgerr004 displays the message "Page number not present in dump file." This error indicates that the debugger needed a memory page that was not included in the dump file being debugged.

The specified number is the page frame number (PFN) corresponding to the location in the physical memory of the original page.

To suppress this error message, use the .ignore_missing_pages 1 command. This command allows debugging to proceed, but does not display this error message.

Kernel-mode memory dumps come in three sizes, and the smaller sizes do not include all the memory pages. For details, see Varieties of Kernel-Mode Dump Files.

User-mode memory dumps also come in various sizes. See User-Mode Dump Files for details.

Build machine: CAPEBUILD