请问一下大佬们
我想编译一下flink源码,把flink fork到了了自己仓库,然后 git clone 自己仓库。然后执行官网上得 mvn clean install -DskipTests命令(我用jdk8跟jdk11都试过了)。出现以下报错:
A fatal error has been detected by the Java Runtime Environment:
#
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff857278212, pid=39364, tid=59000
#
JRE version: Java(TM) SE Runtime Environment (11.0+28) (build 11+28)
Java VM: Java HotSpot(TM) 64-Bit Server VM (11+28, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
Problematic frame:
V [jvm.dll+0x88212]
#
No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
An error report file with more information is saved as:
E:\idea\workspace\flink-master\flink\hs_err_pid39364.log
#
Compiler replay data is saved as:
E:\idea\workspace\flink-master\flink\replay_pid39364.log
#
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp
请问一下,这个要怎么解决。我有点看不出来。