当前位置: 代码迷 >> 综合 >> 项目启动时提示Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
  详细解决方案

项目启动时提示Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

热度:26   发布时间:2023-12-18 08:37:26.0

场景:Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

网上方法:有的说设置sts中.init内存大小,试了很多次没有成功。

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000010014ed4, pid=3848, tid=0x00000000000042a8
#
# JRE version: Java(TM) SE Runtime Environment (8.0_271-b09) (build 1.8.0_271-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.271-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [sigar-amd64-winnt.dll+0x14ed4]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# D:\sts-4.3.2.RELEASE\hs_err_pid3848.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.

解决方法:降低jdk版本我之前用的是jdk1.8.0_271改成了jdk1.8.0_151成功可以启动。

  相关解决方案