Build IntelliJ IDEA Community Edition 2019.2 FAILED because of EXCEPTION_ACCESS_VIOLATION (0xc0000005)

Answered

I buld IntellijJ IDEA 2019.2 from source code on windows 10 64bit,and java version is "1.8.0_212"。 I can run  form source code in Intellij IDEA successfully, but  failed to build installation packages through running an tcommand 。

Fellow  is error log:

[java] Build platform and plugin JARs
[java] Build searchable options index
[java] Building searchable options for 342 modules
[java] [mkdir] Created dir: E:\intellij-community-idea-192.5728.98\intellij-community-idea-192.5728.98\out\idea-ce\temp\searchableOptions
[java] [java] SLF4J: Class path contains multiple SLF4J bindings.
[java] [java] SLF4J: Found binding in [jar:file:/C:/Users/young/.m2/repository/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[java] [java] SLF4J: Found binding in [file:/E:/intellij-community-idea-192.5728.98/intellij-community-idea-192.5728.98/out/idea-ce/classes/production/intellij.maven.server.m36.impl/org/slf4j/impl/StaticLoggerBinder.class]
[java] [java] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
[java] [java] SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
[java] [java] Starting searchable options index builder
[java] [java] #
[java] [java] # A fatal error has been detected by the Java Runtime Environment:
[java] [java] #
[java] [java] # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000005a3da9cb, pid=18868, tid=0x0000000000003898
[java] [java] #
[java] [java] # JRE version: Java(TM) SE Runtime Environment (8.0_212-b10) (build 1.8.0_212-b10)
[java] [java] # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.212-b10 mixed mode windows-amd64 compressed oops)
[java] [java] # Problematic frame:
[java] [java] # V [jvm.dll+0x14a9cb]
[java] [java] #
[java] [java] # Core dump written. Default location: E:\intellij-community-idea-192.5728.98\intellij-community-idea-192.5728.98\hs_err_pid18868.mdmp
[java] [java] #
[java] [java] # An error report file with more information is saved as:
[java] [java] # E:\intellij-community-idea-192.5728.98\intellij-community-idea-192.5728.98\hs_err_pid18868.log
[java] [java] #
[java] [java] # If you would like to submit a bug report, please visit:
[java] [java] # http://bugreport.java.com/bugreport/crash.jsp
[java] [java] #
[java]
[java] BUILD FAILED
[java] E:\intellij-community-idea-192.5728.98\intellij-community-idea-192.5728.98\build\gant.xml:63: Build platform and plugin JARs > Build searchable options index: Java returned: 1
[java]
[java] Total time: 15 minutes 53 seconds

0
2 comments

Could you please create an issue here https://youtrack.jetbrains.com/issues/IDEA and attach the crash dump file E:\intellij-community-idea-192.5728.98\intellij-community-idea-192.5728.98\hs_err_pid18868.log

 

0

Please sign in to leave a comment.