Abnormal build process termination
Answered
Intellij creates this long message that I have no idea what it means: http://pastebin.com/YW3E3DD0
I don't even know where to start
It might have to do with the library opencv which I got the .jar from a download but I don't think it should make a difference
Please sign in to leave a comment.
JVM process crashes for some reason. It's either a bug in Java or it runs out of resources as you start it on Raspberry Pi.
You can try adding -XX:ErrorFile=/tmp/hs_err_pid.log option to build process VM options (under Compiler settings) and then check the produced log.
Hello, I've got the same problem since this morning
I tried the ErrorFile stuff but the file is not generated
here's the full output http://pastebin.com/Q22KxmUD
Regards
It seems it's related to java and nvidia nvinitx.dll
The driver 378.49 crash java, I rolled back to 368.81
Hello, I have the same problem. I rolled back to 368.81 but it didn't work. @Hades
Did you made a clean install of 368.81 ... I have the u8_121 of java for info
you could check into your windows event log if it's the same problem
Nvidia Geforce 378.57 Hot Fix Drivers:
- Fixed crash in Minecraft and some other Java-based titles
http://www.guru3d.com/files-details/geforce-378-57-hotfix-driver-download.html
Thank very much for this info :)
This didn't help. I'm still getting the error.
What driver do you use? 378.66 was released yesterday, did you install the update?
I have the same issue (IDEA v2016.3.4) except it only happens every other compile/debug.... until 10 minutes ago - now it's happening every time until I restart IDEA. I don't have an Nvidia graphics card, therefore I don't have any of their drivers installed.
Try to obtain the crash dumps as described above.