java.lang.RuntimeException: java.lang.StackOverflowError while running Clion
I run Clion from dev machine with script /clion-2016.1.3/bin/clion.sh
Clion get stuck a lot and throes java.lang.StackOverflowError to the terminal:
[ 70231] ERROR - l.treeView.AbstractTreeUpdater - com.intellij.ide.projectView.impl.AbstractProjectViewPSIPane$6
java.lang.RuntimeException: java.lang.StackOverflowError
at java.beans.EventHandler.invokeInternal(EventHandler.java:489)
at java.beans.EventHandler.access$000(EventHandler.java:279)
at java.beans.EventHandler$1.run(EventHandler.java:430)
at java.security.AccessController.doPrivileged(Native Method)
at java.beans.EventHandler.invoke(EventHandler.java:428)
at com.sun.proxy.$Proxy83.treeNodesChanged(Unknown Source)
at javax.swing.tree.DefaultTreeModel.fireTreeNodesChanged(DefaultTreeModel.java:486)
at javax.swing.tree.DefaultTreeModel.nodesChanged(DefaultTreeModel.java:348)
at javax.swing.tree.DefaultTreeModel.nodeChanged(DefaultTreeModel.java:279)
at com.intellij.ide.util.treeView.AbstractTreeUi$60.perform(AbstractTreeUi.java:3574)
at com.intellij.ide.util.treeView.TreeRunnable.run(TreeRunnable.java:34)
at com.intellij.ide.util.treeView.AbstractTreeUi$10.perform(AbstractTreeUi.java:370)
...
Caused by: java.lang.StackOverflowError
Please sign in to leave a comment.
Could you please send idea.log
(~/.CLion<VERSION>/system/log)to clion-support at jetbrains.com. It would help us in our investigation.
I'm sorry but I lost that virtual machine.
I'll make sure to send it when it will happen again.
What can be the cause of this?
Is it some memory need to configure to be larger?
Unfortunately, it's hard to say what was the problem without the log.