intellij now has shut down twice without warning

In last hour I've lost my intellij session twice while typing in text to scala string.
First time I thought it might be due to having yourkit running. Second time that was not the case.
Bunch of logs and thread dumps attached.



Attachment(s):
log.zip
0
10 comments

If the JVM crashed, you should find a hserr1234.log file in the working directory of the IntelliJ process. That will tell you more.

I've seen crashes in the HotSpot garbage collector before, which could be avoideed by using an updated JVM or by using different GC options.

0

can't find anything outside of the intellij logs - but then not entirely sure where to look. This is win7

0

Most likely in ${IDEA_HOME}/bin.

0

windows won't let it write there afaik. Certainly nothing there.

0

make that 3 times. That's 3 times in 4 hours and only 4 times in at least 5 years. it's hard to think it's not something to do with the constant stack overflows I'm getting from the scala plugin (in the logs already uploaded). Anyone any suggestions as to how I can get the jvm log to go somewhere in particular under windows 7 if that will help find the problem?
Thanks Tim

0

Run it as Administrator? Or try to run it from the a cmd window in a different directory:

mkdir scratch
cd scratch
C:\program files\intellij\bin\idea.bat

0

I see you still have SOE in your logs, I'll try to check it. Maybe this ca cause performance problems.
Yourkit agent in your IDEA run CAN cause JVM crashes. Actually it seems it's nuclear mix of yourkit and scala can cause such crashes, additionally SOE can produce more garbage => possible problems in GC. Crash sympthom is when IDEA is closing silently, you had IDEA working and next moment it just disappeared.

Best regards,
Alexander Podkhalyuzin.

0

doh!
thanks - instructive:
1. I was running yourkit kind of - I still had the dll in the bin file and it started doing someting
2. stack overflows happen almost straight away as I start up.
Will remove yourkit and hope the crashes stop

0
Avatar
Vijaya Vishwanath

Hi,

My intelliJ is crashing with out any reason or warning. Please help as I am losing so many hours on this.

Thanks,

VJ

0
Avatar
Vijaya Vishwanath

can somebody please respond quickly to my Issue.

0

Please sign in to leave a comment.