Errors using Idea64.exe on IDEA 10.0.3
I'm running 10.0.3 and I have my IDEA_JDK env var pointing to a 64bit jdk and my "idea64.exe.vmoptions" file contains:
-Xms128m
-Xmx768m
-XX:MaxPermSize=350m
-ea
My machine has plenty of RAM and still since I upgraded to version 10.0.3, I've been receiving many errors and sudden closeouts like "EXCEPTION_ACCESS_VIOLATION (0xc0000005)"
Has anyone else encountered these problems? What settings do you use in your vmoptions file?
Thanks
Please sign in to leave a comment.
Hello Joel,
Please attach the hs_err*.log from the crashes that you experience.
If no such logs are generated, it's likely that crashes are caused by some
external libraries loaded into the IDEA process (for example, antiviruses),
not by JDK or IDEA itself.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hi Dmitry,
Thanks for the quick response. I need to first check with my firm's compliance and security department about whether I can upload my error logs, although I expect that the answer will be that I am forbidden to upload it. Do you have any other suggestions in the meantime or things that I can look out for myself in the error log? I'm running on Citrix and I obviously have a virus scanner installed and active on my machine, so I have no control over those 2 factors, but otherwise is there anything else I should look for?
Thanks