Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Memory dump file truncation occurs in systems where Windows physical memory address range limits have been exceeded


View products that this article applies to.

Summary

When opening a memory dump file generated on certain systems using the Debugging Tools for Windows (windbg.exe), the following message may appear:

************************************************************************
WARNING: Dump header physical memory block has been truncated.
Some valid physical pages may be inaccessible.
************************************************************************

While this warning has multiple possible causes, one reason this may occur is due to the physical memory layout of the system which generated the dump file.

The crash dump format has a limit of 42 (64-bit) and 86 (32-bit) physical address ranges. On certain systems, the BIOS firmware memory map may contain more than this number of non-contiguous regions. When a dump file is generated on this system, only the first 42 (64-bit) or 86 (32-bit) memory regions will be saved to the file.  Kernel and Complete memory dumps from a Windows system may not contain all the memory from the system.

To prevent the issue, the OEM of the affected system would need to modify the firmware memory map to ensure the number of physical contiguous physical memory regions exposed to the Operating System does not exceed the limits previously noted. 

↑ Back to the top


More Information

The Sysinternals tool RamMap can be used to determine the number of physical memory ranges on a system. After downloading and executing RamMap.exe, click the Physical Ranges tab. Counting the number of ranges listed will verify the number of physical ranges on a particular system.

See the following website for information on the RamMap tool: http://technet.microsoft.com/en-us/sysinternals/ff700229.aspx

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 2510168
Revision : 1
Created on : 1/7/2017
Published on : 3/8/2011
Exists online : False
Views : 323