EXCEPTION_ILLEGAL_INSTRUCTION - PullRequest
       1

EXCEPTION_ILLEGAL_INSTRUCTION

0 голосов
/ 18 января 2020

Я хотел протестировать свое приложение Javafx, но я получаю сообщение об ошибке, которого я никогда раньше не видел, и не могу найти что-либо в inte rnet. В качестве решения оно говорит мне что-то в моей среде выполнения 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
#
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...