Small memory dump

Source: Internet
Author: User
Tags microsoft website
Small memory dump

Directory

What is a small memory dump?
How to Set
Resolve blue screen faults
What is a small memory dump?

The memory dump is used to store the data in the memory in the dump file when the system crashes and provide it to relevant personnel for troubleshooting. (if it is a personal user, selecting "NONE" is useless to common users and may even cause leaks ). A small memory dump is a memory dump file that only saves the first 64 KB of basic space data in the memory. This saves disk space and facilitates File Viewing.

How to Set

Right-click "my computer" and choose "Properties> advanced> Start and fault recovery> Settings". The "Start and fault recovery" tab is displayed, select the "64 kB memory dump (64 KB)" option in the "Write debugging information" drop-down list.

This option requires a paging file of at least 2 Mb on the boot volume of the computer and specifies that a new file is created for windows every time the system stops unexpectedly. The history of these files is stored in the folder listed in the small dump directory (% SystemRoot % \ minidump. In Windows XP and Windows Server 2003, small memory dump files are used for Windows Error Reporting. To modify the Registry to specify a small memory dump file, set the crashdumpenabled DWORD Value to 3. For example, type the following information at the command prompt, and then press ENTER
Key:

WMIC recoveros set debuginfotype = 3

To modify the Registry to specify that you want to use the D: \ minidump folder as the small dump directory, set the minidumpdir extensible string value to D: \ minidump. For example, enter the following information at the command prompt and press Enter:

WMIC recoveros set minidumpdirectory = 3

Resolve blue screen faults

Select a small memory dump and click "OK" after the selection. In this way, the operating system records the data in the memory and stores it as a dump file when the blue screen appears next time, the file is stored in the minidump folder of the system disk.

TIPS: dump files

The dump file is used to debug the driver for drivers. This file must be opened using a dedicated tool software, such as windbg.

Step 2: download and install windbg from Microsoft website

Windbg is an excellent source code-level debugging tool released by Microsoft. It can debug dump files. Here we use it to find out the cause of blue screen failure.

Step 3: Use windbg to diagnose blue screen errors

The system restarts after the blue screen appears again. A. dmp file named by date will appear in the minidump folder, which is the file to be analyzed. Next, click "Start Menu → program → debugging tools for Windows (x86)-windbg", open the windbg program, and click "file → open crash dump" in the program window ", open the date file in the minidump folder of the system disk. DMP file.

After the program is opened, it starts to automatically analyze the file. After the analysis, you can find the "probably caused by" line at the bottom. The file after it is the culprit of the blue screen.

Step 4: Solve the blue screen fault

When we search for the file name that causes the blue screen, we will basically know what the file is. There are also related solutions on the Internet, see what plug-ins to delete, what patches to install, or how to reinstall the software. For example, the 360antiarp. SYS file analyzed in Chinese is found to be an ARP firewall driver of 360 security guard. This file conflicts with some drivers on the local machine, causing a blue screen on the computer. Unmount the ARP firewall of the 360 security guard, and the blue screen problem is solved.

Edited: This article can only help you find out the culprit that causes the blue screen fault. The specific solution must be searched online. The cause of the fault may be. the sys file may also be. DLL file. If the fault is not found. sys File or. be careful when DLL files are caused. These files may be virus files. It is best to try completely anti-virus in safe mode!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.