Intellij Idea 更新后Intellij崩溃

6ljaweal  于 5个月前  发布在  其他
关注(0)|答案(2)|浏览(103)

./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。.我总是有这个问题,所以我只是去用sudo ./idea.sh命令打开它,一切都正常。(可能是坏的解决方案).在过去的几天里,我一直在与这个问题作斗争.以上是我的控制台在运行IDE时必须说的话.当我用sudo运行它时,它会打开,但仍然在3秒后崩溃.我应该注意,一旦我还有这个问题时,我安装了一些随机插件从市场后IDE将崩溃后3秒,以及,所以我用这段时间来快速卸载插件,一切正常后.我怀疑这与此AI助手插件或smth.

jjhzyzn0

jjhzyzn01#

去他妈的规章制度
.vmoptions文件中删除您安装的破解代理。
请使用授权版本或免费社区版。

wljmcqd8

wljmcqd82#

我通过删除.config/JetBrains文件夹并再次运行IDE解决了这个问题,安装过程再次启动。不再崩溃:)。我还有其他Intellij,一个旧的破解版本,可能导致了这个问题(也在JetBrains文件夹中)

相关问题