运行能成功,但调试出现个问题,应该怎么改呢。
jdk是21,已经尝试了改成jdk17,但还是报错
会是idea版本的问题吗,我的是最新的25.1.3

D:\Java\jdk-21\bin\java.exe -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:52071,suspend=y,server=n -javaagent:C:\Users\jinli\AppData\Local\JetBrains\IntelliJIdea2025.1\captureAgent\debugger-agent.jar=file:///C:/Users/jinli/AppData/Local/Temp/capture14271354345014755026.props -XX:+IgnoreUnrecognizedVMOptions -Dosgi.requiredJavaVersion=21 -Dfile.encoding=UTF-8 --add-modules=ALL-SYSTEM --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.base/jdk.internal.vm=ALL-UNNAMED --add-opens=java.base/jdk.internal.misc=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/sun.nio.fs=ALL-UNNAMED --add-opens=java.base/sun.security.ssl=ALL-UNNAMED --add-opens=java.base/sun.security.action=ALL-UNNAMED --add-opens=java.base/sun.security.util=ALL-UNNAMED --add-opens=java.security.jgss/sun.security.jgss=ALL-UNNAMED --add-opens=java.security.jgss/sun.security.krb5=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.desktop/java.awt=ALL-UNNAMED --add-opens=java.desktop/java.awt.peer=ALL-UNNAMED --add-opens=java.sql/java.sql=ALL-UNNAMED -Xms64m -Xmx1024m -agentpath:C:\Users\jinli\AppData\Local\Temp\idea_libasyncProfiler_dll_temp_folder3\libasyncProfiler.dll=version,jfr,event=wall,interval=10ms,cstack=no,file=C:\Users\jinli\IdeaSnapshots\Run_DBeaver_2025_07_07_193422.jfr,dbghelppath=C:\Users\jinli\AppData\Local\Temp\idea_dbghelp_dll_temp_folder\dbghelp.dll,log=C:\Users\jinli\AppData\Local\Temp\Run_DBeaver_2025_07_07_193422.jfr.log.txt,logLevel=DEBUG -Dkotlinx.coroutines.debug.enable.creation.stack.trace=false -Ddebugger.agent.enable.coroutines=true -Dkotlinx.coroutines.debug.enable.flows.stack.trace=true -Dkotlinx.coroutines.debug.enable.mutable.state.flows.stack.trace=true -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 @C:\Users\jinli\AppData\Local\Temp\idea_arg_file1037889770 org.jkiss.dbeaver.launcher.DBeaverLauncher -name DBeaver -product org.jkiss.dbeaver.ui.app.standalone.product -configuration file:D:/dbeaver-ce/dbeaver-workspace/products/DBeaver.product -dev file:D:/dbeaver-ce/dbeaver-workspace/products/DBeaver.product/dev.properties -nl en -consoleLog -showsplash -vmargs -Xmx4096M
WARNING: Using incubator modules: jdk.incubator.vector
已连接到地址为 ''127.0.0.1:52071',传输: '套接字'' 的目标虚拟机
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffa4ff52193, pid=23304, tid=4272
#
# JRE version: Java(TM) SE Runtime Environment (21.0.7+8) (build 21.0.7+8-LTS-245)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (21.0.7+8-LTS-245, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# C [libasyncProfiler.dll+0x92193]
#
# 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:
# D:\dbeaver-ce\dbeaver\plugins\org.jkiss.dbeaver.launcher\hs_err_pid23304.log
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
已与地址为 ''127.0.0.1:52071',传输: '套接字'' 的目标虚拟机断开连接
进程已结束,退出代码为 1