Intellij 更新后崩溃

问题描述 投票:0回答:1

./idea.sh

CompileCommand: exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true
Exception in thread "main" java.lang.ExceptionInInitializerError
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:568)
    at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:491)
    at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:503)
Caused by: java.util.ConcurrentModificationException: java.lang.ClassNotFoundException: com.licel.b.Z@
    at fuck_the_regulations_v320.dH.<clinit>(dH.java)
    ... 6 more
Caused by: java.lang.ClassNotFoundException: com.licel.b.Z@
    at com.intellij.util.lang.UrlClassLoader.findClass(UrlClassLoader.java:246)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:592)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
    at java.base/java.lang.Class.forName0(Native Method)
    at java.base/java.lang.Class.forName(Class.java:375)
    ... 7 more
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message Outstanding error when calling method in invokeJavaAgentMainMethod at src/java.instrument/share/native/libinstrument/JPLISAgent.c line: 619
*** java.lang.instrument ASSERTION FAILED ***: "success" with message invokeJavaAgentMainMethod failed at src/java.instrument/share/native/libinstrument/JPLISAgent.c line: 459
*** java.lang.instrument ASSERTION FAILED ***: "result" with message agent load/premain call failed at src/java.instrument/share/native/libinstrument/JPLISAgent.c line: 422
FATAL ERROR in native method: processing of -javaagent failed, processJavaStart failed
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0x8b650a]  jni_FatalError+0xba
V  [libjvm.so+0xa35e92]  JvmtiExport::post_vm_initialized()+0x132
V  [libjvm.so+0xe69d6b]  Threads::create_vm(JavaVMInitArgs*, bool*)+0x95b
V  [libjvm.so+0x8cff71]  JNI_CreateJavaVM+0x51
C  [libjli.so+0x3a1f]  JavaMain+0x8f
C  [libjli.so+0x7d79]  ThreadJavaMain+0x9

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGABRT (0x6) at pc=0x00007f62f635100b (sent by kill), pid=20704, tid=20721
#
# JRE version: OpenJDK Runtime Environment JBR-17.0.9+7-1087.7-jcef (17.0.9+7) (build 17.0.9+7-b1087.7)
# Java VM: OpenJDK 64-Bit Server VM JBR-17.0.9+7-1087.7-jcef (17.0.9+7-b1087.7, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# C  [libc.so.6+0x4300b]  gsignal+0xcb
#
# Core dump will be written. Default location: Core dumps may be processed with "/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h" (or dumping to /home/ja/Downloads/idea-IU-233.11799.300/bin/core.20704)
#
JNI global refs:
JNI global refs: 8, weak refs: 0

JNI global refs memory usage: 867, weak refs: 865

OOME stack traces (most recent first):
Classloader memory used:
Loader bootstrap                                                                       : 1247K
Loader com.intellij.util.lang.PathClassLoader                                          : 45046B
Loader jdk.internal.loader.ClassLoaders$AppClassLoader                                 : 36590B
Loader jdk.internal.loader.ClassLoaders$PlatformClassLoader                            : 14119B
Loader jdk.internal.reflect.DelegatingClassLoader                                      : 434B

# An error report file with more information is saved as:
# /home/ja/java_error_in_idea_20704.log
#
# If you would like to submit a bug report, please visit:
#   https://youtrack.jetbrains.com/issues/JBR
#
Aborted (core dumped)
`your text`

我在我的 Linux Mint 上从他们的官方网站下载了新版本的 Intellij Ultimate 及其许可证和所有内容。我得到了 .tar 文件,将其解压,当我打开终端时,命令 ./idea.sh 不会打开 IDE..I总是遇到这个问题,所以我就用 sudo ./idea.sh 命令打开它,一切正常。(可能是糟糕的解决方案)。过去几天我一直在为这个问题苦苦挣扎。上面是我运行 IDE 时控制台必须说的内容。当我使用 sudo 运行它时,它会打开,但 3 秒后仍然崩溃。我应该注意到,当我从市场安装一些随机插件后,我也遇到了这个问题IDE也会在3秒后崩溃,所以我利用这段时间快速卸载了插件,之后一切正常。我怀疑这与这个ai助手插件或smth有关...

java linux intellij-idea terminal intellij-plugin
1个回答
0
投票

他妈的规则

.vmoptions 文件中删除您安装的破解代理。

请使用许可版本或免费社区版。

© www.soinside.com 2019 - 2024. All rights reserved.