EAP 289 - crashed while idle
I had two projects loaded but was working in another application when it crashed. It had probably only been running for a few minutes. I will attach the err_pid.log.
Attachment(s):
hs_err_pid30117.log.zip
Please sign in to leave a comment.
It crashed again, this time while doing a maven build.
Attachment(s):
hs_err_pid8106.log.zip
This time it crashed refreshing changelists.
Attachment(s):
hs_err_pid10717.log.zip
Note that this isn't IDEA crashing, it's the JVM. So unless some JNI/native
code is triggering it, you might want to try changing to a (probably newer)
VM, or looking at the VM settings to do with which garbage collector you're
using and so on. Also have a look at the bug parade to see if your crash
has been reported to SunHH^H Oracle.
Chris
I'd try without the custom JVM arguments you've set, as I doubt JetBrains has tested IDEA with these settings.
i.e. remove the following:
-XX:+UseCompressedOops -XX:-EliminateLocks -XX:+UseBiasedLocking
I am running the latest sun JVM 1.6.0_20x64.
I have been using these settings for almost a year and this only seemed to happen with 95.289 - no issues so far with 95.311. But, if it continues, i will give that a try.