首页 > 解决方案 > EXCEPTION_ILLEGAL_INSTRUCTION

问题描述

我想测试我的 Javafx 应用程序,但我遇到了一个我以前从未见过的错误,并且在互联网上找不到任何解决方案,它告诉我一些关于我的 Java 运行时环境的信息,但我无法真正使用我得到的信息,也许有人这里可以帮助我:

     A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x00000000645ec059, pid=8032, tid=0x0000000000001d60
#
# JRE version: Java(TM) SE Runtime Environment (8.0_231-b11) (build 1.8.0_231-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.231-b11 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V  [jvm.dll+0x23c059]
#
# 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\Hasan\git\gruppe-a\hs_err_pid8032.log
Compiled method (c1)   24133    1       3      (method)
 total in heap  [0x00000000023cf650,0x00000000023cf958] = 776
 relocation     [0x00000000023cf770,0x00000000023cf7a0] = 48
 main code      [0x00000000023cf7a0,0x00000000023cf860] = 192
 stub code      [0x00000000023cf860,0x00000000023cf8f0] = 144
 metadata       [0x00000000023cf8f0,0x00000000023cf8f8] = 8
 scopes data    [0x00000000023cf8f8,0x00000000023cf910] = 24
 scopes pcs     [0x00000000023cf910,0x00000000023cf950] = 64
 dependencies   [0x00000000023cf950,0x00000000023cf958] = 8
Compiled method (c1)   24133    1       3      (method)
 total in heap  [0x00000000023cf650,0x00000000023cf958] = 776
 relocation     [0x00000000023cf770,0x00000000023cf7a0] = 48
 main code      [0x00000000023cf7a0,0x00000000023cf860] = 192
 stub code      [0x00000000023cf860,0x00000000023cf8f0] = 144
 metadata       [0x00000000023cf8f0,0x00000000023cf8f8] = 8
 scopes data    [0x00000000023cf8f8,0x00000000023cf910] = 24
 scopes pcs     [0x00000000023cf910,0x00000000023cf950] = 64
 dependencies   [0x00000000023cf950,0x00000000023cf958] = 8
Compiled method (c1)   24133    1       3      (method)
 total in heap  [0x00000000023cf650,0x00000000023cf958] = 776
 relocation     [0x00000000023cf770,0x00000000023cf7a0] = 48
 main code      [0x00000000023cf7a0,0x00000000023cf860] = 192
 stub code      [0x00000000023cf860,0x00000000023cf8f0] = 144
 metadata       [0x00000000023cf8f0,0x00000000023cf8f8] = 8
 scopes data    [0x00000000023cf8f8,0x00000000023cf910] = 24
 scopes pcs     [0x00000000023cf910,0x00000000023cf950] = 64
 dependencies   [0x00000000023cf950,0x00000000023cf958] = 8
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

标签: javajavafx

解决方案


推荐阅读