Failed to write core dump. Minidumps is not enabled by default on client versions of Windows

Source: Internet
Author: User

Using Jprofiler to monitor Java program memory, JVM error:

A fatal error have been detected by the Java Runtime environment:exception_access_violation (0xc0000005) at pc=0x0000000077 18B81A, pid=8540, Tid=0x0000000000000fa4jre Version:java (TM) SE Runtime Environment (8.0_162-B12) (build 1.8.0_162-b12) Java Vm:java HotSpot (TM) 64-bit Server VM (25.162-b12 mixed mode windows-amd64 compressed oops) problematic frame:v [JVM.D ll+0x13b81a]failed to write core dump. Minidumps is not enabled by default on client versions of WindowsIf you would like to submit a bug report, please visit:h ttp://bugreport.java.com/bugreport/crash.jsp

---------------T H R E A D---------------

Reason:
MiniDump is a small crash dump that can be written when a program is crash on Windows, which records summary information that causes crash errors so that developers can investigate crash for later reasons. The HotSpot VM chooses not to write minidump on Windows on a non-server version (that is, the client version).

Solve:
To have the hotspot VM write minidump on the client version of Windows, specify-xx:+createminidumponcrash so that the hotspot The VM calls the Windows MiniDumpWriteDump () function to write the minidump when crash.

Failed to write core dump. Minidumps is not enabled by default on client versions of Windows

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.