-
Bug
-
Resolution: Incomplete
-
P4
-
None
-
8u131
-
generic
-
generic
ADDITIONAL SYSTEM INFORMATION :
window11、x64、jdk1.8.0_131
A DESCRIPTION OF THE PROBLEM :
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000061d1adce, pid=16044, tid=0x0000000000001f44
#
# JRE version: Java(TM) SE Runtime Environment (8.0_131-b11) (build 1.8.0_131-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.131-b11 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x5adce]
#
# 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:
# G:\HxProject_ParserFile\readFiledemo\hs_err_pid16044.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
---------- BEGIN SOURCE ----------
package com.hx;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ReadFiledemoApplication {
public static void main(String[] args) {
SpringApplication.run(ReadFiledemoApplication.class, args);
}
}
正常启动都会出现错误
---------- END SOURCE ----------
window11、x64、jdk1.8.0_131
A DESCRIPTION OF THE PROBLEM :
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000061d1adce, pid=16044, tid=0x0000000000001f44
#
# JRE version: Java(TM) SE Runtime Environment (8.0_131-b11) (build 1.8.0_131-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.131-b11 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x5adce]
#
# 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:
# G:\HxProject_ParserFile\readFiledemo\hs_err_pid16044.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
---------- BEGIN SOURCE ----------
package com.hx;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ReadFiledemoApplication {
public static void main(String[] args) {
SpringApplication.run(ReadFiledemoApplication.class, args);
}
}
正常启动都会出现错误
---------- END SOURCE ----------