IntelliJ crash when Maven build launched
Answered
Hi,
I try to use IntelliJ 2018.3.5 with Maven 3.5.3 and openjdk1.8.0-171-1 (i can't change any of that).
I import maven project, but when i start a clean or an install of the project, IntelliJ close himself without any message.
May somebody got the same issue?
Thanks.
Please sign in to leave a comment.
We've seen multiple reports of IntelliJ IDEA process being terminated silently when it's starting java apps or Maven/Gradle. There will be no logs, JVM crash dumps or native crash dumps in this case. It happens on Windows and the only way to identify the issue is by looking in the Windows Event Log. There will be an event logged that idea64.exe process was terminated. One of the tools causing this is https://www.cylance.com/en-us/index.html . Do you probably use this tool?
Yes i do :(
Can i make it work ? I can't disable cyclance, it's a professional computer.
Please contact Cyclance support for assistance as it's the wrong behavior of the security app which should be fixed on their side. There is nothing that can be done to fix it on IntelliJ IDEA side.
OK, thank you for answers.
Try disable user settings file override checkbox. it helped me.