Maven build results in error: "Process finished with exit code -1073741819 (0xC0000005)"
Hi all,
I've just updated to IDEA 2018.3.1 and when I'm trying to run a maven goal from Maven Panel on the right side it results in the error:
C:\Programs\Java\jdk1.8.0_161\bin\java.exe -Dmaven.multiModuleProjectDirectory=C:\Projects\PROJECT_NAME "-Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2018.3.1\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 2018.3.1\plugins\maven\lib\maven3\bin\m2.conf" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2018.3.1\lib\idea_rt.jar=13905:C:\Program Files\JetBrains\IntelliJ IDEA 2018.3.1\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files\JetBrains\IntelliJ IDEA 2018.3.1\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2018.3.1 -DskipTests=true clean -P dev
[INFO] Scanning for projects...
Process finished with exit code -1073741819 (0xC0000005)
explicit "mvn clean install" command from the terminal runs fine, clean IDEA install didn't help, cache invalidation didn't help
UPD: When rollback to any previous IDEA version Maven goal runs just fine
Please sign in to leave a comment.
See https://youtrack.jetbrains.com/issue/IDEA-203172. Do you use Punto Switcher? Please update it to the latest version.
Yes, it helped, thanks