idea报错,但有不像是错误,请看一下图片:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000002358c764465, pid=4260, tid=2492
#
# JRE version: OpenJDK Runtime Environment Corretto-16.0.2.7.1 (16.0.2+7) (build 16.0.2+7)
# Java VM: OpenJDK 64-Bit Server VM Corretto-16.0.2.7.1 (16.0.2+7, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# C [rxtxSerial.dll+0x4465]
#
# 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:
# F:\ideapro\untitled\hs_err_pid4260.log
#
# If you would like to submit a bug report, please visit:
# https://github.com/corretto/corretto-jdk/issues/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
启动的是什么应用,还是只是一个主类或者是做了什么操作,如果是应用可以贴下相关的代码
看样子是像是内存不足导致的,可以尝试加大一点ava vm的内存配置,
已经使用更换低版本的jdk1.8,解决问题