从今天开始,我正在处理的Java应用程序开始崩溃。我尝试重新启动计算机,安装新的JVM,重新下载所有依赖项,但崩溃仍在继续。
当我加载新网站或JavaFX WebView
时,它们似乎发生了,但它不具有确定性。它有时会发生。我没有注意到我的电脑出现任何其他不稳定问题。
stdout
上的错误消息如下所示:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7845b950, pid=1112, tid=0x00001cd8
#
# JRE version: Java(TM) SE Runtime Environment (8.0_172-b11) (build 1.8.0_172-b11)
# Java VM: Java HotSpot(TM) Client VM (25.172-b11 mixed mode windows-x86 )
# Problematic frame:
# C 0x7845b950
#
# 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:
# C:\Users\pupeno\Documents\Dashman\code\dashman\hs_err_pid1112.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.
#
虽然它也打印到stderr
:
1 7845B950
2 7786E446
3 77735447
4 77735539
5 7775430F
6 7741BA8E
7 77D8AD47
8 77D8B6F3
9 77D8BAEC
10 77E616DC
11 77E61980
12 77F2CB92
13 77F2B7E3
并且Stack Overflow的完整日志太长了,所以,这里是:https://gist.github.com/pupeno/bc838d8af0ef32db3a3d8746bc81f6a8