EXCEPTION_ACCESS_VIOLATION导致JVM崩溃

时间:2020-06-03 16:18:34

标签: java jvm

我目前正在研究Java项目(设计纸牌游戏),并且有一种方法可以在玩家的手中选择合适的纸牌。但是致命错误是不定期发生的(不是固定时间)。这是日志的标题 *

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fffd58ba714, pid=5604, tid=0x0000000000004314
#
# JRE version: Java(TM) SE Runtime Environment (8.0_212-b10) (build 1.8.0_212-b10)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.212-b10 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [zip.dll+0xa714]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# 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.
#

* 看来问题发生在本机C(#C [zip.dll + 0xa714])中。我该如何解决?顺便说一句,我尝试将更大的内存部署到JVM。它仍然会在某个时候发生。

0 个答案:

没有答案
相关问题