IDEA silently crashing
Since a few weeks, I've seen IDEA crashing with no erro messages at all.
It's just happened right now once more, and I join the jvm dump found in IDEA 7230 install dir if that may help
Attachment(s):
hs_err_pid2632.log
Please sign in to leave a comment.
Hello Thibaut,
Unfortunately there's only native JVM code in the stacktrace. Even if IntelliJ
IDEA somehow causes this problem, it's impossible to find out why.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I'd start with plugins. Remove all and see if it still happens.
"Dmitry Jemerov" <yole@jetbrains.com> wrote in message
news:431b0f664ca158c9b3a0b615b7e2@news.jetbrains.com...
>
>> Since a few weeks, I've seen IDEA crashing with no erro messages at
>> all.
>>
>> It's just happened right now once more, and I join the jvm dump found
>> in IDEA 7230 install dir if that may help
>
>
>
Hi,
I experience the same problem. It appears that you are using parallel gc
(parallel gc is default on >=2gig of ram and >= 2 concurent threads).
The line
VM_Operation (0x2be3f380): generation collection for allocation, mode:
safepoint, requested by thread 0x2a01f5a8
shows that the crash occured during gc.
http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/crashes.html
tells us that adding -XX:+UseSerialGC might help.
I'm currently trying it myself.
best regards,
Thomas
Brad L. wrote:
>> Hello Thibaut,
>>
>>> Since a few weeks, I've seen IDEA crashing with no erro messages at
>>> all.
>>>
>>> It's just happened right now once more, and I join the jvm dump found
>>> in IDEA 7230 install dir if that may help
>> Unfortunately there's only native JVM code in the stacktrace. Even if
>> IntelliJ IDEA somehow causes this problem, it's impossible to find out
>> why.
>>
>> --
>> Dmitry Jemerov
>> Software Developer
>> JetBrains, Inc.
>> http://www.jetbrains.com/
>> "Develop with Pleasure!"
>>
>>